1

When the total output drops continuously increments, why is it that the output queue never fills up? It always stays on 0.

Last clearing of "show interface" counters never
Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 3339540580
Queueing strategy: fifo
Output queue: 0/40 (size/max)

1
  • Did any answer help you? if so, you should accept the answer so that the question doesn't keep popping up forever, looking for an answer. Alternatively, you could provide and accept your own answer. Commented Aug 10, 2017 at 4:41

1 Answer 1

1

Output drops is a cumulative total. Output queue is a snapshot in time - it may be that at the exact moment you run the command, traffic was not queued, therefore it shows as zero.

Depending on the interface type and queueing configuration, it may be just a single large-sized packet, or burst of packets causing the drop (so you'd have to be very quick to catch it).

Duplex issues can also cause output drops (if this is an Ethernet interface) - and these will not be reflected in the output queue.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.