您订阅的产品有更新,请及时查阅
查看详情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功能等需要继续在主防火墙卡上进行配置,并且同步给备防火墙卡。