User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 734
Default None
Mode Route Map Config
6.9.2.8. match ip address prefix-list
To configure a route map to match based on a destination prefix, use the match ip address command in Route
Map Configuration mode. If you specify multiple prefix lists in one statement, then a match occurs if a prefix
matches any one of the prefix lists. If you configure a match ip address statement within a route map section
that already has a match ip address statement, the new prefix lists are added to the existing set of prefix lists,
and a match occurs if any prefix list in the combined set matches the prefix.
To delete a match statement from a route map, use the no form of this command.
Format match ip address prefix-list <list-name> [list-name...]
no match ip address prefix-list <list-name> [list-name...]
Default No match criteria are defined by default
Mode Route Map Config
6.9.2.9. match ip address <acl-id | acl-name>
Use this command to configure a route map in order to match based on the match criteria configured in an IP
access-list. Note that an IP ACL must be configured before it is linked to a route-map. Actions present in an IP
ACL configuration are applied with other actions involved in route-map. If an IP ACL referenced by a route-map
is removed or rules are added or deleted from that ACL, the configuration is rejected.
If there are a list of IP access-lists specified in this command and the packet matches at least one of these
access-list match criteria, the corresponding set of actions in route-map are applied to packet.
If there are duplicate IP access-list numbers/names in this command, the duplicate configuration is ignored.
To delete a match statement from a route map, use the no form of this command.
Format match ip address <acl-id | acl-name> [...acl-id | acl-name]
no match ip address <acl-id | acl-name> [...acl-id | acl-name]
exact-match
(Optional) When this option is given, a route is only considered a match if the set
of communities on the route is an exact match for the set of communities in one
of the statements in the community list.
Fields
Definition
list-name
The name of a prefix list used to identify the set of matching routes. Up to eight
prefix lists may be specified.