2-662
Catalyst 3550 Multilayer Switch Command Reference
OL-8566-01
Chapter 2 Catalyst 3550 Switch Cisco IOS Commands
wrr-queue min-reserve
wrr-queue min-reserve
Use the wrr-queue min-reserve interface configuration command to assign a minimum-reserve level to
a particular egress queue of a 10/100 Ethernet port. Use the no form of this command to return to the
default setting.
wrr-queue min-reserve queue-id min-reserve-level
no wrr-queue min-reserve queue-id
Syntax Description
Defaults Queue 1 selects minimum-reserve level 1, queue 2 selects minimum-reserve level 2, queue 3 selects
minimum-reserve level 3, and queue 4 selects minimum-reserve level 4.
Command Modes Interface configuration
Command History
Usage Guidelines You can assign the same minimum-reserve level to multiple queues. Each queue is allocated the same
amount of buffer space.
When you enter this command, the queue is temporarily shut down during the hardware reconfiguration,
and the switch drops newly arrived packets to this queue.
Examples This example shows how to configure minimum-reserve level 5 to 20 packets and assign
minimum-reserve level 5 to egress queue 1 on a port:
Switch(config)# mls qos min-reserve 5 20
Switch(config)# interface fastethernet0/1
Switch(config-if)# wrr-queue min-reserve 1 5
You can verify your settings by entering the show mls qos interface buffers privileged EXEC command.
Related Commands
queue-id ID of the egress queue. The range is 1 to 4.
min-reserve-level One of the eight minimum-reserve levels configured with the mls qos
min-reserve global configuration command.
Release Modification
12.1(6)EA1 This command was introduced.
Command Description
mls qos min-reserve Configures the minimum-reserve levels on 10/100 Ethernet ports.
show mls qos interface Displays quality of service (QoS) information.