User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 966
Default No prefix lists are configured by default. When neither the ge nor the le option is configured, the
destination prefix must match the network/length exactly. If the ge option is configured without the
le option, any prefix with a network mask greater than or equal to the ge value is considered a match.
Similarly, if the le option is configured without the ge option, a prefix with a network mask less than
or equal to the le value is considered a match.
Mode Global Config
8.5.2.2. match ipv6 address
Use this command to configure a route map to match based on a destination prefix. prefix-list prefix-listname
identifies the name of an IPv6 prefix list used to identify the set of matching routes. Up to eight prefix lists may
be specified. If multiple prefix lists are specified, 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
Display Messages
ipv6-prefix/prefix-length
Specifies the match criteria for routes being compared to the prefix list
statement. The ipv6-prefix can be any valid IPv6 prefix where the address is
specified in hexadecimal using 16-bit values between colons. The prefix-length is
the length of the IPv6 prefix, given as a decimal value that indicates how many of
the high-order contiguous bits of the address comprise the prefix (the network
portion of the address). A slash mark must precede the decimal value.
ge length
(Optional) If this option is configured, specifies a prefix length greater than or
equal to the ipv6-prefix/prefix-length. It is the lowest value of a range of the
length.
le length
(Optional) If this option is configured, specifies a prefix length less than or equal
to the ipv6-prefix/prefix-length. It is the highest value of a range of the length.
<renumber-interval>
<first-statement-number>
(Optional) Provides the option to renumber the sequence numbers of the IPv6
prefix list statements with a given interval starting from a particular sequence
number. The valid range for renumber-interval is 1 - 100, and the valid range for
first-statement-number is 1 - 1000
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.