瞻博网络路由器中 1G 接口上的资源错误

网络工程 路由 错误
2021-07-31 13:33:04

我们观察到瞻博网络 MX240 上几乎许多 1G 链路上的资源错误。资源错误计数器非常高。MPC 类型是 MPC 类型 1 3D。我正在分享命令'show interface广泛的输出| 以匹配错误'为例。

有人可以澄清资源错误的含义以及它们发生的原因吗?如何纠正它们?

Junos OS 是 15.1R5-S3.4

非常感谢

//

R1> show interfaces ge-1/0/1 extensive | match Error    
  Link-level type: Flexible-Ethernet, MTU: 1522, MRU: 1530, LAN-PHY mode, Speed: 1000mbps, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,
  Input errors:
    Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, FIFO errors: 0,
    Resource errors: 11485 <-----
  Output errors:
    Carrier transitions: 1, Errors: 0, Drops: 0, Collisions: 0, Aged packets: 0, FIFO errors: 0, HS link CRC errors: 0, MTU errors: 0, Resource errors: 0
    CRC/Align errors                         0                0
    FIFO errors                              0                0
    Total errors                             0                0
    Output packet error count                                 0

R1> show interfaces ge-1/0/3 extensive | match Error    
  Link-level type: Flexible-Ethernet, MTU: 1518, MRU: 1526, LAN-PHY mode, Speed: 1000mbps, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,
  Input errors:
    Errors: 5, Drops: 0, Framing errors: 5, Runts: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, FIFO errors: 0,
    Resource errors: 7433 <-----
  Output errors:
    Carrier transitions: 17, Errors: 0, Drops: 0, Collisions: 0, Aged packets: 0, FIFO errors: 0, HS link CRC errors: 0, MTU errors: 0, Resource errors: 0
    CRC/Align errors                         5                0
    FIFO errors                              0                0
    Total errors                             6                0
    Output packet error count                                 0
1个回答

根据此瞻博网络文档,它是传输丢弃的总和。这个瞻博网络论坛帖子解释了更多:

基本上,当一个数据包既不能放入缓冲区也不能从缓冲区中检索时(即,当数据包由于 pkt 大小而分散在多个缓冲区中并且无法访问其中一个缓冲区时),则该计数器增加。

我个人从未观察到这些类型的错误,也不知道它们有多严重或如何摆脱它们。如果我是你,我会为此打开一个 TAC 案例。