DETAILED STEPS
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Assigns shared round robin weights to the ingress queues.
mls qos srr-queue input bandwidth weight1
weight2
Step 2
The default setting for weight1 and weight2 is 4 (1/2 of the bandwidth
is equally shared between the two queues).
Example:
Switch(config)# mls qos srr-queue input
For weight1 and weight2, the range is 1 to 100. Separate each value
with a space.
bandwidth 25 75
SRR services the priority queue for its configured weight as specified
by the bandwidth keyword in the mls qos srr-queue input
priority-queue queue-id bandwidth weight global configuration
command. Then, SRR shares the remaining bandwidth with both
ingress queues and services them as specified by the weights configured
with the mls qos srr-queue input bandwidth weight1 weight2 global
configuration command.
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 3
Verifies your entries.Use one of the following:
Step 4
•
show mls qos interface queueing
•
show mls qos input-queue
Example:
Switch# show mls qos interface queueing
or
Switch# show mls qos input-queue
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Step 5
Example:
Switch# copy running-config
To return to the default setting, use the no mls qos srr-queue input
bandwidth global configuration command.
startup-config
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
617
How to Configure QoS