0

im seeing input discards on one of our uplink on Arista SW

if i run sh platform fm4000 interface ethernet 22 counters verbose command it is showing smp0DropPkts which is equal to the input discards.

need you help on what is this counter is and how to resolve this

1
  • Has any answer solved your question? Then please accept it or your question will keep popping up here forever. Please also consider voting for useful answers.
    – Zac67
    Commented Jun 25, 2023 at 6:51

1 Answer 1

2

According to Arista, if you see only input discards and no other counter incrementing, it is likely the issue is due to valid frames being input on that port, then having to be processed by the CPU (software processing) and causing congestion and then being dropped due to lack of resources or limitations on CPU processing.

https://arista.my.site.com/AristaCommunity/s/article/platform-specific-discards

The verbose output you list shows no match in any document I can find, is there a typo? It may mean simply that the processor dropped the packet due to it taking too long to process compared to some kind of control plane protection policy.

The first step I would take to discover the cause of the problem would be to mirror traffic on that port to a packet capture on a computer and see if there is any traffic that should obviously not be there. Improper VLAN tagging, broadcasts or other traffic might be flooded to the CPU and cause discards. There are many other types of traffic that might cause issues but it depends on the hardware and software configuration in use.

1
  • Hi FrameHowitzer, we are running an old version but verbose command is there. output is same if you ignore the verbose i reset the counters and input discard counter matches the smp0DropPkts counter i trying to understand what this smp0DropPkts counter represent. im trying to get a capture once the issue happens Commented May 25, 2023 at 17:56

Not the answer you're looking for? Browse other questions tagged or ask your own question.