03-17-2013 08:07 AM - edited 03-04-2019 07:19 PM
I have two routers configured for HSRP:
interface GigabitEthernet0/1
ip address 10.10.10.2 255.255.255.240
ip flow ingress
standby 10 ip 10.10.10.1
standby 10 timers 5 15
standby 10 priority 130
standby 10 preempt
standby 10 track 100 decrement 250
load-interval 30
duplex full
speed 1000
!
interface GigabitEthernet0/1
ip address 10.10.10.3 255.255.255.240
ip flow ingress
standby 10 ip 10.10.10.1
standby 10 timers 5 15
standby 10 preempt
load-interval 30
duplex full
speed 1000
!
The first configurration supposed to be the primary router but when I look at sh standby this is what I see:
GigabitEthernet0/1 - Group 10
State is Standby
6 state changes, last state change 00:12:22
Virtual IP address is 161.195.142.1
Active virtual MAC address is 0000.0c07.ac0a
Local virtual MAC address is 0000.0c07.ac0a (v1 default)
Hello time 5 sec, hold time 15 sec
Next hello sent in 1.520 secs
Preemption enabled
Active router is 161.195.142.3, priority 110 (expires in 12.560 sec)
Standby router is local
Priority 0 (configured 130)
Track object 100 state Down decrement 250
Group name is "hsrp-Gi0/1-10" (default)
Why does it say Priority 0 (configured 130)? Did I miss something in the configuration?
Thanks
Solved! Go to Solution.
03-18-2013 10:19 PM
03-17-2013 08:12 AM
Correction, the second configuration should read:
interface GigabitEthernet0/1
ip address 10.10.10.3 255.255.255.240
ip flow ingress
standby 10 ip 10.10.10.1
standby 10 timers 5 15
standby 10 preempt
standby 10 priority 110
load-interval 30
duplex full
speed 1000
03-17-2013 08:40 AM
Hi,
what have you configured on track 100?
it seems like track 100 is decrementing priority value from configured 130 to 0. this because you've configured a priority decrement 250 value but you cannot obtain an under 0 value.
i also noticed that the show standby command shows you different ip addresses of those you configured on router interfaces and this is so strange!!
Sent from Cisco Technical Support iPad App
03-17-2013 08:39 AM
Hi
Have u seen the virtual ip address it looks differnt thn what u have configured
Sent from Cisco Technical Support iPhone App
03-17-2013 09:14 AM
Here is the configuration from the router that I have access to:
track 100 interface GigabitEthernet0/0 ip routing
delay up 180
interface GigabitEthernet0/0
mtu 9216
no ip address
load-interval 30
duplex full
speed 1000
!
interface GigabitEthernet0/0.412
encapsulation dot1Q 412
ip address
!
interface GigabitEthernet0/0.413
encapsulation dot1Q 413
ip address
!
interface GigabitEthernet0/1
ip address 161.195.142.2 255.255.255.240
ip flow ingress
standby 10 ip 161.195.142.1
standby 10 timers 5 15
standby 10 priority 130
standby 10 preempt
standby 10 track 100 decrement 250
load-interval 30
duplex full
speed 1000
!
I was thinking maybe I should you tracking like this:
track 100 ip route 0.0.0.0 0.0.0.0 reachability
It maybe that I have the issue because there are sub-interfaces configured.
03-17-2013 12:41 PM
Hello,
For first hop redundancy to be established the peers need to be in the same subnet for the virtual ip to work and for the peering to
be valid.
In you config this doesn't seem to be the case and is the reason you are seeing the router with the lower priority as active for it cannot see its hrsp neighbour.
Res
paul
Sent from Cisco Technical Support iPad App
03-17-2013 05:06 PM
@Balla,
First thing is that your configuration that you have pasted here are of two differrent subnets.
This is an incorrect information that you have provided.
For tracking lower this decrement value to 20 in the event reachabilty not found.
03-18-2013 10:19 PM
Hi
The issue is with the tracking
03-19-2013 04:21 AM
I figured it out in my lab that you cannot use an interface for tracking when you have sub-interfaces under it. Thanks for everyone's hepl.
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