! Listing 7.8: Dual router spoke using RIPv2 and OSPF--router Spoke 101B ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.2 ! hostname Spoke101B ! interface Ethernet0/0 ip address 10.101.0.2 255.255.255.0 standby priority 90 standby preempt standby ip 10.101.0.254 standby track Serial0/0.1 30 ! interface Ethernet0/1 ip address 10.101.1.2 255.255.255.0 standby priority 110 standby preempt standby ip 10.101.1.254 standby track Serial0/0.1 30 ! interface Serial0/0 no ip address encapsulation frame-relay ! interface Serial0/0.1 point-to-point description Link to router Hub 2 ip address 10.101.128.9 255.255.255.252 frame-relay interface-dlci 17 broadcast ! 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.2 200 ! Use our frame link if up ip route 0.0.0.0 0.0.0.0 10.0.0.1 210 ! otherwise use Spoke1A's frame link ! end