Step 8-saving the configuration, Step 8—saving the configuration – Cisco 1604 User Manual
Page 22
3-22
Cisco IOS Dial Services Quick Configuration Guide
Chapter 3
Configuring the Cisco 1604 Router
Step 7—Confirming the Cisco 1604 Final Running Configuration
Step 7—Confirming the Cisco 1604 Final Running Configuration
Enter the show running command to see the Cisco 1604 final running configuration:
robo-austin# show running
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname robo-austin
!
aaa new-model
aaa authentication login default local
aaa authentication ppp default if-needed local
enable secret 5 $1$aZ1D$wNO71EpS6y5zRYuW9qFEr.
!
username joe-admin password 7
username hq-sanjose password 7
isdn switch-type basic-ni!
!
interface Ethernet0
ip address 10.1.4.1 255.255.255.0
!
interface BRI0
ip address 10.1.254.4 255.255.255.0
encapsulation ppp
no ip route-cache
dialer map ip 10.1.254.1 name hq-sanjose 14085551234
dialer load-threshold 60 either
dialer-group 2
isdn switch-type basic-ni
isdn spid1 51255544330101
isdn spid2 51255544340101
no cdp enable
ppp authentication chap callin
ppp multilink
hold-queue 75 in
!
ip classless
ip route 0.0.0.0 255.0.0.0 10.1.254.1 permanent
!
!
dialer-list 2 protocol ip permit
!
line con 0
line vty 0 4
!
end
Step 8—Saving the Configuration
Save the configuration to the Cisco 1604’s NVRAM by entering the copy running-config
startup-config command.
robo-austin# copy running-config startup-config