在瞻博网络 MX 上的聚合链路中捕获 LACP PDU

网络工程 层2 瞻博网络 IEEE-802.1ax 瞻博网络 电容
2021-07-14 07:23:54

我们需要在 Juniper MX 上通过 DWDM 链路与其他路由器连接的聚合捆绑链路的成员链路上捕获 LACP PDU,并使用写入文件旋钮以 .pcap 格式保存输出。

有人可以帮助我们展示如何使用“监控流量接口”命令并仅捕获 LACP 数据包吗?我们尝试过但失败了。.pcap 文件大小不会增加,这表明数据包没有被捕获,但“监控接口流量”命令本身没有显示错误。

Is it possible to run the 'monitor traffic interface' on ae link as well as xe- link (member link)? 

Or we can only run the command on ae link only? 

我们只想通过了解当底层 DWDM 网络出现问题时 LACP 协议机器卡在哪个状态来进行故障排除。

我们还在 LAG 上使用了 mirco BFD。下面分享 LAG 和 Loopback 接口的配置。

user@RIK-RIK-Edg-MX24-1-re0> show configuration interfaces ae24 
apply-groups [ xge-if-parameters-core ubfd-ae ];
aggregated-ether-options {
    bfd-liveness-detection {
        neighbor 10.135.19.45;
        local-address 192.168.1.40;
    }
    lacp {
        periodic fast;
    }
}
unit 3 {
    apply-groups core-ifl-parameters;
    vlan-id 3;
    family inet {
        address 10.176.141.90/30;
    }
}

{master}
user@GKN-GKN-Edg-MX24-1-re0> show bfd session 
                                                  Detect   Transmit
Address                  State     Interface      Time     Interval  Multiplier
10.135.19.45            Up        xe-2/0/1       0.900     0.300        3   
10.135.19.45            Up        xe-1/1/0       0.900     0.300        3   

user@RIK-RIK-Edg-MX24-1-re0> show configuration interfaces lo0 
unit 0 {
    family inet {
        filter {
            input protect-re;
        }
        address 192.168.1.40/32;
    }
    family iso {
        address 49.0000.1921.6800.1040.00;
    }
}

非常感谢 !

2个回答

show lacp interfaces <aeX>显示 LAG 中每个成员链路的详细状态信息。例如:

user@router> show lacp interfaces ae0 extensive
LACP state:       Role   Exp   Def  Dist  Col  Syn  Aggr  Timeout  Activity
      ge-0/0/1       Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active
      ge-0/0/1     Partner    No    No   Yes  Yes  Yes   Yes     Fast    Active
      ge-0/0/2       Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active
      ge-0/0/2     Partner    No    No   Yes  Yes  Yes   Yes     Fast    Active
    LACP protocol:        Receive State  Transmit State          Mux State 
      ge-0/0/1                  Current   Fast periodic Collecting distributing
      ge-0/0/2                  Current   Fast periodic Collecting distributing
    LACP info:        Role     System             System       Port     Port    Port 
                             priority         identifier   priority   number     key 
      ge-0/0/1       Actor        127  00:05:86:4e:b6:c0        127        1       1
      ge-0/0/1     Partner        127  00:05:86:7e:d3:c0        127        1       1
      ge-0/0/2       Actor        127  00:05:86:4e:b6:c0        127        2       1
      ge-0/0/2     Partner        127  00:05:86:7e:d3:c0        127        2       1

听起来您认为您的有源 DWDM 系统正在与您的 LACP 设备交互。如果这是真的,您可能会看到两端的系统标识符有所不同或成员国的感知差异。

我希望您在找到有关您的问题的更多信息时发布更新;听起来不错。

您需要过滤子类型为 0x01(用于 LACP)的以太网类型 0x8809 帧(用于慢速协议)。

您需要在物理接口上运行捕获,即。xe. 聚合的逻辑ae链路不再承载这些 LACPDU - 它们被聚合层消耗。请参阅 IEEE 802.1AX 第 6.2.1 条: 在此处输入图片说明

请注意,DWDM 方案的问题应该出现在物理链路级别。