36-43
Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide
OL-12247-04
Chapter 36 Configuring QoS
Configuring Standard QoS
To return a port to its non-trusted state, use the
no mls qos trust
interface configuration command. To
return to the default DSCP-to-DSCP-mutation map values, use the
no mls qos map dscp-mutation
dscp-mutation-name
global configuration command.
This example shows how to configure a port to the DSCP-trusted state and to modify the
DSCP-to-DSCP-mutation map (named
gi1/0/2-mutation
) so that incoming DSCP values 10 to 13 are
mapped to DSCP 30:
Switch(config)#
mls qos map dscp-mutation gigabitethernet1/0/2-mutation 10 11 12 13 to 30
Switch(config)#
interface gigabitethernet1/0/2
Switch(config-if)#
mls qos trust dscp
Switch(config-if)#
mls qos dscp-mutation gigabitethernet1/0/2-mutation
Switch(config-if)#
end
Configuring a QoS Policy
Configuring a QoS policy typically requires classifying traffic into classes, configuring policies applied
to those traffic classes, and attaching policies to ports.
For background information, see the
“Classification” section on page 36-5
and the
. For configuration guidelines, see the
Guidelines” section on page 36-33
.
These sections describe how to classify, police, and mark traffic. Depending on your network
configuration, you must perform one or more of these tasks:
•
Classifying Traffic by Using ACLs, page 36-44
•
Classifying Traffic by Using Class Maps, page 36-49
•
Classifying Traffic by Using Class Maps and Filtering IPv6 Traffic, page 36-52
•
Classifying, Policing, and Marking Traffic on Physical Ports by Using Policy Maps, page 36-54
•
Classifying, Policing, and Marking Traffic on SVIs by Using Hierarchical Policy Maps, page 36-58
•
Classifying, Policing, and Marking Traffic by Using Aggregate Policers, page 36-65