cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
618
Views
5
Helpful
1
Replies

nx-os hsrp track not running

daniel k
Level 1
Level 1

9504 # 1 HSRP Active Standby did not change when port 1/1 was not connected
Please tell me why.

-----------------------------------------------

9504#1

track 2 interface ethernet 1/1 line-protocol

 

interface vlan 20

hsrp 2

preempt

priority 110

timers 1 3

ip 10.10.10.5

track 2 decrement 20

 

9504#2 

interface vlan 20

hsrp 2

timers 1 3 

ip 10.10.10.5

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

You need to have your standby router preempt once the priority value on the primary router goes to 90:

9504#2
!
int vlan 20
  hsrp 2
    preempt
!

cheers,

Seb.

 

View solution in original post

1 Reply 1

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

You need to have your standby router preempt once the priority value on the primary router goes to 90:

9504#2
!
int vlan 20
  hsrp 2
    preempt
!

cheers,

Seb.