! ! ! ! ! ! ! Primary Router: interface FastEthernet0/0 description secondaary router ip address 10.10.1.1 255.255.255.0(Ip addresss for the 100 MB Ethet link on my primary router) no ip redirects duplex auto speed auto standby 1 ip 10.10.1.2 ! (This puts both routers interfaces in the same subnet, with a common standby group of 1 on that link. So both routers are responsible for acting together as the virtual router 10.10.1.2 Hosts are configured with a static default gateway, IP address that of the virtual router, 10.10.1.2 Virtual router) ! standby 1 timers 5 15 standby 1 priority 95 standby 1 preempt standby 1 authentication username standby 1 track Ether Interface for 100 MB ckt (GE0/0) on this router Secondar Router: interface FastEthernet0/0 description secondaary router ip address 10.10.1.3 255.255.255.0 (Ip addresss for the 100 MB Ethet link on my primary router) no ip redirects duplex auto speed auto standby 1 ip 10.10.1.2 (This puts both routers interfaces in the same subnet, with a common standby group of 1 on that link. So both routers are responsible for acting together as the virtual router 10.10.1.2 Hosts are configured with a static default gateway, IP address that of the virtual router, 10.10.1.2 Virtual router) ! standby 1 timers 5 15 standby 1 priority 95 standby 1 preempt standby 1 authentication username standby 1 track Interface of the DS3 Circit on this router