Symptom |
Key Output Section |
Probable Cause |
Solution |
Up/Down or Down/Down |
Status line |
Cabling, device, admin shutdown |
Check cables, port config, remote end |
High CRC/frame errors |
Input errors |
Bad cables, EMI/interference |
Replace cables, check for interference |
Collisions/late collisions |
Output errors |
Duplex mismatch, shared media |
Set both sides to full-duplex |
Runts/Giants |
Input errors |
MTU mismatch, faulty devices |
Check MTU, replace hardware |
Input/output drops |
Queues and drops |
Congestion, undersized buffers |
Optimize traffic, upgrade interface |
Low reliability |
Reliability |
Ongoing errors/hardware issues |
Investigate errors, replace hardware |
Switch# show interfaces GigabitEthernet0/1
GigabitEthernet0/1 is up, line protocol is up
Hardware is Gigabit Ethernet, address is 001a.2b3c.4d5e
Internet address is 192.168.10.2/24
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
Full-duplex, 1000Mb/s, auto-negotiation
123456789 packets input, 0 input errors, 0 CRC, 0 frame, 0 overruns
234567890 packets output, 0 output errors, 0 collisions, 0 late collisions
0 input queue drops, 0 output queue drops
Reliability 255/255, txload 1/255, rxload 1/255
Interpretation: Interface is healthy—no errors, full duplex, no congestion or drops.
Error Counter |
Meaning |
Probable Cause |
Action/Resolution |
Input errors |
Total errors in received packets (sum of runts, giants, CRC, etc.) |
Faulty cables, interference, hardware issue |
Replace cables, check for interference |
CRC errors |
Packets failed CRC (Cyclic Redundancy Check); data corruption detected |
Damaged cables, EMI (electromagnetic interference) |
Replace/relocate cables |
Frame errors |
Frames with incorrect size or alignment |
Collisions, cabling, hardware |
Inspect cables, fix duplex/speed |
Runts |
Packets smaller than min Ethernet size (<64 bytes) |
Collisions, faulty NIC, cabling |
Fix NIC, cables, check duplex |
Giants |
Packets larger than max Ethernet size (>1518 bytes) |
MTU mismatch, faulty device |
Check MTU settings, replace hardware |
Overruns |
Interface ran out of buffer before processing packet |
High traffic, hardware bottleneck |
Increase buffer, optimize traffic |
Input queue drops |
Packets dropped due to full input queue |
Congestion, insufficient CPU |
Investigate traffic, upgrade hardware |
Output errors |
Errors on transmitted packets (sum of underruns, collisions, etc.) |
Duplex mismatch, overloaded interface |
Fix duplex, monitor load |
Collisions |
Ethernet frames colliding on wire |
Half-duplex, shared media, duplex mismatch |
Set both ends to full duplex |
Late collisions |
Collisions detected after 64 bytes of a frame |
Duplex mismatch, long cable |
Fix duplex, shorten cable |
Deferred |
Frames delayed before sending due to busy network |
High utilization |
Monitor/manage traffic |
Babble |
Excessively long frames sent by interface |
Malfunctioning hardware |
Replace hardware |
Output queue drops |
Packets dropped due to full output queue |
Interface congestion, high traffic |
Upgrade interface or reduce traffic |
Reliability |
Running measure of success (255/255=perfect) |
Ongoing errors, hardware failure |
Investigate persistent issues |