Chapter 6 Configuring Backup Data Lines and Remote Management
Configuring Dial Backup and Remote Management Through the Console Port
!Dial backup and remote management physical interface. interface Async1
no ip address encapsulation ppp dialer
ppp authentication pap callin
!
interface ATM0 mtu 1492
no ip address
no atm
pppoe-client dial-pool-number 1
!
!Primary WAN link. interface Dialer1
ip address negotiated ip nat outside encapsulation ppp
dialer pool 1
ppp authentication pap callin
ppppap
ppp ipcp wins request ppp ipcp mask request
!
!Dialer backup logical interface. interface Dialer3
ip address negotiated ip nat outside
encapsulation ppp no ip
no ip
dialer
dialer string 5555102
!Remote management PC IP address.
peer default ip address 192.168.2.2 no cdp enable
!
!Need to use your own ISP account and password. ppp pap
ppp ipcp dns request ppp ipcp wins request
ppp ipcp mask request
!IP NAT over Dialer interface using
ip nat inside source
ip nat inside source
!
!When primary link is up again, distance 50 will override 80 if dial backup
!has not timed out. Use multiple routes because peer IP addresses are alternated
!among them when the CPE is connected.
ip route 0.0.0.0 0.0.0.0 64.161.31.254 50 ip route 0.0.0.0 0.0.0.0 66.125.91.254 50 ip route 0.0.0.0 0.0.0.0 64.174.91.254 50 ip route 0.0.0.0 0.0.0.0 63.203.35.136 80
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|