Verifying Duplex Mismatch
Last updated
Last updated
Check the duplex setting on each end of the link to see if the values mismatch.
You can also watch for incrementing collision and late collision counters "#sh interfaces (interface)"
These Duplex mismatch are corrupt frames & no not pass the Error detection by the FCS field.
These corrupt frames changes the values in the FCS field while reach the destination device & FCS creates a CRC Error list which further changes the interface counters which is displayed in the "#sh interfaces (interface)" command.
Types of Error Counters:
RUNTS:
Frames that did not meet the minimum frame requirement (64 bytes)
GIANTS:
Frames that did exceeded the maximum size required (1518 bytes)
INPUT ERRORS:
Sum of RUNT+GIANTS+NO BUFFER+CRC+FRAME+OVERRUN+IGNORED COUNT
CRC:
Received frame that did not pass the FCS Math causes the CRC Errors.
FRAME:
Received frame with illegal format (ending with partial byte)
PACKET OUTPUT:
Total number of frames forwarded out the interface
COLLISIONS:
Total number of collisions while the interface is transmitting a frame.
OUTPUT ERRORS:
Sum of Frames that the switch tried to transmit but errors occurred due to some problem.
LATE COLLISIONS:
Often points to a Duplex mismatch.
These collisions happen after the 64th byte after the frame has been transmitted (because in a perfectly working Ethernet LAN, collision should occur within the first 64 bytes only)
CCNA 200-301 OCG, Volume 1, Pg. 166/167 - Wendell Odom.