29-59
Catalyst 2960 Switch SoftwareConfiguration Guide
78-16881-01
Chapter29 Configuring QoS
Configuring Standard QoS
In this example, the DSCP values (0 to 6) are assigned the WTD thres hold of 50 percent and will be
dropped sooner than the DSCP values (20 to 26) assigned to the WT D threshold of 70 percent.
Allocating Buffer Space Between the Ingress Queues
You define the ratio (allocate the amount of space) with which to divide the ingress buffers between the
two queues. The buffer and the bandwidth allocation control how much data can be buffered before
packets are dropped.
Beginning in privileged EXEC mode, follow these steps to allocate the buffers between the ingress
queues. This procedure is optional.
To return to the default setting, use the no mls qos srr-queue input buffers global configuration
command.
This example shows how to allocate 60 percent of the buffer space to ingress queue 1 and 40 percent of
the buffer space to ingress queue 2:
Switch(config)# mls qos srr-queue input buffers 60 40
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 mls qos srr-queue input buffers
percentage1 percentage2
Allocate the buffers between the ingress queues
By default 90 percent of the buffers are allocated to queue 1, and 10
percent of the buffers are allocated to queue 2.
For percentage1 percentage2, the range is 0 to 100. Separate each value
with a space.
You should allocate the buffers so that the queues can handle any
incoming bursty traffic.
Step3 end Return to privileged EXEC mode.
Step4 show mls qos interface buffer
or
show mls qos input-queue
Verify your entries.
Step5 copy running-config startup-config (Optional) Save your entries in the configuration file.