match dscp
This command defines the dscp to match on the specified match-map. Use the no form of this command to remove a match dscp.
Syntax
match dscp ef match dscp default match dscp cs7 match dscp cs6 match dscp cs5 match dscp cs4 match dscp cs3 match dscp cs2 match dscp cs1 match dscp af43 match dscp af42 match dscp af41 match dscp af33 match dscp af32 match dscp af31 match dscp af23 match dscp af22 match dscp af21 match dscp af13 match dscp af12 match dscp af11 match dscp <dscp value>
Command |
Description |
---|---|
ef |
Matches packets with EF dscp (101110) |
default |
Matches packets with default dscp (000000) |
cs7 |
Matches packets with CS7(precedence 7) dscp (111000) |
cs6 |
Matches packets with CS6(precedence 6) dscp (110000) |
cs5 |
Matches packets with CS5(precedence 5) dscp (101000) |
cs4 |
Matches packets with CS4(precedence 4) dscp (100000) |
cs3 |
Matches packets with CS3(precedence 3) dscp (011000) |
cs2 |
Matches packets with CS2(precedence 2) dscp (010000) |
cs1 |
Matches packets with CS1(precedence 1) dscp (001000) |
af43 |
Matches packets with AF43 dscp (100110) |
af42 |
Matches packets with AF42 dscp (100100) |
af41 |
Matches packets with AF41 dscp (100010) |
af33 |
Matches packets with AF33 dscp (011110) |
af32 |
Matches packets with AF32 dscp (011100) |
af31 |
Matches packets with AF31 dscp (011010) |
af23 |
Matches packets with AF23 dscp (010110) |
af22 |
Matches packets with AF22 dscp (010100) |
af21 |
Matches packets with AF21 dscp (010010) |
af13 |
Matches packets with AF13 dscp (001110) |
af12 |
Matches packets with AF12 dscp (001100) |
af11 |
Matches packets with AF11 dscp (001010) |
dscp value |
Defines the differentiated services codepoint value (0-63). |
Default
NA
Command Mode
Privileged User
Example
This example configures the dscp match-map to match traffic with AF31 dscp (011010).
(conf-m-map)# match dscp af31