您订阅的产品有更新,,,,,,请实时查阅
查看详情S86@VSU
vlan 4093
name firewall-failover-vlan
vlan 4094
name firewall-native-vlan -->有些客户但愿使用VLAN1并让VLAN1流量送入防火墙,,,,,,则必要批改防火墙内联万兆口的NativeVLAN为非1
interface range te 1/4/1-2 -->FW1的两个万兆内联口
port-group 127
interface range te 2/4/1-2 -->FW2的两个万兆内联口
port-group 128
interface ag 127
switchport moe trunk
switchport trunk native vlan 4094
interface ag 128
switchport moe trunk
switchport trunk native vlan 4094
VSU其他配置省略
FW-1
hostname S8600A_FW1
interface vlan 4093
failover interface ip 10.1.1.1 255.255.255.0 secondary 10.1.1.2
failover lan unit primary --->配置为主,,,,,,默认不指定的话是从设备
failover lan interface Vlan 4093
failover
firewall default-policy-permit
FW-2
hostname S8600B-FW2
interface vlan 4093
failover interface ip 10.1.1.1 255.255.255.0 secondary 10.1.1.2
failover lan interface Vlan 4093
failover
firewall default-policy-permit
注明:实现配置后,,,,,,从FW1上应该能ping通FW2的10.1.1.2,,,,,,show failover查看故障切换对是否成立,,,,,,是否对方为standby状态。。。。。。。另表上述只是实现根基的HA配置,,,,,,后续的防火墙的其他职能需要,,,,,,好比通明模式,,,,,,路由模式,,,,,,NAT职能等必要持续在主防火墙卡上进行配置,,,,,,并且同步给备防火墙卡。。。。。。。