! Listing 7.13: Single router spoke with IP and IPX dial backup ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname Spoke101 ! username HubBackup password secret101 username HubPrimary password secret101 ! Add Logins for additional ISDN targets here ipx routing 0000.0c00.0101 ipx internal-network AAA101 isdn switch-type basic-ni1 ! interface Loopback0 description Always Up IP Address for Spoke 101 ip address 10.101.128.1 255.255.255.255 ! interface Ethernet0 ip address 10.101.0.1 255.255.255.0 ipx network 100101 encapsulation SAP ! interface Serial0 no ip address bandwidth 56 encapsulation frame-relay ! interface Serial0.1 point-to-point ip address 10.101.128.5 255.255.255.252 bandwidth 56 delay 2000 ipx network 200101 ipx delay 7 frame-relay interface-dlci 17 broadcast ! interface BRI0 ip unnumbered Loopback0 encapsulation ppp bandwidth 56 delay 5000 ipx ipxwan 0 unnumbered Spoke101 ipx delay 30 isdn spid1 20155501010000 isdn spid2 20155512130000 dialer idle-timeout 170 dialer map ipx 0.0000.9002.0000 name HubBackup broadcast 5551111 dialer map ip 10.0.0.2 name HubBackup broadcast 5551111 dialer map ipx 0.0000.9001.0000 name HubPrimary broadcast 5552222 dialer map ip 10.0.0.2 name HubPrimary broadcast 5552222 ! Add dialer maps for additional targets here dialer hold-queue 10 dialer-group 1 ppp authentication chap ! router eigrp 1 network 10.0.0.0 no auto-summary ! ip host TestISDN 10.0.0.2 ip classless ip route 0.0.0.0 0.0.0.0 10.0.0.1 200 ! Use frame if up ip route 0.0.0.0 0.0.0.0 10.0.0.2 210 ! Otherwise, get ISDN up ip route 10.0.0.2 255.255.255.255 BRI0 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 ! ipx route 100001 0.0000.9001.0000 floating-static ipx route 100002 0.0000.9002.0000 floating-static ! dialer-list 1 protocol ip list 102 dialer-list 1 protocol ipx list 902 ! end