match ip address (redistribution)

Use this command to match a packet source IP address against an access list.

Syntax

match ip address {access-list-number}
no match ip address {access-list-number}

Parameters

access-list-number Matches packet source IP addresses to up to five specified access lists delineated by a space.

Defaults

None.

Mode

Route-map configuration.

Usage

This command allows the listing of a single 7100-Series ACL or up to 5 S- or K-Series ACLs delineated by a space. Attempting to specify a sixth ACL will cause an error to display: Error: Unknown: “acl-name”.

Multiple match IP address entries may be configured, but a match of at least one ACL in each match entry must occur for a successful match for this sequence.

The “no” form of this command removes the match between an access list and this route-map.

Example

This example shows how to match a packet source IP address to access-lists 2 5 10 12 13:

System(rw-config)->route-map redistribution rm5
System(rw--config-route-map)->match ip address 2 5 10 12 13
System(rw--config-route-map)->