2

When running ethtool I notice a very high level of rx_crc_errors. When the server is under heavy load the counter goes even higher. What does this typically point to as the source of the problem? Media or cable issues?

Graham Zulauf
  • 23
  • 1
  • 4

2 Answers2

4

Typically errors of this type (errors that indicate bad data integrity) are the result of layer 1 problems. I'd investigate cabling and the physical layer interface first.

Evan Anderson
  • 141,071
  • 19
  • 191
  • 328
2

Replacing the ethernet cable would be my first step to debug, followed by testing the patch field connectors etc.

Sven
  • 97,248
  • 13
  • 177
  • 225