An engineer is troubleshooting severe frame corruption and packet drops on a GigabitEthernet connection between a Catalyst switch and an enterprise router. Both interfaces are explicitly configured for 1000Mb/s Full-duplex. The CLI output from the switch is shown below:
text
GigabitEthernet0/1 is up, line protocol is up
Hardware is Gigabit Ethernet, address is 5006.ab12.cd34 (bia 5006.ab12.cd34)
Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
5 minute input rate 452000 bits/sec, 510 packets/sec
5 minute output rate 489000 bits/sec, 540 packets/sec
1245012 packets input, 1084201948 bytes, 0 no buffer
0 runts, 0 giants, 0 throttles
14205 input errors, 14205 CRC, 0 frame, 0 overrun, 0 ignored
1589022 packets output, 1482910244 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
Physical inspection reveals that a custom UTP patch cable was wired using non-standard pin pairings where pins 3 and 6 were split across different wire pairs instead of sharing a single twisted pair. Which physical or data link issue is directly responsible for the high number of CRC errors observed on this full-duplex interface?
- Severe near-end crosstalk (NEXT) and electromagnetic interference caused by the split-pair Ethernet cable pinout mismatch.Answer
- BAn undetected duplex mismatch causing late collisions that corrupt the frame check sequence on the switch interface.
- CA native VLAN mismatch across the trunk link causing 802.1Q tag insertion errors that fail cyclic redundancy checks.
- DAn invalid MTU size negotiation caused by misinterpreting CDP TLV neighbor parameters from the connected router.