配置华为防火墙双机热备
Posted 正在努力中的杨Sir
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置华为防火墙双机热备相关的知识,希望对你有一定的参考价值。
Web配置防火墙双机热备:
命令行配置防火墙双机热备:
FW1
[FW1]int g1/0/1 //进入接口
[FW1-GigabitEthernet1/0/1]vrrp vrid 1 virtual-ip 192.168.1.1 active //配置VRRP为主
[FW1-GigabitEthernet1/0/1]quit //退出
[FW1]int g1/0/2 //进入接口
[FW1-GigabitEthernet1/0/2]vrrp vrid 2 virtual-ip 202.1.1.1 active //配置VRRP为主
[FW1-GigabitEthernet1/0/2]quit //退出
[FW1]hrp enable //开启hrp
HRP_S[FW1]hrp interface g1/0/0 remote 172.16.1.253 //配置hrp
HRP_M[FW1]
FW2
[FW2]int g1/0/1 //进入接口
[FW2-GigabitEthernet1/0/1]vrrp vrid 1 virtual-ip 192.168.1.1 standby //配置VRRP为备
[FW2-GigabitEthernet1/0/1]quit //退出
[FW2]int g1/0/2 //进入接口
[FW2-GigabitEthernet1/0/2]vrrp vrid 2 virtual-ip 202.1.1.1 standby //配置VRRP为备
[FW2-GigabitEthernet1/0/2]quit //退出
[FW2]hrp enable //开启hrp
HRP_S[FW2]hrp standby-device //备用设备
HRP_S[FW2]hrp interface g1/0/0 remote 172.16.1.254 //配置hrp
HRP_S[FW2]
以上是关于配置华为防火墙双机热备的主要内容,如果未能解决你的问题,请参考以下文章