26-Identify+Interface+and+Cable+Issues
26-Identify+Interface+and+Cable+Issues
Collision:
In full-duplex Ethernet, collision detection is disabled. A collision is the mechanism used by
Ethernet to control access and allocate shared bandwidth among stations that want to transmit
at the same time on a shared medium. Because the medium is shared, a mechanism must exist
where two stations can detect that they want to transmit at the same time. This mechanism is
collision detection. Ethernet uses CSMA/CD (Carrier Sense Multiple Access/Collision Detect) as
its collision detection method. The collision is possible on an Ethernet network where all the
hosts share the same carrier medium.
Use this command to view collisions:
show interfaces
CRC - A high number of CRCs is usually the result of collisions or a station transmitting bad data.
frame - Shows the number of packets received incorrectly having a CRC error and a non-integer
number of octets. On LAN, this is usually result of collisions or a malfunctioning Ethernet device.
collisions - Gives the number of messages retransmitted due to an Ethernet collision.