We have configured HSRP between two cisco 3945 series router. We also configured IP SLA to track the link.
we observed some issue with Track and It is showing down even after that link is up.
Sw-2 should be active for hsrp group 1 but when link went down hsrp priority decremented by 20 as per ip sla/track so SW-1 became an active for hsrp group -1.
now link is up but still sw-1 is active and sw2 is stanby and Track status is showing down.
interface GigabitEthernet0/0
ip address 192.168.19.38 255.255.255.240
no ip redirects
no ip unreachables
duplex auto
speed auto
standby 0 ip 192.168.19.36
standby 0 preempt
standby 1 ip 192.168.19.46
standby 1 priority 110
standby 1 preempt
standby 1 track 3 decrement 20
no mop enabled
end
Sw2##show standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Gi0/0 0 100 P Standby 192.168.19.37 local 192.168.19.36
Gi0/0 1 90 P Standby 192.168.19.37 local 192.168.19.46
#show track
Track 3
IP SLA 3 reachability
Reachability is Down
143 changes, last change 19:17:44
Latest operation return code: Timeout
Tracked by:
HSRP GigabitEthernet0/0 1 local 192.168.19.36
Gi0/0 1 90 P Standby 192.168.19.37 local 192.168.19.46
Pls suggest.