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,881
  • 20
  • 196
  • 331
2

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

Sven
  • 98,649
  • 14
  • 180
  • 226