! Listing 6.24: Multiple protocol complete configuration--Router WarehouseB ! !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 WarehouseB ! enable secret TopSecret ! username ISDNserver password ISDNsecret username AsyncServer password AsyncSecret no ip domain-lookup ipx routing 0000.0ADC.1902 ipx internal-network ADC1902 isdn switch-type basic-ni1 modemcap entry HayesSet:MSC=&fl1m1&c1&d2&k3s0=2 chat-script hayes ABORT ERROR ABORT "NO " ABORT BUSY "" "at" "" "at&f" OK "atl1m1&c1&d2&k3S0=2" OK "at dt \T" TIMEOUT 90 CONNECT \c ! interface Loopback0 ip address 10.220.25.2 255.255.255.255 ! interface Ethernet0 description Receiving Dock end of Warehouse LAN ip address 10.210.25.3 255.255.255.0 no ip redirects ipx network AD21800 encapsulation SAP standby 1 priority 90 standby 1 preempt standby 1 authentication OnlyOne standby 1 ip 10.210.25.1 ! interface BRI0 description Primary backup for WarehouseA ip unnumbered Loopback0 encapsulation ppp bandwidth 56 delay 5000 no keepalive ipx ipxwan 0 unnumbered WarehouseB ipx delay 30 isdn spid1 20155511110101 isdn spid2 20155511120101 dialer idle-timeout 170 dialer map ipx 0.0AC8.00CB.0000 name ISDNserver speed 56 broadcast 12125551111 dialer map ip 10.200.0.2 name ISDNserver speed 56 broadcast 12125551111 dialer hold-queue 10 dialer-group 1 ppp authentication chap ! interface Async1 description No modem is attached, but be prepared ip unnumbered Loopback0 encapsulation ppp bandwidth 33 delay 15000 ipx ipxwan 0 unnumbered WarehouseB ipx delay 30 ipx output-rip-delay 200 ipx output-sap-delay 200 ipx sap-interval 5 async default routing async mode interactive dialer in-band dialer idle-timeout 300 dialer map ipx 0.0AC8.00CC.0000 name AsyncServer broadcast 12125554444 dialer map ip 10.200.0.4 name AsyncServer broadcast 12125554444 dialer hold-queue 10 timeout 60 dialer-group 1 ppp authentication chap ! router eigrp 1 redistribute static route-map Protect network 10.0.0.0 no auto-summary ! ! BGP is only used to force ISDN to dial router bgp 25 network 10.220.25.2 mask 255.255.255.255 timers bgp 10 240 neighbor 10.201.0.3 remote-as 25 neighbor 10.201.0.3 update-source Loopback0 ! ip host TestISDN 10.200.0.2 ip host TestAsync 10.200.0.4 ip classless ip route 0.0.0.0 0.0.0.0 10.200.0.21 200 ! Primary link ip route 0.0.0.0 0.0.0.0 10.200.0.22 201 ! Secondary link ip route 0.0.0.0 0.0.0.0 10.200.0.3 204 ! ISDN (if up) ip route 0.0.0.0 0.0.0.0 10.200.0.5 207 ! Async (if up) ip route 0.0.0.0 0.0.0.0 10.200.0.2 210 ! Force up ISDN ip route 10.200.0.2 255.255.255.255 BRI0 ip route 10.201.0.3 255.255.255.255 10.200.0.1 ip route 10.201.0.3 255.255.255.255 10.200.0.2 190 ip route 10.200.0.4 255.255.255.255 Async1 ip route 10.210.24.0 255.255.248.0 Ethernet0 ip route 10.210.27.0 255.255.255.0 Ethernet0 ip route 10.210.26.0 255.255.255.128 Ethernet0 ip route 10.210.26.128 255.255.255.128 Ethernet0 ip route 10.210.28.0 255.255.255.128 Ethernet0 ip route 10.210.28.128 255.255.255.128 Ethernet0 ip route 10.210.29.0 255.255.255.128 Ethernet0 ip route 10.210.29.128 255.255.255.128 Ethernet0 logging 10.201.0.119 ! Log to NOC logging 10.210.27.30 ! Log to local system access-list 10 permit 10.210.26.0 0.0.0.255 access-list 10 permit 10.210.28.0 0.0.3.255 access-list 11 permit 10.210.27.0 0.0.0.255 access-list 12 permit 10.210.24.0 0.0.7.255 access-list 102 deny eigrp any any access-list 102 permit ip any any access-list 902 deny 1 access-list 902 deny 4 access-list 902 permit -1 route-map Protect deny 25 match ip address 10 ! route-map Protect permit 30 match ip address 11 set metric 10000 100 255 1 1500 ! route-map Protect permit 35 match ip address 12 set metric 10000 50000 255 1 1500 ! dialer-list 1 protocol ip list 102 dialer-list 1 protocol ipx list 902 ! line con 0 password aSecret login line aux 0 password secret script dialer hayes login modem InOut modem autoconfigure type HayesSet transport input all speed 38400 flowcontrol hardware line vty 0 4 password aSecret login ! end