! Listing 7.7: Dual router spoke using RIPv2 and OSPF--router Spoke 101A ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.2 ! hostname Spoke101A ! interface Ethernet0/0 ip address 10.101.0.1 255.255.255.0 standby priority 110 standby preempt standby ip 10.101.0.254 standby track Serial0/0.1 30 ! interface Ethernet0/1 ip address 10.101.1.1 255.255.255.0 standby priority 90 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 Hub1 ip address 10.101.128.5 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.1 200 ! Use direct frame if up ip route 0.0.0.0 0.0.0.0 10.0.0.2 210 ! Spoke101B's frame link ! end