! Listing 6.6: Small site load balancing with HSRP--Router 2 configuration ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname Router2 ! interface Ethernet0/0 description Remote Facility router 2 ip address 10.0.0.102 255.255.0.0 no ip redirects standby 1 priority 95 standby 1 preempt standby 1 ip 10.0.0.1 standby 1 ip 10.0.0.1 standby 1 track serial1/0 10 standby 1 track serial1/1 10 standby 1 track serial1/2 10 standby 2 priority 110 standby 2 preempt standby 2 ip 10.0.0.2 standby 2 track serial1/0 10 standby 2 track serial1/1 10 standby 2 track serial1/2 10 ! end