! Listing 5.10a: IPX dial backup driven by IP OSPF routing--called router in Chicago ! (NOT IN BOOK) ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname Chicago ! username NewYork password secret ipx routing 0000.c011.1001 isdn switch-type basic-ni1 ! interface Loopback0 description Management & OSPF IP ip address 192.168.0.254 255.255.255.255 ! interface Loopback1 description Target address for serial link ip address 10.100.0.1 255.255.255.255 ! interface Loopback2 description Target address for backup link ip address 10.100.0.2 255.255.255.255 ! interface Serial0 ip unnumbered Loopback1 bandwidth 1544 ipx delay 7 ipx network 12345678 ipx output-rip-delay 200 ipx output-sap-delay 200 ipx sap-interval 5 ipx update-time 10 ! interface BRI0 ip unnumbered Loopback2 encapsulation ppp bandwidth 56 ipx delay 30 ipx network 87654321 ipx output-rip-delay 200 ipx output-sap-delay 200 ipx sap-interval 5 isdn spid1 31255512340000 isdn spid2 31255512350000 dialer idle-timeout 170 dialer map ip 192.168.0.1 name NewYork speed 56 broadcast dialer map ipx 87654321.0000.0c01.0105 name NewYork speed 56 broadcast dialer hold-queue 10 dialer load-threshold 200 dialer-group 1 ppp multilink ppp authentication chap ! router ospf 123 network 10.100.0.1 0.0.0.0 area 4321 network 10.100.0.2 0.0.0.0 area 4321 network 192.168.0.254 0.0.0.0 area 4321 ! Add local networks and other links here ! access-list 102 deny ospf any any access-list 102 permit ip any any access-list 902 deny 1 access-list 902 deny 4 access-list 902 permit -1 ! dialer-list 1 protocol ipx list 902 dialer-list 1 protocol ip list 102 ! end