Hello,
Currently in NPM, on interfaces details we are able to see input/output errors or discards. What is the meaning of those values (CRC, frame, overrun, ignored...)? On the switch we are able to see :
174316960 packets input, 719586449 bytes, 9170041 no buffer
Received 173407095 broadcasts (0 multicast)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 9170041 ignored
0 watchdog, 162541217 multicast, 0 pause input
0 input packets with dribble condition detected
1020076 packets output, 109444133 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
Is there a way to see only CRC errors on interfaces ?
Many thanks.
Eric.