cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7748
Views
0
Helpful
1
Replies

Excess Defer frames or Xmit errors

pdub206
Level 1
Level 1

I'm seeing a ridiculous amount of Xmit errors on a port that are showing up as Excess Defer frames:

switch#sh int g 1/0/1 controller
GigabitEthernet1/0/1 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is 0000.0000.0000 (bia 0000.0000.0000)
Description: server
MTU 9198 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 931795211
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 278000 bits/sec, 19 packets/sec
5 minute output rate 2264000 bits/sec, 34 packets/sec
322665381 packets input, 1726806777571 bytes, 0 no buffer
Received 380215 broadcasts (160 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 160 multicast, 0 pause input
0 input packets with dribble condition detected
325201520 packets output, 1404261147436 bytes, 0 underruns
931795211 output errors, 0 collisions, 1 interface resets
0 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 pause output
0 output buffer failures, 0 output buffers swapped out
Transmit GigabitEthernet1/0/45 Receive
1404261147436 Total bytes 1726806777571 Total bytes
320292032 Unicast frames 322285166 Unicast frames
1403929654912 Unicast bytes 1726782422014 Unicast bytes
4066997 Multicast frames 160 Multicast frames
260365385 Multicast bytes 32037 Multicast bytes
842491 Broadcast frames 380055 Broadcast frames
71127139 Broadcast bytes 24323520 Broadcast bytes
0 System FCS error frames 0 IpgViolation frames
0 MacUnderrun frames 0 MacOverrun frames
0 Pause frames 0 Pause frames
0 Cos 0 Pause frames 0 Cos 0 Pause frames
0 Cos 1 Pause frames 0 Cos 1 Pause frames
0 Cos 2 Pause frames 0 Cos 2 Pause frames
0 Cos 3 Pause frames 0 Cos 3 Pause frames
0 Cos 4 Pause frames 0 Cos 4 Pause frames
0 Cos 5 Pause frames 0 Cos 5 Pause frames
0 Cos 6 Pause frames 0 Cos 6 Pause frames
0 Cos 7 Pause frames 0 Cos 7 Pause frames
0 Oam frames 0 OamProcessed frames
0 Oam frames 0 OamDropped frames
134175303 Minimum size frames 68871051 Minimum size frames
17917304 65 to 127 byte frames 50921614 65 to 127 byte frames
143440 128 to 255 byte frames 2179946 128 to 255 byte frames
133089 256 to 511 byte frames 119655 256 to 511 byte frames
67709 512 to 1023 byte frames 97001 512 to 1023 byte frames
169967 1024 to 1518 byte frames 125293 1024 to 1518 byte frames
763971 1519 to 2047 byte frames 145962 1519 to 2047 byte frames
3501859 2048 to 4095 byte frames 11384993 2048 to 4095 byte frames
32224306 4096 to 8191 byte frames 4799096 4096 to 8191 byte frames
136104572 8192 to 16383 byte frames 184020770 8192 to 16383 byte frames
0 16384 to 32767 byte frame 0 16384 to 32767 byte frame
0 > 32768 byte frames 0 > 32768 byte frames
0 Late collision frames 0 SymbolErr frames
13816697099 Excess Defer frames 0 Collision fragments
0 Good (1 coll) frames 0 ValidUnderSize frames
0 Good (>1 coll) frames 0 InvalidOverSize frames
0 Deferred frames 0 ValidOverSize frames
0 Gold frames dropped 0 FcsErr frames
0 Gold frames truncated
0 Gold frames successful
0 1 collision frames
0 2 collision frames
0 3 collision frames
0 4 collision frames
0 5 collision frames
0 6 collision frames
0 7 collision frames
0 8 collision frames
0 9 collision frames
0 10 collision frames
0 11 collision frames
0 12 collision frames
0 13 collision frames
0 14 collision frames
0 15 collision frames
0 Excess collision frames

LAST UPDATE 1100 msecs AGO

switch#sh run int gig 1/0/1
Building configuration...

Current configuration : 223 bytes
!
interface GigabitEthernet1/0/1
description server
switchport access vlan 666
switchport mode access
switchport nonegotiate
no cdp enable
spanning-tree portfast
spanning-tree bpduguard enable
end

Deferred frames are called out as:

The issue is because the traffic load destined for the switch is excessive and causes the frames to be discarded. Normally the deferred frames are the number of frames that have been transmitted successfully after waiting for the media, because the media was busy. This is usually seen in half duplex environments where the carrier is already in use when it tries to transmit a frame. But in full duplex environments the issue occurs when the excessive load is destined for the switch.

Would switchport nonegotiate cause this issue, or is there something else I should be looking for? I can't seem to find much information on this specific error.  

Throwing packets since 2012
1 Reply 1

Mark Malone
VIP Alumni
VIP Alumni

You really need to clear the counters for the interface to get a good idea of what that drop rate is in real time , do you monitor any of these interfaces at application level to see the history throughput for it , if the interface is being hammered it can cause this too as your output drops are equal to the total drops

id say the output queue could be being overrun which is causing the drops , you could setup the interface history command if your not monitoring it through an app

do you see high spikes on this interface at rx/tx as there is a server connected ?

defer counter can be when packet hits the interface but its too busy to send it