06-16-2009 11:12 PM - edited 03-06-2019 06:18 AM
Hi,
we are using the two 7206 VXR NPEG2 router as our backbone router and we planned to confiure the HSRP between the router
BGP PRI:
interface GigabitEthernet0/3
description BGP-PRI
ip address 2XX.XX.XX.252 255.255.255.0 secondary
ip address 2X.20.XX.17 255.255.255.0 -- ISP Link A
duplex auto
speed auto
media-type rj45
no negotiation auto
Standby 30 IP 2XX.XX.XX.254 secondary
Standby 30 priority 110
BGP -SEC
interface GigabitEthernet0/3
description BGP-SEC
ip address 2XX.XX.XX.253 255.255.255.0 secondary
ip address 2X.34.XX.44 255.255.255.0 -- ISP link B
duplex auto
speed auto
media-type rj45
no negotiation auto
Standby 30 IP 2XX.XX.XX.254 secondary
BOth routers are using the IOS version
BOOTLDR: Cisco IOS Software, 7200 Software (C7200P-K91P-M), Version 12.2(31)SB10, RELEASE SOFTWARE (fc2)
now our issue is when i configure the Standby 30 IP 2XX.XX.XX.254 secondary the router througing a error message that
% address cannot equal interface IP address
same if i configure on the BGP Sec its accespting
kindly let me know what might be the root cause
06-17-2009 02:36 AM
try removing the "Secondary" key word from the standby 30 group config.
HTH>
06-17-2009 03:06 AM
Hi,
Thanks for your input
If i remove the secondary keyword how the HSRP will chose the redunacy
could u pls explain the things since i havent tried before
since we have primary ip for the interface how i can run HSRP for secondary IP alone
06-17-2009 03:25 AM
Vinoth,
please read the below HSRP Guide/Case Study:-
http://www.cisco.com/en/US/docs/internetworking/case/studies/cs009.html
HTH>
06-18-2009 02:04 AM
interface GigabitEthernet0/3
description Telicity-PRI
ip address 2XX.20.XX.17 255.255.255.0
ip address XX.58.14.252 255.255.255.0 secondary
duplex auto
speed auto
media-type rj45
no negotiation auto
standby 30 ip 2xx.58.14.254 secondary ----- when we enter the command it shows below error and not accepting the command
% address cannot equal interface IP address
Can i know why the errors are highlight
06-18-2009 05:56 AM
Hi,
Try to make the addresses XX.58.14.25x the primary addresses and the recreate the hsrp without the 'secondary' keyword.
Paulo Roque
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide