Read the different kinds of link evidence, from the cable to the frame
Carrier (physical signal detection): the state in which an interface detects the link signal from the other end; it is not a sufficient condition for healthy data delivery.
Whether a cable is plugged in, the optical signal, PCS alignment, carrier, and the interface admin state are facts at different layers. A single "link up" line guarantees neither error-free delivery nor the correct speed.
Transceivers and cables carry the signal on each lane, and the NIC recovers frames from it. If the speed, FEC, or lane negotiation does not match, or if the optical power is marginal, corrected error counts can accumulate while carrier stays up.
An intermittent fault can disappear right after reseating, so save the counters and the module identity before touching anything. Put the port names at both ends and the cable labels in the same record so you can identify what to replace.
In the training example the carrier stayed up but CRC errors grew by 12 over 60 seconds. Looking only at the cumulative counter of 12 tells you nothing about whether the errors are old or current. Record the start value, the end value, the measurement window and the traffic sent during it. Do not immediately declare a bad cable because FEC corrections increased; first compare the settings at both ends and the supported module combinations.
- Why does this happen?
- Transceivers and cables carry the signal on each lane, and the NIC recovers frames from it. If speed, FEC, or lane negotiation does not match, or optical power is marginal, the carrier can stay up while corrected errors accumulate.
- When is it a problem?
- If you see degraded speed, rising CRC errors, or a module mismatch, there are insufficient grounds to proceed.
- Common beginner misconceptions
- Clearing counters to 0 or reseating the cable first destroys the original failure evidence. Take a snapshot first, then change only one approved variable.
- How to verify it yourself
- Compare the switch and NIC ports at both ends and the cable labels against the cabling sheet. Check the driver, firmware, and module identities and the supported combinations.