模拟器的防火墙能做HA吗 怎么我做没反应呢 只是设备a 一个是设备b
data-channel interface GigabitEthernet1/0/4
configuration sync-check interval 12
local-ip 10.10.10.1
remote-ip 10.10.10.2
device-role primary
data-channel interface GigabitEthernet1/0/4
configuration sync-check interval 12
local-ip 10.10.10.2
remote-ip 10.10.10.1
device-role secondary
>缺失【control-channel 控制通道】,这是 HA 无法协商、看不到主备状态最核心原因!
RBM 双机热备必须同时存在 控制通道 control-channel + 数据通道>control-channel 负责设备协商、角色选举、配置同步;data-channel 负责会话表、NAT 表等业务热备同步。
system-view
#心跳接口配置三层地址
interface GigabitEthernet 1/0/4
port link-mode route
ip address 10.10.10.1 255.255.255.0
remote-backup group
#新增控制通道(必配!)
control-channel interface GigabitEthernet1/0/4
local-ip 10.10.10.1
remote-ip 10.10.10.2
#数据通道
data-channel interface GigabitEthernet1/0/4
configuration sync-check interval 12
local-ip 10.10.10.1
remote-ip 10.10.10.2
device-role primary
#全局开启RBM HA
remote-backup enable
system-view
interface GigabitEthernet 1/0/4
port link-mode route
ip address 10.10.10.2 255.255.255.0
remote-backup group
control-channel interface GigabitEthernet1/0/4
local-ip 10.10.10.2
remote-ip 10.10.10.1
data-channel interface GigabitEthernet1/0/4
configuration sync-check interval 12
local-ip 10.10.10.2
remote-ip 10.10.10.1
device-role secondary
remote-backup enable
security-policy
rule 1 permit source-zone local destination-zone local
display remote-backup group
display remote-backup status
模拟器接口必须配置IP地址
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
模拟器接口必须配置IP地址