User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 735
Default No match criteria are defined by default
Mode Route Map Config
6.9.2.10. match ipv6 address
To configure a route map to match based on a destination prefix, use the match ip address command in Route
Map Configuration mode. prefix-list <prefix-list-name> identifies the name of an IPv6 prefix list used to
identifythe set of matching routes. Up to eight prefix lists may be specified. 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 ipv6
address statement within a route map section that already has a match ipv6 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 ipv6 address prefix-list <list-name> [list-name...]
no match ipv6 address prefix-list <list-name> [list-name...]
Default No match criteria are defined by default
Mode Route Map Config
6.9.2.11. match length
Use this command to configure a route map to match based on the Layer 3 packet length between specified
minimum and maximum values. min specifies the packet’s minimum Layer 3 length, inclusive, allowed for a
match. max specifies the packet’s maximum Layer 3 length, inclusive, allowed for a match. Each route-map
statement can contain one ‘match’ statement on packet length range.
To delete a match statement from a route map, use the no form of this command.
Format match length <min> <max>
no match length
Fields
Definition
acl-id
The access-list number that identifies an access-list configured through access-
list CLI configuration commands. This number is 1 to 99 for standard access list
number. This number is 100 to 199 for extended access list number.
acl-name
The access-list name that identifies named IP ACLs. Access-list name can be up to
31 characters in length. A maximum of 16 ACLs can be specified in this 'match'
clause.
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.