Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuration HSRP to a secondary address

Status
Not open for further replies.
Jun 2, 2003
1
BR
I have two routers with HSRP enable in their FastEthernet interfaces (162.87.190.18/162.87.190.19) and now I want configure a second virtual HSRP address to the secondary IP (192.223.67.129/192.223.67.130). I want know if this is possible and how do it.

Thanks all

RouterA#
interface FastEthernet0/0
ip address 162.87.190.18 255.255.255.0
ip address 192.223.67.129 255.255.255.128 secondary
standby ip 162.87.190.254
standby priority 50
standby preempt

RouterB#
interface FastEthernet0/0
ip address 162.87.190.19 255.255.255.0
ip address 192.223.67.130 255.255.255.128 secondary
duplex auto
standby ip 162.87.190.254
standby priority 200
standby preempt

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top