2811 - Interface input errors and unknown protocol drops
Hi all,
An issue was raised that more interface errors than normal were being picked up by monitoring. Counters hadn't been cleared for 42 weeks & 4days.
This interface is the default gateway for a 400 user LAN, there are also nightly backups run from this network which enter the interface. (fa0/1)
It's a 100Mb interface.
Here's the result of a show interface:
FastEthernet0/1 is up, line protocol is up
Hardware is MV96340 Ethernet, address is 0026.99d0.2e09 (bia 0026.99d0.2e09)
Internet address is 192.168.2.46/16
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 3000 usec,
reliability 255/255, txload 3/255, rxload 9/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters 42w4d
Input queue: 0/75/63480/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
30 second input rate 3920000 bits/sec, 702 packets/sec
30 second output rate 1495000 bits/sec, 580 packets/sec
483160360 packets input, 580603775 bytes
Received 164592900 broadcasts, 128 runts, 0 giants, 42357 throttles
4957386 input errors, 1692 CRC, 7 frame, 0 overrun, 4955559 ignored
0 watchdog
0 input packets with dribble condition detected
1912373289 packets output, 3915123811 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
13566288 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
I cleared the counters for the interface. Here's the result of a show interface 2 days after clearing the counters:
FastEthernet0/1 is up, line protocol is up
Hardware is MV96340 Ethernet, address is 0026.99d0.2e09 (bia 0026.99d0.2e09)
Internet address is 192.168.2.46/16
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 3000 usec,
reliability 255/255, txload 71/255, rxload 7/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters 2d00h
Input queue: 0/75/206/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
30 second input rate 2780000 bits/sec, 1918 packets/sec
30 second output rate 28047000 bits/sec, 2916 packets/sec
475677291 packets input, 450090857 bytes
Received 1503213 broadcasts, 0 runts, 0 giants, 6 throttles
428 input errors, 0 CRC, 0 frame, 0 overrun, 428 ignored
0 watchdog
0 input packets with dribble condition detected
577929717 packets output, 1781882222 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
125908 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
The input rate can reach up to 90Mb/s during the backups. My thoughts are that the interface errors, throttles and input queue drops are caused by the high data rate during backups and therefore not something to really be worried about.
The users on the LAN havn't been experiencing any issues with traffic that traverses this router.
From reading around online, the drops can be caused by congestion, which is what makes me think they're caused by the high data rate during backups.
Do these errors and drops look normal?
I think the unknown protocol drops are caused by the BPDU's and DTP from the connected switch interface. From reading around online this seems to usually be caused by CDP/STP/DTP or hardware issue like cabling or interface.
Any thoughts would be great.
Thanks.