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