! Listing 4.6: Dialer watch called router configuration ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname Chicago ! username NewYork password Secret1 !names and passwords for other remotes go here ! 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 ip address 10.200.0.1 255.255.255.0 ! interface Serial0 no ip address encapsulation frame-relay ! interface Serial0.1 point-to-point ip address 10.0.0.2 255.255.255.252 bandwidth 56 frame-relay interface-dlci 17 ! ! Frame Relay links to other sites go here ! interface Serial0:23 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 maps for other sites go here dialer-group 1 ppp authentication chap ! router eigrp 1 network 192.168.0.99 network 10.0.0.0 distribute-list 99 out Serial0.1 ! Block test address on other frame relay links here 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 ! end