match ip access-list

Configures or deletes IPv4 access list (ACL) match criteria assigned to a route-map or listener-policy instance.

Syntax

match ip access-list name
no match ip access-list name

Parameters

name
Specifies the name of the IPv4 ACL to be matched and assigned to the current route map.

Modes

Route-map config mode

Listener-policy config mode

Usage Guidelines

If match criteria succeed, the next action is decided by the permit | deny clause of route map:
  • If permitted, packet-forwarding behavior is based on the match and set actions.
  • If denied, packets are dropped.

If match criteria fail, this command is not applied and packets are evaluated by other route-map clauses.

Examples

The following example configures IPv4 ACL matching criteria for ipv4-1 for the route-map instance.

device(conf-route-map)# match ip access-list ipv4-1

The following example deletes the IPv4 ACL named ipv4-1 from the current route map.

device(conf-route-map)# no match ip access-list ipv4-1