All ports
The total number of frames received on the port that experienced a CRC error. Such a frame:
- Was any data or MAC control frame which matched a unicast, broadcast or multicast address, or matched due to promiscuous mode
- Was of length 64 to RX_MAXLEN bytes inclusive
- Had no code/align error
- Had a CRC error
Overruns have no effect upon this statistic.
A CRC error is defined to be:
- A frame containing an even number of nibbles, and
- Failing the Frame Check Sequence test.