
两台S7706配置两组VRRP,上联防火墙为vlanif 100的VRRP100,下联S57为vlanif 200的VRRP200,防火墙之间为主备模式
当前vrrp状态正常,两台S77之间使用vlanif200的接口实地址互ping正常,vlanif100的接口实地址互ping不通
大致配置及VRRP状态如下:
S7706-1:
#
interface GigabitEthernet1/0/0
description TO-JNTXD-S7706-02
port link-type trunk
port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet2/0/0
description TO-JNTXZX-USG6650-01
port link-type access
port default vlan 200
#
interface Vlanif100
ip address 10.146.202.2 255.255.255.192
vrrp vrid 100 virtual-ip 10.146.202.1
vrrp vrid 100 priority 200
#
interface Vlanif200
description TO-JNTXZX-USG6650-01
ip address 10.146.202.133 255.255.255.248
vrrp vrid 200 virtual-ip 10.146.202.132
vrrp vrid 200 priority 200
#
===============display vrrp===============
================================================
Vlanif100 | Virtual Router 100
State : Master
Virtual IP : 10.146.202.1
Master IP : 10.146.202.2
PriorityRun : 200
PriorityConfig : 200
MasterPriority : 200
Preempt : YES Delay Time : 0 s
TimerRun : 1 s
TimerConfig : 1 s
Auth type : NONE
Virtual MAC : 0000-5e00-0164
Check TTL : YES
Config type : normal-vrrp
Backup-forward : disabled
Create time : 2017-02-15 15:32:55
Last change time : 2017-02-15 15:33:36
Vlanif200 | Virtual Router 200
State : Master
Virtual IP : 10.146.202.132
Master IP : 10.146.202.133
PriorityRun : 200
PriorityConfig : 200
MasterPriority : 200
Preempt : YES Delay Time : 0 s
TimerRun : 1 s
TimerConfig : 1 s
Auth type : NONE
Virtual MAC : 0000-5e00-01c8
Check TTL : YES
Config type : normal-vrrp
Backup-forward : disabled
Create time : 2017-02-15 15:32:55
Last change time : 2017-02-15 15:33:36
S7706-2:
#
interface Vlanif100
ip address 10.146.202.3 255.255.255.192
vrrp vrid 100 virtual-ip 10.146.202.1
vrrp vrid 100 priority 150
#
interface Vlanif200
description TO-JNTXD-USG6650-02
ip address 10.146.202.134 255.255.255.248
vrrp vrid 200 virtual-ip 10.146.202.132
#
===============display vrrp===============
================================================
Vlanif100 | Virtual Router 100
State : Backup
Virtual IP : 10.146.202.1
Master IP : 10.146.202.2
PriorityRun : 150
PriorityConfig : 150
MasterPriority : 200
Preempt : YES Delay Time : 0 s
TimerRun : 1 s
TimerConfig : 1 s
Auth type : NONE
Virtual MAC : 0000-5e00-0164
Check TTL : YES
Config type : normal-vrrp
Backup-forward : disabled
Create time : 2017-02-16 10:09:16
Last change time : 2017-02-16 10:09:16
Vlanif200 | Virtual Router 200
State : Backup
Virtual IP : 10.146.202.132
Master IP : 10.146.202.133
PriorityRun : 100
PriorityConfig : 100
MasterPriority : 200
Preempt : YES Delay Time : 0 s
TimerRun : 1 s
TimerConfig : 1 s
Auth type : NONE
Virtual MAC : 0000-5e00-01c8
Check TTL : YES
Config type : normal-vrrp
Backup-forward : disabled
Create time : 2017-02-15 17:27:37
Last change time : 2017-02-15 17:28:19