Command Reference Guide Route Map Command Set
61200510L1-35E Copyright © 2005 ADTRAN 1357

match ip address prefix-list <prefix-list name>

Use the match ip address prefix-list command to configure the route map to route traffic based on a
prefix list route filter. The name of the prefix list is defined with the ip prefix-list command. Refer to ip
prefix-list <listname> description <“text”> on page 444 for more information. Use the no form of this
command to discontinue matching.
Syntax Description
<prefix-list name> Specifies matching the IP address based on the prefix list name.
Default Values
No default value necessary for this command.
Applicable Platforms
This command applies to the NetVanta 300, 1000R, 2000, 3000, 4000, and 5000 Series and
Total Access 900 Series units.
Command History
Release 10.1 Command was introdu ced.
Usage Examples
The following example instructs the route map named MyMap to match the IP address prefix list named
MyList:
(config)#route-map MyMap permit 100
(config-route-map)#match ip address pr efix-list MyList