2-582
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.4.0SG and IOS 15.1(2)SG)
OL-27596 -01
Chapter 2 Cisco IOS Commands for the Catalyst 4500 Series Switches
queue-limit
Examples This example shows how to configure a policy-map called policy11 to contain policy for a class called
acl203. Policy for this class is set so that the queue reserved for it has a maximum packet limit of 40:
Switch# configure terminal
Switch (config)# policy-map policy11
Switch (config-pmap)# class acl203
Switch (config-pmap-c)# bandwidth 2000
Switch (config-pmap-c)# queue-limit 40
Switch (config-pmap-c)# end
Switch#
Related Commands Command Description
bandwidth Specifies or modifies the minimum bandwidth provided to a class
belonging to a policy map attached to a physical port.
class Specifies the name of the class whose traffic policy you want to
create or change.
policy-map Creates or modifies a policy map that can be attached to multiple
ports to specify a service policy and to enter policy-map
configuration mode.
shape (class-based queueing) Enables traffic shaping a class of traffic in a policy map attached
to a physical port.