2. Switch B 上的配置
(1)配置 VRRP 备份组所属的 VLAN2(上节已解释的配置此处不再重复说明)。
systemview
[SwitchB] vlan 2
[SwitchBvlan2]
port gigabitethernet 1/0/5
[SwitchBvlan2]
quit
[SwitchB] interface vlaninterface
2
[SwitchBVlaninterface2]
ip address 210.110.10.4 255.255.255.0
(2)配置 VRRP 属性(上节已解释的配置此处不再重复说明)。
[SwitchBVlaninterface2]
vrrp vrid 1 virtualip
210.110.10.1
[SwitchBVlaninterface2]
vrrp vrid 1 authenticationmode
simple 123456 !
设置备份组的认证方式为 simple 认证,认证字为
123456(备份组中的所有交换机的认证方式和认证字配置必须一致)
[SwitchBVlaninterface2]
vrrp vrid 1 timer advertise 5 !
设置 Master 发送 VRRP 报文的间隔时间为 5 秒
[SwitchBVlaninterface2]
vrrp vrid 1 preemptmode
timer delay 7 !
设置 Switch B 工作在抢占方式,以保证 Switch A 的优先级降
低后,Switch B 可以抢占成为 Master.为了避免频繁地进行状态切换,配置抢占延迟时间为 7 秒
H3C交换机综合主备备份模式的VRRP应用示例