Specifications

2-304
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
queue-limit
queue-limit
Use the queue-limit policy-map class configuration command to set the queue maximum threshold for
Weighted Tail Drop (WTD) in an output policy map. Use the no form of this command to return to the
default.
queue-limit [cos value | dscp value | precedence value | qos-group value] number-of-packets
[packets]
no queue-limit [cos value | dscp value | precedence value | qos-group value] number-of-packets
[packets]
Syntax Description
Defaults Default queue limit is 160 (256-byte) packets.
Command Modes Policy-map class configuration
Command History
Usage Guidelines You use the queue-limit policy-map class command to control output traffic. Queue-limit settings are
not supported in input policy maps.
Beginning with Cisco IOS Release 12.2(35)SE, the switch supports one output policy map for each
interface. However the limit of three unique queue-limit configurations across all output policy maps
remains in effect You can use the same queue-limit configuration across multiple policy maps.
cos value (Optional) Set the parameters for each cost of service (CoS) value. The range
is from 0 to 7.
dscp value (Optional) Set the parameters for each Differentiated Services Code Point
(DSCP) value. The range is from 0 to 63.
precedence value (Optional) Set the parameters for each IP precedence value. The range is
from 0 to 7.
qos-group value (Optional) Set the parameters for each quality-of-service (QoS) group value.
The range is from 0 to 99.
number-of-packets
[packets]
Set the maximum threshold for WTD as the number of packets in the queue.
The range is from 16 to 544 and refers to 256-byte packets. The default is
160 packets. The packets keyword is optional.
Note For optimal network performance, we strongly recommend that you
configure the maximum queue-limit to 272 or less.
Release Modification
12.2(25)EX This command was introduced.
12.25(SEG) Support was added to configure the queue-limit in the class-default of an
output policy map.