Users Guide

mac access-group name name Enter an access-group name for the MAC access-list match
criteria. A maximum of 140 characters.
dscp dscp-value Enter a DSCP value for marking the DSCP packets, from 0 to 63.
not Enter the IP or CoS to negate the match criteria.
vlan vlan-id Enter a VLAN number for VLAN match criteria, from 1 to 4093.
protocol-or-application-name Enter the name of the protocol or application that you
want to move from one queue to another.
Default Not configured
Command Mode CLASS-MAP
Usage
Information
In a match-any class, you can enter multiple match criteria. In a match-all class, if the match case is
access-group, no other match criteria is allowed. If you attach the access-list to class-map type
controlplane or qos, the access-list (IPv4, IPv6) ignores the permit and deny keywords.
Example 1
OS10(conf-cmap-qos)# match ip access-group name ag1
OS10(config-cmap-qos)# match ipv6 access-group name ACLv6
Example 2
OS10(config)# class-map type control-plane example-queue-remap
OS10(config-cmap-control-plane)# match vrrp
Supported
Releases
10.2.0E or later
match cos
Matches a cost of service (CoS) value to L2 dot1p packets.
Syntax
match [not] cos cos-value
Parameters
cos-value Enter a CoS value, from 0 to 7.
not Enter not to cancel the match criteria.
Default Not configured
Command Modes CLASS-MAP
Usage
Information
You cannot have two match statements with the same filter-type. If you enter two match statements
with the same filter-type, the second statement overwrites the first statement.
Example
OS10(conf-cmap-qos)# match cos 3
Supported
Releases
10.2.0E or later
match dscp
Configures a DSCP value as a match criteria for a class-map.
Syntax
match [not] {ip | ipv6 | ip-any } dscp [dscp-value] [ecn ecn-value]
Parameters
not (Optional) Enter to cancel a previously applied match criteria.
ip Enter to use IPv4 as the match protocol.
ipv6 Enter to use IPv6 as the match protocol.
ip-any Enter to use both IPv4 and IPv6 as the match protocol.
dscp dscp-value Enter a DSCP value in single numbers, comma separated, or a hyphenated
range, from 0 to 63.
ecn ecn-value (Optional) Enter a ECN value for ECN bit match criteria, from 0 to 3.
Default Not configured
Quality of service 1583