User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 732
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
6.9.2.5. route-map
To create a route map and enter Route Map Configuration mode, use the route-map command in Global
Configuration mode. One use of a route map is to limit the redistribution of routes to a specified range of route
prefixes. The redistribution command specifies a route map which refers to a prefix list. The prefix list identifies
the prefixes that may be redistributed. It accepts up to 64 route maps.
To delete a route map or one of its statements, use the no form of this command.
Format route-map <map-tag> [permit|deny] [sequence-number]
no route-map <map-tag> [sequence-number]
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
map-tag
Text name of the route map. Route maps with the same name are grouped
together in order of their sequence numbers. A route map name may be up to 32
characters long.
permit
(Optional) Permit routes that match all of the match conditions in the route map.
Not support in the no form.
deny
(Optional) Deny routes that match all of the match conditions in the route map.
Not support in the no form.
sequence-number
(Optional) An integer used to order the set of route maps with the same name.
Route maps are ordered from lowest to greatest sequence number, with lower
sequence numbers being considered first. If no sequence number is specified,
three cases would happen:
If there is no route map existed, a route map with sequence number
10 and permit action will be created.
If there is already one route map in system, the existed route map will
be edited.