cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
621
Views
0
Helpful
6
Replies

HSRP partner does join HSRP when power cycled

mayambanzumba
Level 1
Level 1

Hi,

Device is 2 x Cisco 2800 on Same site, they are working as an HRP pair, when they are powered down and powered up again, the one that is meant to be on standby does not join the HSRP.

The system image for active is c2800nm-ipbase-mz.124-3a.bin

The system image for standby is c2800nm-advipservicesk9-mz.124-4.T.bin

Thanks

6 Replies 6

jpl861
Level 4
Level 4

Can you please post the configuration of both of your routers? Thanks.

-John

These are the configs, for security reasons, I have removed the public Ip addresses.

Configuration of active

interface GigabitEthernet0/0

ip address x.x.x.x 255.255.255.192

ip nat outside

duplex full

speed 100

no cdp enable

standby 190 ip x.x.x.x

standby 190 timers 1 4

standby 190 priority 110

standby 190 preempt delay minimum 3600

standby 190 track GigabitEthernet0/1 20

!

interface GigabitEthernet0/1

ip address x.x.x.x 255.255.255.0

ip nat inside

duplex full

speed 100

standby 128 ip x.x.x.x

standby 128 timers 1 4

standby 128 priority 110

standby 128 preempt delay minimum 3600

standby 128 track GigabitEthernet0/0 20

Configuration of Standby

interface GigabitEthernet0/0

ip address x.x.x.x 255.255.255.192

ip nat outside

no ip virtual-reassembly

duplex full

speed 100

no cdp enable

standby 190 ip x.x.x.x

standby 190 timers 1 4

standby 190 preempt

!

interface GigabitEthernet0/1

ip address x.x.x.x 255.255.255.0

ip nat inside

no ip virtual-reassembly

duplex full

speed 100

standby 128 ip x.x.x.x

standby 128 timers 1 4

standby 128 preempt

What do you usually do to make the HSRP go back to normal? What is the debug standby output?

After the two routers are power-cycled the "standby router" on interface Gi0/1 doesnt establish as an HSRP pair and displays as state = init

It will remain like that until I "shutdown" the interface and then "no shutdown"

After that HSRP establishes itself correctly

Mayamba

When the routers are power cycled and the standby router is not joining the HSRP does show cdp neighbor show the neighbor on the interface? It sounds to me like when they are power cycled that something is not initializing correctly and that the HSRP frames are not getting through.

HTH

Rick

HTH

Rick

Hi,

In active and standby switch configuration you are trying to track the interface "standby 190 track GigabitEthernet0/1 20" and "standby 128 track GigabitEthernet0/0 20" of another physical router. I think it is possible to trace only the connected interface of the same device.

If you could share the debug ip standby we can trace this issue.

Regards

Uvaraj

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card