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

match ip address <access list name>

Use the match ip address command to configure the route map to route traffic based on the access list
name defined with the ip access-list command. Refer to ip acces s-list exten ded <listname> on page 392
for more information. Use the no form of this command to discontinue matching.
Syntax Description
<access list name> Specifies the name of the access list to match.
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 access list named
MyList:
(config)#route-map MyMap permit 100
(config-route-map)#match ip address MyList