A network administrator is troubleshooting poor file transfer performance on a switch interface connected to an enterprise application server. The administrator executes the `show interfaces gigabitethernet 0/1` command on the switch and receives the following CLI output:
GigabitEthernet0/1 is up, line protocol is up
Hardware is GigabitEthernet, address is 0007.ec29.2101
Full-duplex, 100Mb/s, media type is 100BaseTX
12458 input errors, 12458 CRC, 0 frame, 0 overrun, 0 ignored
0 output errors, 45211 collisions, 1204 late collision, 0 deferred
Based on this output, what is the most likely cause of the interface errors?
- A duplex mismatch between the switch port and the connected server interfaceAnswer
- BAn incorrect Ethernet cable pinout type connecting the switch to the server
- CA native VLAN configuration mismatch between the switch and the connected host
- DA misinterpretation of remote neighbor TLV statistics received from Layer 2 discovery protocols
Answer
A duplex mismatch between the switch port and the connected server interface
A duplex mismatch occurs when one end of an Ethernet segment is configured for full-duplex while the opposite end operates in half-duplex mode. Because full-duplex mode disables CSMA/CD collision detection, the full-duplex side transmits data whenever ready. The half-duplex side, which is actively listening for carrier sense, experiences collisions and late collisions during its transmissions. The full-duplex side receives colliding signals mid-transmission, registering them as input CRC errors.
Step-by-Step Solution
Key Concept
Duplex Mismatch Symptoms and Error Counters
Estimated Time:1m 30s