! Listing 5.12: IP and IPX dial backup for dial backup--called router (Chicago) configuration ! !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 Chicago ! username NewYork password NYsecret ! Define other locations and passwords here... ipx routing 0000.0C00.F001 ipx internal-network 1234 isdn switch-type primary-dms100 modemcap entry CourierSet:MSC=&fl1m1&b1&h1&r2&c1&d2&m5&k1s0=2 ! controller T1 0 framing esf linecode b8zs pri-group timeslots 1-24 ! interface Loopback1 description Primary target for frame relay users ip address 10.0.0.1 255.255.255.255 ! interface Loopback2 description IP Address for ISDN Unnumbered ip address 10.0.0.2 255.255.255.255 ! interface Loopback3 description Routing target for ISDN users ip address 10.0.0.3 255.255.255.255 ! interface Loopback10 description Routing target for BGP keepalives ip address 10.0.0.10 255.255.255.255 ! interface Ethernet0 ip address 10.1.255.254 255.255.0.0 ipx network AA0000 encapsulation sap ! interface Serial0 description Frame Relay (T1) no ip address encapsulation frame-relay ! ! Subinterfaces to support other sites go here ! interface Serial0.105 point-to-point description PVC to router New York ip address 10.105.5.5 255.255.255.252 bandwidth 56 ipx delay 7 ipx network B00105 frame-relay interface-dlci 105 ! interface Serial0:23 ip unnumbered Loopback2 encapsulation ppp bandwidth 56 delay 5000 no keepalive ipx ipxwan 0 unnumbered Chicago ipx delay 20 dialer idle-timeout 300 dialer map ipx 0.00A1.0105.0000 name NewYork speed 56 broadcast dialer map ip 10.105.0.2 name NewYork speed 56 broadcast ! Dialer maps to support other sites go here dialer-group 1 ppp authentication chap ! interface Async1 ip address 10.2.255.254 255.255.0.0 encapsulation ppp bandwidth 33 delay 15000 ipx ipxwan 0 unnumbered Chicago ipx delay 30 async default routing async dynamic address async mode interactive peer default ip address 10.2.99.99 dialer in-band dialer idle-timeout 300 dialer map ipx 0.00A1.0105.0000 name NewYork broadcast dialer map ip 10.2.1.5 name NewYork broadcast ! Dialer maps to support other sites go her dialer-group 1 ppp authentication chap pulse-time 3 ! router eigrp 1 network 10.0.0.0 distribute-list 10 out Async1 distribute-list 11 out Ethernet0 distribute-list 12 out Serial0.25 distribute-list 13 out Serial0:23 no auto-summary ! router bgp 99 network 10.0.0.10 mask 255.255.255.255 timers bgp 10 120 neighbor 10.105.0.1 remote-as 99 neighbor 10.105.0.1 update-source Loopback10 ! ip classless access-list 10 deny 10.0.0.0 0.0.0.255 access-list 10 permit any access-list 11 deny 10.0.0.0 0.0.0.255 access-list 11 permit any access-list 12 permit 10.0.0.1 0.0.0.0 access-list 12 deny 10.0.0.0 0.0.0.255 access-list 12 permit any access-list 13 permit 10.0.0.2 0.0.0.0 access-list 13 permit 10.0.0.3 0.0.0.0 access-list 13 deny 10.0.0.0 0.0.0.255 access-list 13 permit any ! dialer-list 1 protocol ipx permit dialer-list 1 protocol ip permit ! line aux 0 login password InSecure modem InOut modem autoconfigure type CourierSet transport input all stopbits 1 speed 38400 flowcontrol hardware ! end