Force failover of an HSRP active without interruption
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2013 10:12 AM - edited 03-07-2019 04:49 PM
If force the failover with hsrp, would it be an interruption on that subnet?.
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2013 10:40 AM
If preempt is on
And you simply change the priority from lower to higher on the standby switch. There should be no traffic inturuption.
---switch 1----
interface Vlan10
standby 1 ip 10.129.10.1
standby 1 priority 101
standby 1 preempt
---switch 2----
interface Vlan10
standby 1 ip 10.129.10.1
standby 1 priority 110
standby 1 preempt
Switch 2 will be active. Simply go on switch 1 and enter
interface Vlan10
standby 1 priority 120
It will be come active

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2016 06:16 PM
Is their a command for failover via HSRP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2016 06:49 PM
You have to enable preempt on both cores. 1 core will be hsrp active due to its higher priority. If you want the other core active simplly make that priority higher.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2016 02:09 PM
Thank you, sir!
