We have a Catalyst 6513 where we record some Rcv-Err. In the command reference I found the explanation:
Rcv-Err
Number of receive errors that occurred on the port (indicating that the internal receive buffer is full).
Does this mean every frame (broadcast, multicast or unicast) that arrives when the receive buffer is full will increment the Rcv-Err counter and the frame are discarded?
Port Align-Err FCS-Err Xmit-Err Rcv-Err UnderSize
1/1 0 0 0 1104 0
Thanks for replay.