• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

某局点防火墙冗余组切换后不通的经验案例

2022-05-29 发表
  • 0关注
  • 1收藏 1632浏览
张腾 五段
粉丝:0人 关注:0人

组网及说明

2台F1000-AI-55防火墙做IRF,采用冗余组主备方式。

防火墙版本:Release 8860P18


问题描述

防火墙进行主备切换测试,发现切换后业务不通


过程分析

1、

防火墙下行冗余口reth10成员接口如下

#

interface Reth10

description DOWN-Link-AH_DMZ_H00_CS01:vlan-intface1000

ip address 172.16.200.6 255.255.255.248

member interface Route-Aggregation1 priority 100

member interface Route-Aggregation2 priority 80

进行主备切换流量从一框切换到二框后冗余组和冗余口状态如下:

[AH_DMZ_H00_FW01]display reth interface Reth 10

Reth10 :

  Redundancy group  : DMZ

  Member           Physical status         Forwarding status   Presence status

  RAGG1            DOWN                    Inactive            Normal

  RAGG2            UP                      Active              Normal

[AH_DMZ_H00_FW01]display redundancy group

Redundancy group DMZ (ID 1):

  Node ID      Slot          Priority   Status        Track weight

  1            Slot1         100        Secondary     -765

  2            Slot2         80         Primary       255

 

Preempt delay time remained     : 0    sec

Preempt delay timer setting     : 60   sec

Remaining hold-down time        : 0    sec

Hold-down timer setting         : 1    sec

Manual switchover request       : No

 

Member interfaces:

    Reth1                 Reth2                 Reth10           

 

Node 1:

  Track info:

    Track    Status           Reduced weight     Interface

    1        Negative         255                GE1/0/2

    2        Negative         255                GE1/0/3

    3        Negative         255                GE1/0/14

    4        Negative(Faulty) 255                GE1/0/15

Node 2:

  Track info:

    Track    Status           Reduced weight     Interface

    11       Positive         255                GE2/0/2

    12       Positive         255                GE2/0/3

    13       Positive         255                GE2/0/14

    14       Positive         255                GE2/0/15

2、此时用测试终端去ping防火墙reth10口地址,发现防火墙上没会话。通过debug ip packet发现报文未上到防火墙。排查交换机侧发现交换机学不到防火墙reth10口的ARP信息交换机侧debug如下,未收到ARP回包:

Ping 172.16.200.6 (172.16.200.6): 56 data bytes, press CTRL+C to break

*Apr  1 22:53:04:083 2013 AH_DMZ_H00_CS01 ARP/7/ARP_SEND: Sent an ARP message, operation: 1, sender MAC: 642f-c759-b160, sender IP: 172.16.200.1, target MAC: 0000-0000-0000, target IP: 172.16.200.6

*Apr  1 22:53:05:914 2013 AH_DMZ_H00_CS01 ARP/7/ARP_SEND: Sent an ARP message, operation: 1, sender MAC: 642f-c759-b160, sender IP: 172.16.200.1, target MAC: 0000-0000-0000, target IP: 172.16.200.6

Request time out

*Apr  1 22:53:06:282 2013 AH_DMZ_H00_CS01 ARP/7/ARP_SEND: Sent an ARP message, operation: 1, sender MAC: 642f-c759-b160, sender IP: 172.16.200.1, target MAC: 0000-0000-0000, target IP: 172.16.200.6

Request time out

*Apr  1 22:53:08:483 2013 AH_DMZ_H00_CS01 ARP/7/ARP_SEND: Sent an ARP message, operation: 1, sender MAC: 642f-c759-b160, sender IP: 172.16.200.1, target MAC: 0000-0000-0000, target IP: 172.16.200.6

Request time out

 3、在防火墙侧查看ARP信息发现,防火墙可以学到交换机的ARP信息:

<AH_DMZ_H00_FW01>display arp

   Type: S-Static    D-Dynamic    O-Openflow   R-Rule   I-Invalid

IP address      MAC address    VLAN/VSI name Interface/Link ID        Aging Type

115.233.206.241 ac4e-9165-8103 --            Reth1                    12    D  

60.12.5.89      20f1-7c96-b63e --            Reth2                    20    D  

172.16.200.1    642f-c759-b160 --            Reth10                   20    D  

192.168.0.2     2c16-dba6-70c9 --            MGE1/0/0                 19    D   

4、用防火墙去ping对端设备172.16.200.1,此时查看会话发现会话报文是从1框发出去的,但实际上1框的冗余口成员接口聚合口1是处于DOWN的状态。

Reth2                UP   UP       60.12.5.90      UP_to_LianTong-200M-360DCA0

Reth10               UP   UP       172.16.200.6    DOWN-Link-AH_DMZ_H00_CS01:v

Reth19               DOWN DOWN     --             

RAGG1                DOWN DOWN     --              DOWN_Link_AH_DMZ_H00_CS01:B

