cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4173
Views
14
Helpful
2
Replies

CRC Errors

rhltechie
Level 1
Level 1

hi All,

I am seeing a very high rate of input errors and crc errors on one of my fast interfaces used for metro e. can this cause a significant slow down in performance? i read online that this could be caused from a duplex mismatch. should I check with my provider to make sure i am set to 100 full on their side as well?

TIA,

R

1 Accepted Solution

Accepted Solutions

Hi,

Indeed, high number of CRCs can cause significant slow down in performance. Any packet that failed the CRC check causes the router to increment the CRC packet counter. When a packet is corrupted the upper layer protocol(s) or application would request retransmission of the packet and that would mean extra wait time for the user.

CRC are typically caused by noise on the line or duplex mismatch. Bandwidth constraints can also cause CRC errors sometimes. Try hardcoding the duplex and in the event that doesn't help physical layer troubleshooting is needed.

Hope that helps!!

Regards,

Sundar

View solution in original post

2 Replies 2

Hi,

Indeed, high number of CRCs can cause significant slow down in performance. Any packet that failed the CRC check causes the router to increment the CRC packet counter. When a packet is corrupted the upper layer protocol(s) or application would request retransmission of the packet and that would mean extra wait time for the user.

CRC are typically caused by noise on the line or duplex mismatch. Bandwidth constraints can also cause CRC errors sometimes. Try hardcoding the duplex and in the event that doesn't help physical layer troubleshooting is needed.

Hope that helps!!

Regards,

Sundar

Roberto Salazar
Level 8
Level 8

You're right, most of the time CRC is caused by duplex mismatch. When operating at full-duplex, FCS, cyclic redundancy checks (CRC), alignment errors, and runt counters should be minimal. If the link is operating at full-duplex, the collision counter is not active. If the FCS, CRC, alignment, or runt counters are incrementing, check for a duplex mismatch. Duplex mismatch is a situation in which the switch is operating at full-duplex and the connected device is operating at half-duplex, or the other way around. The result of a duplex mismatch is extremely slow performance, intermittent connectivity, and loss of connection. Other possible causes of data link errors at full-duplex are bad cables, a faulty switch port, or NIC software or hardware issues.

http://www.cisco.com/warp/customer/473/46.html

Please rate helful posts.