5400-NAS#show running-config Building configuration... Current configuration : 3209 bytes ! version 12.1 no parser cache no service single-slot-reload-enable no service pad service timestamps debug datetime msec service timestamps log datetime msec service passWord-encryption ! hostname 5400-NAS ! no boot startup-test logging rate-limit console 10 except errors aaa new-model aaa authentication login default local aaa authentication ppp default local aaa authorization network default local
!--- PPP authentication and network authorization are local. !--- Replace local with radius or tacacs if you are using a AAA server. !--- Refer to Implementing the Server-Based AAA Subsystem for more information.
!--- T1 port 7/1 is the primary clock source !--- This is indicated by priority 1 in the dial-tdm-clock command. !--- Note: on the AS5200/AS5300 the primary clock source is set using !--- the command clock source line primary.
calltracker enable calltracker history max-size 30 calltracker call-record verbose
!--- Calltracker is used for enhanced active call monitoring. !--- Refer to Call Tracker plus ISDN and AAA Enhancements for more information.
spe call-record modem
!--- Enable modem call records for NextPort Universal Ports. !--- This is equivalent to modem call-record terse used on MICA modem platforms.
! voice-fastpath enable ds0 busyout-threshold 12 ip subnet-zero no ip source-route no ip finger ip domain-name cisco.com
!--- Tells the NAS how to qualify DNS lookups. !--- In this example, cisco.com is appended to the end of each looked-up name.
ip name-server 172.22.70.10
!--- Specifies the primary name server.
ip name-server 172.22.10.70
!--- Specifies the secondary name server.
! isdn switch-type primary-ni
!--- Switch-type for this NAS. OBTain this information from the Telco.
! mta receive maximum-recipients 0 ! controller T1 7/0
!--- This T1 is unused.
shutdown ! controller T1 7/1
!--- T1 PRI physical controller configuration.
framing esf
!--- Framing for this T1 is Extended Super Frame (ESF). !--- Obtain this information from the telco.
linecode b8zs
!--- Linecoding for this T1. Obtain this information from the telco.
pri-group timeslots 1-24
!--- For T1 PRI scenarios, all 24 T1 timeslots are assigned as ISDN PRI channels. !--- The router will now automatically create the corresponding D-channel: !--- interface Serial 1:23
!
!--- The configuration for unused T1 controllers are omitted to save space. !--- Unused T1s can be shutdown as with controller t1 7/0.
! interface Loopback0
!--- The ip pool for dialin async and ISDN users will be in this subnet. !--- This way, the routes for all clients are summarized and !--- propagated to the backbone instead of 254 routes.
ip address 10.1.1.1 255.255.255.0 no ip mroute-cache ! interface FastEthernet0/0 ip address 172.22.186.55 255.255.255.240 no ip mroute-cache duplex auto speed 10 ! interface FastEthernet0/1 ip address 192.168.1.1 255.255.255.0 no ip mroute-cache duplex auto speed auto !
!--- Unused interface configuration omitted.
! interface Serial7/1:23
!--- D-channel configuration for T1 7/1.
no ip address encapsulation ppp
!--- PPP encapsulation on this interface.
dialer rotary-group 1
!--- T1 0 is a member of rotary group 1. !--- The rotary group configuration is in interface Dialer 1.