! Listing 7.4: Simple single router spoke using RIPv2 and OSPF ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.2 ! hostname Spoke101 ! username HubBackup password secret101 ip host TestISDN 10.0.192.1 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 ! interface Serial0 no ip address encapsulation frame-relay ! interface Serial0.1 point-to-point ip address 10.101.128.5 255.255.255.252 bandwidth 56 delay 2000 frame-relay interface-dlci 17 broadcast ! interface BRI0 ip address 10.0.192.101 255.255.192.0 encapsulation ppp bandwidth 56 delay 5000 no keepalive isdn spid1 20155501010000 isdn spid2 20155512340000 dialer idle-timeout 170 dialer map ip 10.0.192.1 name HubBackup broadcast 12125551234 dialer hold-queue 10 dialer-group 1 ppp authentication chap ! router rip version 2 timers basic 5 15 15 30 network 10.0.0.0 no auto-summary ! 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.192.1 210 ! Otherwise get ISDN up ip route 10.0.192.1 255.255.255.255 BRI0 access-list 102 deny udp any any eq rip access-list 102 permit ip any any ! dialer-list 1 protocol ip list 102 ! end