Connectivity Guide

Table Of Contents
Example
OS10(conf-cmap-qos)# match cos 3
Supported Releases 10.2.0E or later
match dscp
Congures a DSCP value as a match criteria for a class-map.
Syntax
match [not] {ip | ipv6 | ip-any } dscp [dscp-list | dscp-list]
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-list | dscp-list — Enter a DSCP value in single numbers, comma separated, or a
hyphenated range, from 0 to 63.
Default Not congured
Command Mode CLASS-MAP
Usage Information You cannot enter two match statements with the same lter-type. If you enter two match statements with the
same lter-type, the second statement overwrites the rst statement. The match-all option in a class-map
does not support ip-any. Select either ip or IPv6 for the match-all criteria. If you select ip-any, you
cannot select
ip or ipv6 for the same lter type.
Example
OS10(conf-cmap-qos)# match ip-any dscp 17-20
Supported Releases 10.2.0E or later
match precedence
Congures IP precedence values as a match criteria.
Syntax
match [not] {ip | ipv6 | ip-any} precedence precedence-list
Parameters
not — Enter to cancel a previously applied match precedence rule.
ip — Enter to use IPv4 as the match precedence rule.
ipv6 — Enter to use IPv6 as the match precedence rule.
ip-any — Enter to use both IPv4 and IPv6 as the match precedence rule.
precedence precendence-list — Enter a precedence-list value, from 0 to 7.
Default Not congured
Command Mode CLASS-MAP
Usage Information You cannot enter two match statements with the same lter-type. If you enter two match statements with the
same lter-type, the second statement overwrites the rst statement.
Example
OS10(conf-cmap-qos)# match not ipv6 precedence 3
Supported Releases 10.2.0E or later
Quality of service 801