36-73
Cisco Catalyst Blade Switch 3130 for Dell Software Configuration Guide
OL-13270-01
Chapter36 Configuring QoS Configuring Standard QoS
To return to the default setting, use the no mls qos queue-set output qset-id buffers global configuration
command. To return to the default WTD threshold percentages, use the no mls qos queue-set output
qset-id threshold [queue-id] global configuration command.
This example shows how to map a port to queue-set 2. It al locates 40 per cent of the b uf fer space to e gress
queue 1 and 20 percent to egress queues 2, 3, and 4. It configures the drop thresholds for queue 2 to 40
and 60 percent of the allocated memory, guara ntees (re serv es ) 100 perc ent o f the alloca ted me mor y, and
configures 200 percent as the maximum memory that this queue ca n h ave before p ac kets are d ro pped:
Switch(config)# mls qos queue-set output 2 buffers 40 20 20 20
Switch(config)# mls qos queue-set output 2 threshold 2 40 60 100 200
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# queue-set 2
Mapping DSCP or CoS Values to an Egress Queue and to a Threshold ID
You can prioritize traffic b y placing pack ets with partic ular DSCPs or costs of service into certain queues
and adjusting the queue thresholds so that packets with lower priorities are dropped.
Note The egress queue default settings are suitable for most situations. You should change them only when
you have a thorough understanding of the egress queues and if these settings do not meet your QoS
solution.
Step7 show mls qos interface [interface-id]
buffers Verify your entries.
Step8 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose