Priority | routine – ADTRAN 5000 Series User Manual
Page 1177

Command Reference Guide
Route Map Command Set
61200990L1-35E
Copyright © 2005 ADTRAN
1177
match ip precedence [<value> | critical | flash | flash-override |
immediate | internet | network | priority | routine]
Use the match ip precedence command to configure the route map to route traffic based on the
precedence value in the IP header of the packet. Use the no form of this command to discontinue matching.
Syntax Description
<value>
Specifies matching the IP precedence (in numeric value). (Valid range:
0 to 7 in ascending order of importance.)
routine
Specifies matching the IP precedence routine. (Numeric value of 0.)
priority
Specifies matching the IP precedence priority. (Numeric value of 1.)
immediate
Specifies matching the IP precedence immediate. (Numeric value
of 2.)
flash
Specifies matching the IP precedence flash. (Numeric value of 3.)
flash-override
Specifies matching the IP precedence flash-override. (Numeric value
of 4.)
critical
Specifies matching the IP precedence critical. (Numeric value of 5.)
internet
Specifies matching the IP precedence internet. (Numeric value of 6.)
This level is reserved for internal network use.
network
Specifies matching the IP precedence network. (Numeric value of 7.)
This level is reserved for internal network use.
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 precedence value of
critical:
(config)#route-map MyMap permit 100
(config-route-map)#match ip precedence critical