PurposeCommand or Action
Enables QoS on a switch.mls qos
Example:
Switch(config)# mls qos
Step 2
Specifies the egress port, and enters interface configuration mode.
interface interface-id
Example:
Switch(config)# interface
Step 3
gigabitethernet1/0/1
Enables the egress expedite queue, which is disabled by default.priority-queue out
Step 4
Example:
Switch(config-if)# priority-queue out
When you configure this command, the SRR weight and queue size
ratios are affected because there is one fewer queue participating in
SRR. This means that weight1 in the srr-queue bandwidth shape
or the srr-queue bandwidth share command is ignored (not used
in the ratio calculation).
To disable the egress expedite queue, use the no
priority-queue out interface configuration command.
Note
Returns to privileged EXEC mode.end
Example:
Switch(config-if)# end
Step 5
Verifies your entries.show running-config
Example:
Switch# show running-config
Step 6
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Step 7
Example:
Switch# copy running-config
To disable the egress expedite queue, use the no priority-queue
out interface configuration command.
startup-config
Related Topics
Queueing and Scheduling on Egress Queues
Examples: Configuring Egress Queue Characteristics, on page 640
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
628
How to Configure QoS