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

Output drops on 3945 gig interface

Sarafianl1980
Level 1
Level 1

Hi All,

 

I'm observing output drops on the gig 0/0 on the provider facing interface.  The line is not exceeding bandwidth based on a one month view. 

 

I don't think this is a speed/duplex issue and provider says no issues found.

 

Looking at the policy applied seems all drops are on the class-default.  The config has nothing configured under the class-default.  It's blank.  Is by leaving this blank be the cause as to why I am seeing drops?  I can't see any reason why we should have drops?

 

Thanks

 

GigabitEthernet0/0 is up, line protocol is up
Hardware is PQ3_TSEC, address is acf2.c5d7.4280 (bia acf2.c5d7.4280)
Description: WAN-Provider
Internet address is

MTU 1500 bytes, BW 10000 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 8/255, rxload 4/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full Duplex, 100Mbps, media type is RJ45
output flow-control is unsupported, input flow-control is unsupported
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 1w5d
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 1381752
Queueing strategy: Class-based queueing
Output queue: 0/1000/0 (size/max total/drops)
5 minute input rate 194000 bits/sec, 54 packets/sec
5 minute output rate 319000 bits/sec, 144 packets/sec
41920189 packets input, 12146521122 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
99148248 packets output, 60806703272 bytes, 0 underruns
0 output errors, 0 collisions, 0 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
 

 
interface GigabitEthernet0/0
description WAN-provider
bandwidth 10000
ip address 
no ip redirects
no ip proxy-arp
duplex auto
speed auto
crypto map MPLS
service-policy output WAN-Provider-SHAPED
end


policy-map WAN-Provider-SHAPED
class class-default
shape average 9500000
service-policy WAN


policy-map WAN
class PRIORITY
priority
police cir 4000000
exceed-action drop
class NETWORK
bandwidth 100
class VIDEO
bandwidth 1000
class class-default

 

class-map match-any CRITICAL
match dscp cs3 af31 af32 af33
class-map match-any PRIORITY
match dscp cs5 ef
class-map match-any BURSTY-DATA
match dscp cs2 af21 af22 af23
class-map match-any VIDEO
match dscp cs4 af41 af42 af43
class-map match-any SCAVENGER
match dscp cs1
class-map match-any NETWORK
match dscp cs6 cs7

 

#sh policy-map interface gigabitEthernet 0/0
GigabitEthernet0/0

Service-policy output: WAN-Provider-SHAPED

Class-map: class-default (match-any)
100574458 packets, 59892093924 bytes
5 minute offered rate 234000 bps, drop rate 2000 bps
Match: any
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/1381768/0
(pkts output/bytes output) 99158637/60808478911
shape (average) cir 9500000, bc 38000, be 38000
target shape rate 9500000

Service-policy : WAN

queue stats for all priority classes:

queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 4648401/381917182

Class-map: PRIORITY (match-any)
4648401 packets, 381917182 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: dscp cs5 (40) ef (46)
4648401 packets, 381917182 bytes
5 minute rate 0 bps
Priority: Strict, burst bytes 1500, b/w exceed drops: 0

police:
cir 4000000 bps, bc 125000 bytes
conformed 4648401 packets, 381917182 bytes; actions:
transmit
exceeded 0 packets, 0 bytes; actions:
drop
conformed 0 bps, exceed 0 bps

Class-map: NETWORK (match-any)
694811 packets, 70989222 bytes
5 minute offered rate 1000 bps, drop rate 0 bps
Match: dscp cs6 (48) cs7 (56)
694811 packets, 70989222 bytes
5 minute rate 1000 bps
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 694811/79985370
bandwidth 100 kbps

Class-map: VIDEO (match-any)
0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: dscp cs4 (32) af41 (34) af42 (36) af43 (38)
0 packets, 0 bytes
5 minute rate 0 bps
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 0/0
bandwidth 1000 kbps

Class-map: class-default (match-any)
95231246 packets, 59439187622 bytes
5 minute offered rate 230000 bps, drop rate 2000 bps
Match: any

queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/1381768/0
(pkts output/bytes output) 93815425/60346576359

1 Accepted Solution

Accepted Solutions

Hello,

 

set the queue-limit in your default classes to 500 and check if the drops decrease:

 

class class-default

queue-limit 500 packets

View solution in original post

1 Reply 1

Hello,

 

set the queue-limit in your default classes to 500 and check if the drops decrease:

 

class class-default

queue-limit 500 packets