CIsco 4500 输出下降

网络工程 转变 交换
2021-07-26 22:03:33

我有一个带有 10gb 上游接口和 1gb 下游接口的接入交换机,我可以从 show interfaces [int] 看到流量在上游下游方向上被丢弃。

TenGigabitEthernet1/1 is up, line protocol is up (connected)
Hardware is Ten Gigabit Ethernet Port, address is f4cf.e213.7e30 (bia f4cf.e213.7e30)
Description: MATE.A01
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
 reliability 255/255, txload 5/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s, link type is auto, media type is 1000BaseSX
input flow-control is on, output flow-control is on
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:45, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 7556661
Queueing strategy: Class-based queueing
Output queue: 0/40 (size/max)
5 minute input rate 5364000 bits/sec, 1098 packets/sec
5 minute output rate 22402000 bits/sec, 2980 packets/sec
 863690200 packets input, 401065551603 bytes, 0 no buffer
 Received 6568826 broadcasts (1428513 multicasts)
 0 runts, 0 giants, 0 throttles
 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
 0 input packets with dribble condition detected
 2787171938 packets output, 1962145408543 bytes, 0 underruns
 0 output errors, 0 collisions, 4 interface resets
 0 unknown protocol drops
 0 babbles, 0 late collision, 0 deferred
 0 lost carrier, 0 no carrier
 0 output buffer failures, 0 output buffers swapped out

这些下降的原因很可能是由于流量从较高带宽接口流向较低带宽接口这一事实。缓冲区很快变满,交换机会丢弃一些数据包。

是否有一个命令可以让我看到数据包在缓冲区级别丢失?输出下降的原因是否更多?如何更详细地排除这些输出下降的故障?

谢谢

1个回答

最可能的情况是,多个下行接口正在接收发往此 10G 上行链路的突发流量,并且短时间内无法应对,从而导致这些下降。

您的接口可靠性计数器显示255/255,因此这种情况不太可能是正常的,但是每天清除接口统计信息(或者甚至在第 3 方 SNMP 工具中绘制它们)将新的输出错误与当前的流量相关联是值得的.

另一种可能性是您将 QoS 策略应用于以某种方式限制出站流量的接口 - 请使用show policy-map interface TenGigabitEthernet1/1.