! Listing 6.7: Dual LAN load balancing with HSRP--Router 1 configuration ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname Router1 ! interface Ethernet0/0 description Remote Facility router 1 ip address 10.1.0.101 255.255.0.0 no ip redirects standby 1 priority 110 standby 1 preempt standby 1 ip 10.1.0.1 standby 1 track serial1/0 10 standby 1 track serial1/1 10 standby 1 track serial1/2 10 ! interface Ethernet0/1 description Remote Facility router 1 ip address 10.2.0.101 255.255.0.0 no ip redirects standby 2 priority 95 standby 2 preempt standby 2 ip 10.2.0.1 standby 2 track serial1/0 10 standby 2 track serial1/1 10 standby 2 track serial1/2 10 ! end