2-373
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
queue-limit
Examples
This example shows how to create a policy map called
policy11
for a class called
acl203
. In the policy
for this class, the queue maximum threshold is set to 30000 packets:
Switch(config)#
policy-map policy11
Switch(config-pmap)#
class acl203
Switch(config-pmap-c)#
bandwidth 2000
Switch(config-pmap-c)#
queue-limit 30000
You can verify your settings by entering the
show policy-map
privileged EXEC command.
Related Commands
Command
Description
Specifies or modifies the minimum bandwidth provided to a class
belonging to a policy map attached to an ES port.
Specifies the name of the class whose traffic policy you want to create
or change.
Creates or modifies a policy map that can be attached to multiple ports
to specify a service policy.
Enables the strict-priority queue and gives priority to a class of traffic
belonging to a policy map attached to an ES port.
Configures WRED in a policy map attached to an ES port.
service-policy (policy-map
class)
Creates a service policy as a quality of service (QoS) policy within a
policy map.
Displays QoS policy maps.