12-11-2017 02:38 AM - edited 03-05-2019 09:37 AM
Dear Team,
I am running HSRP for my LAN.whenever my R4 is going down R5 came to active but if R4 came up again the fall back is not happening up to my R5 is going down.
R4 :
R4#sh run int fa0/0
Building configuration...
Current configuration : 194 bytes
!
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
standby preempt
standby 1 ip 10.10.10.5
standby 1 priority 150
standby 1 track FastEthernet0/1
end
R4#show standby brief
P indicates configured to preempt.
|
Interface Grp Prio P State Active Standby Virtual IP
Fa0/0 1 150 Standby 10.10.10.3 local 10.10.10.5
R4#
R5 :
R5#sh run int fa0/1
Building configuration...
Current configuration : 163 bytes
!
interface FastEthernet0/1
ip address 10.10.10.3 255.255.255.0
duplex auto
speed auto
standby 1 ip 10.10.10.5
standby 1 priority 110
standby 1 preempt
end
R5#show standby brief
P indicates configured to preempt.
|
Interface Grp Prio P State Active Standby Virtual IP
Fa0/1 1 110 P Active local 10.10.10.1 10.10.10.5
R5#
See but still priority is high for R4 only but R5 is in active state.
Can anyone explain for me.
Solved! Go to Solution.
12-11-2017 08:12 AM
The HSRP group in R4 is missing for the preempt command.
12-11-2017 01:52 PM
Hello
@sankarmay wrote:
See but still priority is high for R4 only but R5 is in active state.
Can anyone explain for me.
Prime example of preemption not kicking correctly on R4 -
Can you remove and re-apply preemption of both rtrs and test again?
res
Paul
12-11-2017 03:47 AM
12-11-2017 08:12 AM
The HSRP group in R4 is missing for the preempt command.
12-18-2017 07:14 AM
12-11-2017 01:52 PM
Hello
@sankarmay wrote:
See but still priority is high for R4 only but R5 is in active state.
Can anyone explain for me.
Prime example of preemption not kicking correctly on R4 -
Can you remove and re-apply preemption of both rtrs and test again?
res
Paul
12-18-2017 07:15 AM
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