12-26-2020 07:37 AM
Good morning friends;
I have a Catalyst 3850 SW platform with IOS 16.6.2, the trunk interfaces via PORT CHANNEL that link these SWs, shows high OUTPUT PACKET DROPS, in only one of the PORT CHANNEL interfaces, do any of you have any idea what I can be happening.
I appreciate your help and comments.
Regards Fernando.
12-26-2020 08:33 AM
i would first physically check the cable and replace with a new cable and test it. (since you are seeing only 1 interface output drops)
12-26-2020 09:50 AM
Hello,
your first line of defense is typically to configure the below on your switch. Give that a try and check if the output drops decrease.
mls qos
qos queue-softmax-multiplier 1200
12-26-2020 01:17 PM
". . . do any of you have any idea what I can be happening."
Likely, transient congestion on that port overruns either the logical and/or physical queue resources for that port.
As to why it's happening on only one port of a port channel, there are several possible reasons. First, port channels do not dynamically load balance across their links and flows with same hashing attributes will always used the same link (assuming no change in number of links). So, for example, if there's a pair of busy hosts, they can consistently overrun just one port of a port channel.
It's also possible, I believe, to have different logical and/or physical queue limitations per port as it's also possible, I believe, to have different physical loading on the ASICs and/or hardware buffers that support a particular port. I.e. one port of an Etherchannel may not have the same available resources as another port.
If the switch has QoS enabled, Georg's recommendation is a good thing to try first. NB: this change is suggested in the link provided by Balaji.
12-26-2020 02:30 PM
Sure that is one of the things need to consider and monitor (over utilization) of the link (based on the config LB method defined).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide