! Listing 5.9: Calling router configuration for simple IPX dial backup ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname NewYork ! username Chicago password secret ipx routing 0000.c022.2001 isdn switch-type basic-ni1 ! interface Ethernet0 no ip address ipx network 22222222 encapsulation SAP ipx output-rip-delay 55 ipx output-sap-delay 55 ! interface Serial0 no ip address ipx delay 7 ipx network 87654321 ipx output-rip-delay 200 ipx output-sap-delay 200 ipx sap-interval 5 ! interface BRI0 no ip address encapsulation ppp no keepalive ipx network 12345678 ipx delay 30 ipx output-rip-delay 200 ipx output-sap-delay 200 ipx sap-interval 5 isdn spid1 21255512340000 isdn spid2 21255512430000 dialer idle-timeout 300 dialer map ipx 12345678.0000.c011.1001 name Chicago broadcast 5551111 dialer hold-queue 10 dialer-group 1 ppp authentication chap ! access-list 902 deny 1 access-list 902 deny 4 access-list 902 permit -1 ! ipx route 11111111 12345678.0000.c011.1001 floating-static ipx route 99999999 12345678.0000.c011.1001 floating-static ! dialer-list 1 protocol ipx list 902 ! end