防火墙1和防火墙2采用三层RBM组网,要求业务192.168.1.1和业务192.168.2.1互通。拓扑和配置如下,请教大佬故障点在哪里。(俩端交换机接口配置均为access,互联IP地址配置在vlanif下,业务地址在loopback0下)
现象:1.业务地址不互通,
2.交换机ping不通防火墙的互联地址,
3.防火墙自己ping不通自己的vrid 地址
RBM_P[f1]dis cu 主管理设备配置文件如下
#
version 7.1.064, Alpha 7164
#
sysname f1
#
context Admin id 1
#
telnet server enable
#
irf mac-address persistent timer
irf auto-update enable
undo irf link-delay
irf member 1 priority 1
#
xbar load-single
password-recovery enable
lpu-type f-series
#
vlan 1
#
interface Route-Aggregation1
ip address 10.1.1.1 255.255.255.252
#
interface NULL0
#
interface GigabitEthernet1/0/0
port link-mode route
combo enable copper
ip address 1.1.1.11 255.255.255.0
vrrp vrid 1 virtual-ip 1.1.1.10 active
#
interface GigabitEthernet1/0/1
port link-mode route
combo enable copper
ip address 2.2.2.11 255.255.255.0
vrrp vrid 2 virtual-ip 2.2.2.10 active
#
interface GigabitEthernet1/0/2
port link-mode route
combo enable copper
port link-aggregation group 1
#
interface GigabitEthernet1/0/3
port link-mode route
combo enable copper
port link-aggregation group 1
#
interface GigabitEthernet1/0/4
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/5
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/6
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/7
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/8
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/9
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/10
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/11
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/12
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/13
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/14
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/15
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/16
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/17
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/18
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/19
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/20
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/21
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/22
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/23
port link-mode route
combo enable copper
#
security-zone name Local
#
security-zone name Trust
import interface GigabitEthernet1/0/0
#
security-zone name DMZ
#
security-zone name Untrust
import interface GigabitEthernet1/0/1
#
security-zone name Management
#
scheduler logfile size 16
#
line class aux
user-role network-operator
#
line class console
user-role network-admin
#
line class tty
user-role network-operator
#
line class vty
user-role network-operator
#
line aux 0
user-role network-admin
#
line con 0
authentication-mode scheme
user-role network-admin
#
line vty 0 4
authentication-mode scheme
user-role network-admin
#
line vty 5 63
user-role network-operator
#
ip route-static 192.168.1.0 24 1.1.1.1
ip route-static 192.168.2.0 24 2.2.2.1
#
info-center loghost 127.0.0.1 port 3301 format default
info-center source CFGLOG loghost level informational
#
domain system
#
aaa session-limit ftp 16
aaa session-limit telnet 16
aaa session-limit ssh 16
domain default enable system
#
role name level-0
description Predefined level-0 role
#
role name level-1
description Predefined level-1 role
#
role name level-2
description Predefined level-2 role
#
role name level-3
description Predefined level-3 role
#
role name level-4
description Predefined level-4 role
#
role name level-5
description Predefined level-5 role
#
role name level-6
description Predefined level-6 role
#
role name level-7
description Predefined level-7 role
#
role name level-8
description Predefined level-8 role
#
role name level-9
description Predefined level-9 role
#
role name level-10
description Predefined level-10 role
#
role name level-11
description Predefined level-11 role
#
role name level-12
description Predefined level-12 role
#
role name level-13
description Predefined level-13 role
#
role name level-14
description Predefined level-14 role
#
user-group system
#
local-user admin class manage
password hash $h$6$UbIhNnPevyKUwfpm$LqR3+yg1IjNct39MkOR0H0iQXLkYB3jMqM4vbAeoXOhbabIIFnjJPEGR00YiYA1Sz4LiY3FmEdru2fOLMb1shQ==
service-type telnet terminal http
authorization-attribute user-role level-3
authorization-attribute user-role network-admin
authorization-attribute user-role network-operator
#
ip http enable
ip https enable
#
security-policy ip
rule 1 name 1
action pass
source-zone Trust
destination-zone Untrust
rule 2 name 2
action pass
source-zone Untrust
destination-zone Trust
rule 3 name 3
action pass
source-zone Local
destination-zone Trust
service vrrp
rule 4 name 4
action pass
source-zone Trust
destination-zone Local
service vrrp
rule 5 name 5
action pass
source-zone Local
destination-zone Untrust
service vrrp
rule 6 name 6
action pass
source-zone Untrust
destination-zone Local
service vrrp
#
remote-backup group
data-channel interface Route-Aggregation1
configuration sync-check interval 12
delay-time 1
local-ip 10.1.1.1
remote-ip 10.1.1.2
device-role primary
RBM_P[f1]display remote-backup-group status 查看主管理设备RBM状态
Remote backup group information:
Backup mode: Active/standby
Device management role: Primary
Device running status: Active
Data channel interface: Route-Aggregation1
Local IP: 10.1.1.1
Remote IP: 10.1.1.2 Destination port: 60064
Control channel status: Connected
Keepalive interval: 1s
Keepalive count: 10
Configuration consistency check interval: 12 hour
Configuration consistency check result: Not Performed
Configuration backup status: Auto sync enabled
Session backup status: Hot backup enabled
Delay-time: 1 min
Uptime since last switchover: 0 days, 0 hours, 4 minutes
Switchover records:
Time Status change Cause
2022-10-21 11:20:44 Standby to Active Interface status changed
2022-10-21 11:18:55 Active to Standby Interface status changed
2022-10-21 11:00:48 Active to Active Keepalive link established
2022-10-21 10:58:56 Initial to Active HA Configuration changed
RBM_P[f1]dis
RBM_P[f1]display vr
RBM_P[f1]display vrrp 查看主管理设备vrrp状态
IPv4 Virtual Router Information:
Running mode : Standard
RBM control channel is established
VRRP active group status : Master
VRRP standby group status: Master
Total number of virtual routers : 2
Interface VRID State Running Adver Auth Virtual
Pri Timer Type IP
----------------------------------------------------------------------------
GE1/0/0 1 Master 100 100 Not supported 1.1.1.10
GE1/0/1 2 Master 100 100 Not supported 2.2.2.10
RBM_S[f2]display current-configuration 从设备配置文件如下
#
version 7.1.064, Alpha 7164
#
sysname f2
#
context Admin id 1
#
telnet server enable
#
irf mac-address persistent timer
irf auto-update enable
undo irf link-delay
irf member 1 priority 1
#
xbar load-single
password-recovery enable
lpu-type f-series
#
vlan 1
#
interface Route-Aggregation1
ip address 10.1.1.2 255.255.255.252
#
interface NULL0
#
interface GigabitEthernet1/0/0
port link-mode route
combo enable copper
ip address 1.1.1.12 255.255.255.0
vrrp vrid 1 virtual-ip 1.1.1.10 standby
#
interface GigabitEthernet1/0/1
port link-mode route
combo enable copper
ip address 2.2.2.12 255.255.255.0
vrrp vrid 2 virtual-ip 2.2.2.10 standby
#
interface GigabitEthernet1/0/2
port link-mode route
combo enable copper
port link-aggregation group 1
#
interface GigabitEthernet1/0/3
port link-mode route
combo enable copper
port link-aggregation group 1
#
interface GigabitEthernet1/0/4
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/5
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/6
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/7
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/8
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/9
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/10
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/11
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/12
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/13
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/14
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/15
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/16
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/17
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/18
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/19
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/20
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/21
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/22
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/23
port link-mode route
combo enable copper
#
security-zone name Local
#
security-zone name Trust
import interface GigabitEthernet1/0/0
#
security-zone name DMZ
#
security-zone name Untrust
import interface GigabitEthernet1/0/1
#
security-zone name Management
#
scheduler logfile size 16
#
line class aux
user-role network-operator
#
line class console
user-role network-admin
#
line class tty
user-role network-operator
#
line class vty
user-role network-operator
#
line aux 0
user-role network-admin
#
line con 0
authentication-mode scheme
user-role network-admin
#
line vty 0 4
authentication-mode scheme
user-role network-admin
#
line vty 5 63
user-role network-operator
#
ip route-static 192.168.1.0 24 1.1.1.1
ip route-static 192.168.2.0 24 2.2.2.1
#
info-center loghost 127.0.0.1 port 3301 format default
info-center source CFGLOG loghost level informational
#
domain system
#
aaa session-limit ftp 16
aaa session-limit telnet 16
aaa session-limit ssh 16
domain default enable system
#
role name level-0
description Predefined level-0 role
#
role name level-1
description Predefined level-1 role
#
role name level-2
description Predefined level-2 role
#
role name level-3
description Predefined level-3 role
#
role name level-4
description Predefined level-4 role
#
role name level-5
description Predefined level-5 role
#
role name level-6
description Predefined level-6 role
#
role name level-7
description Predefined level-7 role
#
role name level-8
description Predefined level-8 role
#
role name level-9
description Predefined level-9 role
#
role name level-10
description Predefined level-10 role
#
role name level-11
description Predefined level-11 role
#
role name level-12
description Predefined level-12 role
#
role name level-13
description Predefined level-13 role
#
role name level-14
description Predefined level-14 role
#
user-group system
#
local-user admin class manage
password hash $h$6$UbIhNnPevyKUwfpm$LqR3+yg1IjNct39MkOR0H0iQXLkYB3jMqM4vbAeoXOhbabIIFnjJPEGR00YiYA1Sz4LiY3FmEdru2fOLMb1shQ==
service-type telnet terminal http
authorization-attribute user-role level-3
authorization-attribute user-role network-admin
authorization-attribute user-role network-operator
#
ip http enable
ip https enable
#
security-policy ip
rule 1 name 1
action pass
source-zone Trust
destination-zone Untrust
rule 2 name 2
action pass
source-zone Untrust
destination-zone Trust
rule 3 name 3
action pass
source-zone Local
destination-zone Trust
service vrrp
rule 4 name 4
action pass
source-zone Trust
destination-zone Local
service vrrp
rule 5 name 5
action pass
source-zone Local
destination-zone Untrust
service vrrp
rule 6 name 6
action pass
source-zone Untrust
destination-zone Local
service vrrp
#
remote-backup group
data-channel interface Route-Aggregation1
configuration sync-check interval 12
delay-time 1
local-ip 10.1.1.2
remote-ip 10.1.1.1
device-role secondary
BM_S[f2]display remote-backup-group status 查看从设备rbm状态
Remote backup group information:
Backup mode: Active/standby
Device management role: Secondary
Device running status: Standby
Data channel interface: Route-Aggregation1
Local IP: 10.1.1.2
Remote IP: 10.1.1.1 Destination port: 60064
Control channel status: Connected
Keepalive interval: 1s
Keepalive count: 10
Configuration consistency check interval: 12 hour
Configuration consistency check result: Not Performed
Configuration backup status: Auto sync enabled
Session backup status: Hot backup enabled
Delay-time: 1 min
Uptime since last switchover: 0 days, 0 hours, 5 minutes
Switchover records:
Time Status change Cause
2022-10-21 11:26:17 Active to Standby Interface status changed
2022-10-21 11:24:17 Standby to Active Interface status changed
2022-10-21 11:04:22 Active to Standby Keepalive link established
2022-10-21 11:04:21 Initial to Active HA Configuration changed
RBM_S[f2] dis vr
RBM_S[f2]dis vrrp 查看从设备vrrp状态
IPv4 Virtual Router Information:
Running mode : Standard
RBM control channel is established
VRRP active group status : Backup
VRRP standby group status: Backup
Total number of virtual routers : 2
Interface VRID State Running Adver Auth Virtual
Pri Timer Type IP
----------------------------------------------------------------------------
GE1/0/0 1 Backup 100 100 Not supported 1.1.1.10
GE1/0/1 2 Backup 100 100 Not supported 2.2.2.10
RBM_S[f2]
(0)
最佳答案
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
没有会话,感觉像是缺点配置,手册里没有写,麻烦大佬帮看看配置有没有问题