Cisco 2811 router ignored input errors

5,227

Both Ethernet ports should be running auto/auto, as should the 4900's ports. This isn't the source of an ignored packet, though - media mismatches will show up as CRC errors, input errors, etc..

How many ignored packets are you seeing and over what period of time? A few hundred over a period of months isn't that big of a deal - especially if you're not noticing a performance hits.

Are you measuring CPU usage at all? Even tracking on 'sh proc cpu history' might give some clues as to whether your counter increases correlate with high cpu usage (..which can contribute in its own right to these kinds of issues). Also confirm that cef is enabled on the box globally as well as on the individual interfaces. Run 'show int st' to get a sense of the ratio of process switched to fast switched packets - the number should be predominantly fast switched. If not, a particular feature or configuration is likely hanging things up. Are you doing NBAR, fancy firewall/IDS or lots of un-accelerated crypto?

If you're at all memory constrained I would go slowly with the buffer changes - going too far can cause more harm than good.

Share:
5,227

Related videos on Youtube

elbekay
Author by

elbekay

Updated on September 18, 2022

Comments

  • elbekay
    elbekay over 1 year

    I've got a Cisco 2811 (AdvIPServices 12.4(25e)) that is showing input errors on both its interfaces, all the errors are of the ignored type.

    The counter for ignore errors is not increasing continuously, which made me think it would be happening in line with traffic bursts, but there really isn't a large amount of traffic running through it at any time.

    Both the router interfaces are connected to a 4900 (IPBase 12.2(54)) series switch.

    The only things I can see are:

    • There is a slight mismatch in duplex/speed negotiation settings, one side is set to auto/auto and one full/auto, however they have negotiated fine.
    • There have been a few fallbacks on the interface buffers, and some trims in the public buffers.

    Any suggestions for things to look at? I will be correcting the duplex neg settings, and might try a buffer tune, but I don't think it will help.

  • elbekay
    elbekay almost 12 years
    represents about 1% or less of the traffic. but not any NBAR or fancy firewall/IDS, a small amount of traffic is crypto. 'sh proc cpu history' has shown some spikes up near 90%, averaged out that could mean that the CPU is maxed out. could this cause input ignores? and if so wouldn't it cause outbound problems also? thanks for the show in st command, i'll check that out and check the ratio.