打印

VRRP求助

VRRP求助

我用两台H3C 5510-24F(V5的平台),做VRRP备份,做好后进行测试,我拔掉主设备上监测的端口后.BACKUP转为MASTER大概需要两秒时间,但是链路恢复正常的通讯需要30秒左右,这个时间太长了..用路由器做3秒就可以切换过来,其中包括链路的正常通讯,主设备和备用设备的相关主要配置如下:
MASTER:
#
stp mode rstp
stp timer forward-delay 400
stp timer max-age 800
stp instance 0 root primary
stp enable
#
interface NULL0
#
interface Vlan-interface10
ip address 192.168.57.230 255.255.255.0
#
interface Vlan-interface20
ip address 192.168.1.2 255.255.255.0
vrrp vrid 1 virtual-ip 192.168.1.1
vrrp vrid 1 priority 254
vrrp vrid 1 track interface Vlan-interface10 reduced 120
#


BACKUP

#
stp mode rstp
stp instance 0 root secondary
stp enable
#
interface NULL0
#
interface Vlan-interface10
ip address 192.168.57.240 255.255.255.0
#
interface Vlan-interface20
ip address 192.168.1.3 255.255.255.0
vrrp vrid 1 virtual-ip 192.168.1.1
vrrp vrid 1 priority 200
vrrp vrid 1 track interface Vlan-interface10

麻烦各位大侠帮忙分析下..链路切换时间为什么那么长

TOP

有个默认值可以改,但是不建议改,如果线路有问题频繁的UP\DOWN,会对网络有影响

TOP