27-42
Cisco ME 3800X and 3600X Switch Software Configuration Guide
OL-23400-01
Chapter 27 Configuring QoS
Configuring QoS
Beginning in privileged EXEC mode, follow these steps to create a class map and to define the match
criterion to classify traffic:
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
class-map [match-all |
match-any] class-map-name
Note
The match-all keyword
is supported only for
outer VLAN and inner
VLAN, or outer CoS and
inner CoS matches for
QinQ packets. The
match-all keyword is
rejected for all other
mutually exclusive
match criteria.
Create a class map, and enter class-map configuration mode. By default, no class
maps are defined.
•
(Optional) Use the match-all keyword to perform a logical AND of all
matching statements under this class map. All match criteria in the class map
must be matched.
•
(Optional) Use the match-any keyword to perform a logical OR of all
matching statements under this class map. One or more match criteria must
be matched.
•
For class-map-name, specify the name of the class map.
If no matching statements are specified, the default is match-all.
Note
A match-all class map cannot have more than one classification criterion
(match statement) except to match outer and inner 802.1Q VLAN tag of
QinQ packets using match vlan and match vlan inner or match cos and
match cos inner.