Command Reference Protocol-independent Configuration Commands
use different commands with the route map.
The following example redistributes the RIP route with the next hop of fastethernet 0/0 in the OSPF
routing protocol.
router ospf
redistribute rip subnets route-map redrip
network 192.168.12.0 0.0.0.255 area 0
route-map redrip permit 10
match interface fastethernet 0/0
Match the address in the access list.
Match the next-hop IP address in the access list.
Match the source IP address in the access list.
Use match ip address command to redistribute the routes matching the IP address permitted by the
ACL or the prefix list. Use the no form of this command to remove the setting.
match ip address {access-list-number [access-list-number... | access-list-name...] |access-list-name
[access-list-number...|access-list-name] | prefix-list prefix-list-name [prefix-list-name...]}
no match ip address [access-list-number [access-list-number... | access-list-name...]
|access-list-name [access-list-number...|access-list-name] | prefix-list prefix-list-name
[prefix-list-name...]]
Number of the access list
prefix-list prefix-list-name
Specify the prefix list to match.
Route map configuration mode.
Multiple access list numbers or names may follow match ip address.