! Listing 4.8: Dialer-on-demand called router configuration ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.2 ! hostname Chicago ! username NewYork password Secret1 ! isdn switch-type primary-dms100 controller T1 0 framing esf linecode b8zs pri-group timeslots 1 24 ! interface Loopback99 description Test address for backup link testing ip address 192.168.0.99 255.255.255.255 ! interface Ethernet0 description Local users and services ip address 10.200.0.1 255.255.255.0 ! interface Serial0 description Shared frame relay Link no ip address encapsulation frame-relay IETF ! interface Serial0.1 point-to-point description PVC to New York DSL bridge bandwidth 384 frame-relay interface-dlci 17 bridge-group 5 bridge-group 5 spanning-disabled ! interface Serial0.2 point-to-point description Example of a PVC to another DSL bridge bandwidth 384 frame-relay interface-dlci 18 bridge-group 6 bridge-group 6 spanning-disabled ! interface Serial0:23 description Dial backup (answer only) ip address 10.0.0.129 255.255.255.192 encapsulation ppp bandwidth 56 delay 5000 no keepalive dialer idle-timeout 300 dialer map ip 10.0.0.130 name NewYork speed 56 broadcast dialer-group 1 ppp authentication chap ! interface BVI5 description IP link to New York Router (frame & DSL) ip address 10.0.0.2 255.255.255.252 bandwidth 384 delay 2000 ! interface BVI6 description Example of another IP link ip address 10.0.0.9 255.255.255.252 bandwidth 384 delay 2000 ! router eigrp 1 network 192.168.0.99 network 10.0.0.0 distribute-list 99 out BVI5 distribute-list 99 out BVI6 no auto-summary ! ip classless ! access-list 99 deny 192.168.0.99 access-list 99 permit any access-list 100 deny eigrp any any access-list 100 permit ip any any ! dialer-list 1 protocol ip list 100 ! bridge irb bridge 5 protocol ieee bridge 5 route ip bridge 6 protocol ieee bridge 6 route ip ! end