A network administrator executes the `show interfaces GigabitEthernet0/2` command on a Cisco IOS switch to investigate frame loss on a point-to-point connection. The command output displays the following status:
text
GigabitEthernet0/2 is up, line protocol is up
Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX
14205 input errors, 14205 CRC, 0 frame, 0 overrun, 0 ignored
0 output errors, 0 collisions, 0 interface resets
Based on the CLI output, which condition is the most likely cause of the observed interface statistics?
- Damaged copper cabling or high levels of electromagnetic interference along the cable pathAnswer
- BAn incorrect Ethernet pinout selection between legacy network devices with Auto-MDIX disabled
- CA native VLAN configuration mismatch between trunk interfaces at opposite ends of the link
- DA misinterpretation of incoming CDP or LLDP discovery protocol Type-Length-Value fields
Answer
Damaged copper cabling or high levels of electromagnetic interference along the cable path is the most likely cause of the CRC errors.
CRC errors occur when the receiving switch interface calculates a Frame Check Sequence (FCS) that does not match the FCS attached to the incoming frame. On a link with zero collisions and correctly operating full-duplex negotiation, high CRC error counts are almost exclusively caused by physical layer media degradation, such as a damaged twisted-pair cable, loose RJ-45 connectors, bad patch panel terminations, or electromagnetic interference (EMI).
Step-by-Step Solution
Key Concept
Interface CRC and Input Errors Troubleshooting