cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1159
Views
0
Helpful
4
Replies

output drops on GigEthernet interface

ldgunnink
Level 1
Level 1

Hello,

I am having a problem with a large number of output drops occuring on a GigabitEthernet interface.

Hardware info: Catalyst 4506 with SupIV running IOS 12.2(31)SG. Linecard is a WS-X4448-GB-RJ45.

The interface and the connected device are both configured for autonegotiation and are negotiating to 1000/full. I notice the output drops whenever the utilization rises above a few hundred kbps. All of the drops are from the Tx-Drops-Queue-2, and most of the outbound traffic seems to be from that queue 2. Here is the output of that interface's counters (reset 3 days ago):

Port InBytes InUcastPkts InMcastPkts InBcastPkts

Gi3/43 1664569971 3669717 0 287

Port OutBytes OutUcastPkts OutMcastPkts OutBcastPkts

Gi3/43 26552853364 30904440 2013536 2289256

Port InPkts 64 OutPkts 64 InPkts 65-127 OutPkts 65-127

Gi3/43 719167 11786994 1168599 3725029

Port InPkts 128-255 OutPkts 128-255 InPkts 256-511 OutPkts 256-511

Gi3/43 393734 1284840 315997 1674191

Port InPkts 512-1023 OutPkts 512-1023

Gi3/43 306808 783957

Port InPkts 1024-1522 OutPkts 1024-1522 InPkts 1523-1600 OutPkts 1523-1600

Gi3/43 765699 15952221 0 0

Port Tx-Bytes-Queue-1 Tx-Bytes-Queue-2 Tx-Bytes-Queue-3 Tx-Bytes-Queue-4

Gi3/43 20982 26414485135 69943042 68405045

Port Tx-Drops-Queue-1 Tx-Drops-Queue-2 Tx-Drops-Queue-3 Tx-Drops-Queue-4

Gi3/43 0 94349 0 0

Port Dbl-Drops-Queue-1 Dbl-Drops-Queue-2 Dbl-Drops-Queue-3 Dbl-Drops-Queue-4

Gi3/43 0 0 0 0

Port Rx-No-Pkt-Buff RxPauseFrames TxPauseFrames PauseFramesDrop

Gi3/43 0 0 2 0

Port UnsupOpcodePause

Gi3/43 0

Any ideas for further troubleshooting are appreciated. Thank you,

Loren Gunnink

Edit: I noticed that the formatting for the command output is not aligned. Is there a better way to paste this information?

4 Replies 4

Yudong Wu
Level 7
Level 7

In general output drop is caused by burst traffic pattern and/or oversubscription.

1. check your QoS config "show qos int g3/43"

2. check what DSCP value is mapped to Queue 2

"show qos map"

3. Investigate the traffic to see why you have this kind of burst or oversubscription. you might need to do a packet sniffer here.

4. After you have better understanding of your traffic, you can do the following:

a. Modify your QoS config to see if it will help.

b. move some traffic away from this link.

c. upgrade hardware.

Here is good doc for QoS in Cat4k.

http://www.cisco.com/en/US/products/hw/switches/ps663/products_tech_note09186a008010dd1c.shtml

Thank you for your reply.

I only recently set up some QoS config when we started using voip between locations, but it was only set on those specific interfaces. This interface is not related to the voip infrastructure. Are you saying that I should configure QoS for this interface?

This interface was previously negotiating to 100/Full due to the connected device configured as 100/Full. Now they are both auto, and are picking up 1000/Full as expected. There is no way to move traffic away from this link, as the connected device is our ERP system. I don't belive over-utilization is the problem. Using snmp monitoring, I have not seen the interface ever spike above 100mbps (which would now be only 10% of the link).

I was seeing the same issue when the device was using 100/Full and I hoped that increasing the line speed would correct the problem. Is it possible that somehow the queues did not "readjust" after the interface started using 1000/Full?

I have used a packet sniffer after creating a span session with this interface as the source. If the interface shows an output rate of say, 500pps, should my sniffer also be receiving about the same? I noticed that the sniffer received significantly fewer packets than the packet rate would suggest. For example, the 5 minute output rate is 143pps, but my sniffer only captured 705 packets in 30 seconds (~23pps).

Thank you,

Loren

I think it should be related to burst traffic pattern. Burst traffic could cause output drop even in a low link utilization. If you could shape this burst traffic somewhere in your network, it could be a help.

By the way, in 4448 line card, every group of 8 ports share the same resource. It's a 8:1 oversubscription architecture. Can you find out if any other port within 3/41-48 also experienced the same output drop? One thing you can try is to find a unused group of 8 ports (1-8, 9-16 and so on) and move the server to there to see if it can help.

I am not sure why SPAN did not capture all packets. You can change "load-interval" to 30 sec under your interface so that "show interface" will give you 30 sec average rate instead of 5 min. Then comparing it with the SPAN capture.

When you enable QoS globally, QoS should be enabled by default under the interface. You can check it by "show qos interface g3/43".

Thank you for your suggestions.

I will start by moving this device to a group of ports that has lower utilization.

Loren

Review Cisco Networking products for a $25 gift card