December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to increase the Security of HSRP between two (or more) routers.
You can configure HSRP to use password authentication with the following commands:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#FastEthernet 0/1standby 1 ipRouter1(config-if)#172.22.1.1standby 1 priorityRouter1(config-if)#120standby 1 authenticationRouter1(config-if)#OREILLYexitRouter1(config)#endRouter1#
You must configure the same authentication password on all routers within the same HSRP group or the conflicts will prevent HSRP from working:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interfaceRouter2(config-if)#FastEthernet 1/0standby 1 ipRouter2(config-if)#172.22.1.1standby 1 priorityRouter2(config-if)#110standby 1 authenticationRouter2(config-if)#OREILLYexitRouter2(config)#endRouter2#
Beginning with IOS Version 12.3(2)T, Cisco introduced support for MD5-encrypted passwords. To configure strong MD5-encrypted passwords, use the following commands:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#FastEthernet0/1standby1ipRouter1(config-if)#10.1.1.1standby1priorityRouter1(config-if)#200standby1authentication md5 key-stringRouter1(config-if)#OREILLYendRouter1#
You must also configure the same password and encryption ...