! Listing 5.2: Asynchronous dial configuration on router being called ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.2 ! hostname Chicago ! username NewYork password SharedSecret !Other calling routers and their passwords go here ! controller T1 0/0 framing esf linecode b8zs pri-group timeslots 1-24 ! interface Loopback10 description Actual target for all remote dialins ip address 10.200.0.10 255.255.255.255 ! interface Serial0/0:23 description PRI for remote router dial-in no ip address encapsulation ppp dialer pool-member 1 isdn switch-type primary-dms100 isdn incoming-voice modem ppp authentication chap ! interface Group-Async1 description Digital Modems in slot 2 no ip address encapsulation ppp async mode dedicated dialer in-band dialer pool-member 11 ppp authentication chap group-range 65 94 ! interface Dialer11 ip unnumbered Loopback10 encapsulation ppp bandwidth 33 delay 15000 no peer neighbor-route no peer default ip address dialer remote-name NewYork dialer pool 11 dialer-group 1 ppp authentication chap ! router eigrp 1 network 10.0.0.0 ! ip classless access-list 100 deny eigrp any any access-list 100 permit ip any any dialer-list 1 protocol ip list 100 ! end