December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to implement HSRP Version 2.
To enable HSRP Version 2, use the standby version 2 configuration command:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#FastEthernet0/1standby version 2Router1(config-if)#standby4095ipRouter1(config-if)#10.1.1.1standby4095timers msec15msecRouter1(config-if)#50standby4095priorityRouter1(config-if)#200standby4095preemptRouter1(config-if)#endRouter1#
You must also configure every router that participates in the same HSRP group with the same version number:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interfaceRouter2(config-if)#FastEthernet0/0standby version 2Router2(config-if)#standby4095ipRouter2(config-if)#10.1.1.1standby4095timers msec15msecRouter2(config-if)#50standby4095priorityRouter2(config-if)#150standby4095preemptRouter2(config-if)#endRouter2#
Cisco added support for HSRP Version 2, beginning with IOS Version 12.3(4)T.
Fortunately, all of the HSRP commands remain the same from Version 1, with one noticeable difference, the expanded HSRP group numbering range. As you recall from Recipe 22.1, HSRP Version 1 only supported 256 groups ranging from 0 to 255. One of the enhancements of HSRP Version 2 is the expanded group numbering, which ranges from 0 to 4,095. This enhancement allows you to match HSRP group numbers to ...