我面临关于 1 x 10G 链路的问题(实际上配置为聚合以太网 (ae),即 ae 链路仅包含单个 10G 链路。
此 ae 链路连接在 2 个瞻博网络 MX960 路由器之间。当我 ping 另一端 MX960 路由器的 P2P IP 接口 IP (ae) 时,我得到数据包丢失。行为是随机的。有时我会迷路(例如 2000 年中的 1 或 2 或 3 个数据包),有时我什至没有得到一滴。行为是随机的。这发生在两个方向,即从 R1 --> R2,反之亦然。
在检查物理接口时,我确认存在任何类型的接口错误。此外,在接口或路由引擎上没有针对我们发送 ping 的 ping 应用防火墙监管器。
以下是 R1 端的 ICMP 快照和接口错误。
我们能知道为什么 IMCP 数据包会被丢弃吗?为什么有时他们会被丢弃,而有时他们不会。
R1> ping 10.0.2.81 rapid count 2000 size 1400
PING 10.0.2.81 (10.0.2.81): 1400 data bytes
--- 10.0.2.81 ping statistics ---
2000 packets transmitted, 1999 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.106/1.427/21.957/0.900 ms
R1> ping 10.0.2.81 rapid count 2000 size 1400
PING 10.0.2.81 (10.0.2.81): 1400 data bytes
--- 10.0.2.81 ping statistics ---
2000 packets transmitted, 2000 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.088/1.416/19.726/0.905 ms
R1> ping 10.0.2.81 rapid count 2000 size 1400
PING 10.0.2.81 (10.0.2.81): 1400 data bytes
--- 10.0.2.81 ping statistics ---
2000 packets transmitted, 1999 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.099/1.425/19.372/0.753 ms
nabeel.nasir@ISB-I010-EDG-MX96-1-re0> ping 10.0.2.81 rapid count 2000 size 1400
PING 10.0.2.81 (10.0.2.81): 1400 data bytes
--- 10.0.2.81 ping statistics ---
2000 packets transmitted, 2000 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.108/1.447/13.389/0.818 ms
R1> show configuration interfaces ae30
apply-groups [ xge-if-parameters ubfd-ae-core ];
aggregated-ether-options {
bfd-liveness-detection {
neighbor 192.168.0.1;
local-address 192.168.0.15;
}
lacp {
active;
periodic fast;
}
}
unit 3 {
apply-groups core-ifl-parameters;
vlan-id 3;
family inet {
address 10.0.2.82/30;
}
}
R1> show interfaces ae30 extensive | match Error Link-level type: Flexible-Ethernet, MTU: 9192, Speed: 10Gbps, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled, Input errors:
Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Giants: 0, Policed discards: 0, Resource errors: 0 Output errors:
Carrier transitions: 0, Errors: 0, Drops: 0, MTU errors: 0, Resource errors: 0
R1> show interfaces ae30 extensive | match Error Link-level type: Flexible-Ethernet, MTU: 9192, Speed: 10Gbps, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled, Input errors:
Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Giants: 0, Policed discards: 0, Resource errors: 0 Output errors:
Carrier transitions: 0, Errors: 0, Drops: 0, MTU errors: 0, Resource errors: 0
谢谢