! Listing 5.1: Asynchronous dial backup configuration on calling router ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. ! !Revision History: ! 25 Feb 2001: Use "modem autoconfigure" rather than "script reset" version 11.0 ! hostname NewYork ! username Chicago password SharedSecret ! modemcap entry CourierSet:MSC=&fl1m1&b1&h1&r2&c1&d2&m5&k1s0=2 chat-script courier-dial ABORT ERROR ABORT "NO " ABORT BUSY "" "at" OK "at dt \T" TIMEOUT 90 CONNECT \c ! interface Loopback2 description IP address for Async Dialer ip address 10.109.99.3 255.255.255.255 ! interface Async65 ip unnumbered Loopback2 encapsulation ppp bandwidth 33 delay 15000 async default routing async mode interactive dialer in-band dialer idle-timeout 300 dialer map ip 10.200.0.10 name Chicago broadcast 13125551234 dialer hold-queue 10 timeout 60 dialer-group 1 ppp authentication chap ! router eigrp 1 network 10.0.0.0 no auto-summary ! ip host CallAsync 10.200.0.10 ip classless ip route 0.0.0.0 0.0.0.0 10.200.0.1 150 ip route 0.0.0.0 0.0.0.0 10.200.0.10 160 ip route 10.200.0.10 255.255.255.255 Async65 access-list 102 deny eigrp any any access-list 102 permit ip any any ! dialer-list 1 protocol ip list 102 ! line aux 0 password secret script dialer courier-dial login modem InOut modem autoconfigure type CourierSet transport input all speed 115200 flowcontrol hardware ! end