我在两个 L3 交换机上运行 HSRP,我将优先级更改为更高,但它没有故障转移,为什么?
SW1
interface Vlan30
description Internal_PrivateIP
ip address 10.5.0.2 255.255.248.0
no ip redirects
standby 5 ip 10.5.0.1
standby 5 priority 150
standby 5 authentication md5 key-chain foo
end
SW2
interface Vlan30
description Internal_PrivateIP
ip address 10.5.0.3 255.255.248.0
no ip redirects
standby 5 ip 10.5.0.1
standby 5 priority 125
standby 5 authentication md5 key-chain foo
end
我已将 SW1 优先级更改为,150但仍显示待机
SW1:
Vl30 5 150 Standby 10.5.0.3 local 10.5.0.1
如何在没有网络故障的情况下强制故障转移?