Print

S6520X-18C-SI 接口队列0丢包

2024-11-27 发表

问题描述

两台设备做了IRF,发现设备中有队列0丢包:

%Nov 14 14:45:50:966 2024 Device IFNET/4/IF_EGRESS_DROP: Packet loss occurs in queue 0 of Ten-GigabitEthernet1/0/12.

%Nov 14 14:43:57:717 2024 Device IFNET/4/IF_EGRESS_DROP: -Slot=2; Packet loss occurs in queue 0 of Ten-GigabitEthernet2/0/15.

 

过程分析

通过查看配置发现做了二层远程镜像,且涉及跨框镜像。

#

interface Ten-GigabitEthernet1/0/12

 port link-mode bridge

 mirroring-group 2 reflector-port

#

irf-port 2/1

 port group interface Ten-GigabitEthernet2/0/15

 port group interface Ten-GigabitEthernet2/0/16

#

 

解决方法

经确认镜像报文走的队列0,镜像反射口1/0/12被镜像流量打满拥塞,slot2的镜像流量都通过IRF转发导致2/0/15打满,且广播、未知单播、组播流量都会一份到堆叠口。

建议现场将镜像分为两个镜像组,或者将镜像取消观察,队列0丢包消失。