BFD 关闭 - “匹配错误的会话”(SRX)

网络工程 杜松 戴尔 bfd
2022-02-24 12:44:48

我们有一台瞻博网络 SRX 与戴尔通话。

BFD 会话之一有问题。Juniper 报告它正在启动,Dell 报告它正在关闭。

在瞻博网络上的 BFD 跟踪中,我看到如下消息:

Packet from 10.xxx.xxx.9 to (null) (ifl 87, rtbl 5), discr 0x0, label 0, matches wrong session

10.xxx.xxx.9 是戴尔。

我不知道 discr 0x0 来自哪里。

当我这样做时show bfd session extensive,我得到:

Local discriminator 220, remote discriminator 4

此 BFD 会话与其他工作会话之间的另一个明显区别是最后一行。

好的会议表明:

Echo mode disabled/inactive Session ID: 0x0

下行会话显示:

Echo mode disabled/inactive, no-absorb, no-refresh, update-adj
 Session ID: 0x0

关于我接下来应该看哪里的任何建议?


杜松

protocols {
  bgp {
    advertise-inactive;
    bfd-liveness-detection {
      minimum-interval 1000;
    }
    group group_BGP {
      type external;
      advertise-peer-as;
      import BGP;
      export [ BGP ... ];
      peer-as 64444;
      local-as 64567;
      as-override;
      ...
      neighbor 10.xxx.xxx.9 {
        local-address 10.xxx.xxx.12;
        authentication-key /* SECRET-DATA */; ## SECRET-DATA
        peer-as 64444;
      }
      neighbor 10.xxx.xxx.10 {
        local-address 10.xxx.xxx.12;
        authentication-key /* SECRET-DATA */; ## SECRET-DATA
        peer-as 64444;
      }

    security-zone sec_zone1 {
      ...
        protocols {
          bgp;
          bfd;
        }

戴尔

  LocalAddr                          RemoteAddr                         Interface  State Rx-int Tx-int Mult VRF Clients
* 10.xxx.xxx.9                       10.xxx.xxx.12                      Vl 234     Down  1000   1000   3    1      B

  LocalAddr                          RemoteAddr                         Interface  State Rx-int Tx-int Mult VRF Clients
* 10.xxx.xxx.10                      10.xxx.xxx.12                      Vl 234     Up    1000   1000   3    2      B
0个回答
没有发现任何回复~