RAGG2                UP   UP       --              DOWN_Link_AH_DMZ_H00_CS01:B

Vlan2000             UP   UP       1.1.1.1         BFD-VLAN

 

[AH_DMZ_H00_FW01]display session table ipv4 source-ip 172.16.200.6 verbose

Slot 1:

Initiator:

  Source      IP/port: 172.16.200.6/28839

  Destination IP/port: 172.16.200.1/2048

  DS-Lite tunnel peer: -

  VPN instance/VLAN ID/Inline ID: -/-/-

  Protocol: ICMP(1)

  Inbound interface: InLoopBack0

  Source security zone: Local

Responder:

  Source      IP/port: 172.16.200.1/28839

  Destination IP/port: 172.16.200.6/0

  DS-Lite tunnel peer: -

  VPN instance/VLAN ID/Inline ID: -/-/-

  Protocol: ICMP(1)

  Inbound interface: Reth10

  Source security zone: Trust

State: ICMP_REQUEST

Application: ICMP

Rule ID: 5

Rule name: 6

Start time: 2022-04-12 16:05:10  TTL: 41s

Initiator->Responder:            5 packets        420 bytes

Responder->Initiator:            0 packets          0 bytes

 

Total sessions found: 1

 

Slot 2:

Initiator:

  Source      IP/port: 172.16.200.6/28839

  Destination IP/port: 172.16.200.1/2048

  DS-Lite tunnel peer: -

  VPN instance/VLAN ID/Inline ID: -/-/-

  Protocol: ICMP(1)

  Inbound interface: InLoopBack0

  Source security zone: Local

Responder:

  Source      IP/port: 172.16.200.1/28839

  Destination IP/port: 172.16.200.6/0

  DS-Lite tunnel peer: -

  VPN instance/VLAN ID/Inline ID: -/-/-

  Protocol: ICMP(1)

  Inbound interface: Reth10

  Source security zone: Trust

State: INACTIVE

Application: ICMP

Rule ID: 5    

Rule name: 6

Start time: 2022-04-12 16:05:10  TTL: 272s

Initiator->Responder:            0 packets          0 bytes

Responder->Initiator:            0 packets          0 bytes

5、防火墙侧debug arp packet提示的是从slot2回包了。但实际抓取聚合口2的流量并没又看到ICMP回包,同时和之前查看的会话结果也不匹配

The current terminal is enabled to display logs.

<AH_DMZ_H00_FW01>*Apr 12 16:06:06:490 2022 AH_DMZ_H00_FW01 ARP/7/ARP_RCV: -COntext=1-Slot=2; Received an ARP message, operation: 1, sender MAC: 642f-c759-b160, sender IP: 172.16.200.1, target MAC: 0000-0000-0000, target IP: 172.16.200.6

*Apr 12 16:06:06:490 2022 AH_DMZ_H00_FW01 ARP/7/ARP_SEND: -COntext=1-Slot=2; Sent an ARP message, operation: 2, sender MAC: 4873-973b-185c, sender IP: 172.16.200.6, target MAC: 642f-c759-b160, target IP: 172.16.200.1

*Apr 12 16:06:11:513 2022 AH_DMZ_H00_FW01 ARP/7/ARP_RCV: -COntext=1-Slot=2; Received an ARP message, operation: 1, sender MAC: 642f-c759-b160, sender IP: 172.16.200.1, target MAC: 0000-0000-0000, target IP: 172.16.200.6

*Apr 12 16:06:11:513 2022 AH_DMZ_H00_FW01 ARP/7/ARP_SEND: -COntext=1-Slot=2; Sent an ARP message, operation: 2, sender MAC: 4873-973b-185c, sender IP: 172.16.200.6, target MAC: 642f-c759-b160, target IP: 172.16.200.1

*Apr 12 16:06:16:545 2022 AH_DMZ_H00_FW01 ARP/7/ARP_RCV: -COntext=1-Slot=2; Received an ARP message, operation: 1, sender MAC: 642f-c759-b160, sender IP: 172.16.200.1, target MAC: 0000-0000-0000, target IP: 172.16.200.6

6、再次检查配置发现防火墙MAD检测部署在vlan虚接口下,不符合防火墙BFD MAD检测要求

#

interface Vlan-interface2000

 description BFD-VLAN

 mad bfd enable

 mad ip address 1.1.1.1 255.255.255.252 member 1

 mad ip address 1.1.1.2 255.255.255.252 member 2

#

7、在VLAN虚接口下部署BFD MAD检测会使设备转发产生异常。修改配置将BFD MAD检测配置在三层聚合口后业务恢复正常


解决方法

将BFD MAD检测配置在三层聚合口下


该案例对您是否有帮助:

您的评价:1

若您有关于案例的建议,请反馈:

作者在2022-07-25对此案例进行了修订
0 个评论

该案例暂时没有网友评论

编辑评论

举报

×

侵犯我的权益 >
对根叔知了社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔知了社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作