Command Reference Guide Route Map Command Set
61200990L1-35E Copyright © 2005 ADTRAN 1176
match ip dscp [<value> | afxx | csxx | default | ef]
Use the match ip dscp command to configure the route map to route traffic based on the Differentiated
Services Code Point (DSCP) value in the IP header of the packet. Use the no form of this command to
discontinue matching.
Syntax Description
<value> Specifies the DSCP numeric value to match. (Valid range: 0 to 63.)
afxx Specifies the assured forwarding (AF) value to match. (Select from: 11,
12, 13, 21, 22, 23, 31, 32, 33, 41, 42, or 43.)
csxx Specifies the class selector (CS) value to match. (Valid range: 1 to 7.)
default Specifies matching the default IP DSCP value.
ef Specifies matching those packets marked for expedited forwarding
(EF).
Default Values
No default value necessary for this command.
Applicable Platforms
This command applies to the NetVanta 2000 and 5000 Series, and Total Access 900 Series units.
Command History
Release 11.1 Command was introduced.
Usage Examples
The following example instructs the route map named MyMap to match the IP header with a DSCP AF
value of 11:
(config)#route-map MyMap permit 100
(config-route-map)#match ip dscp af11