5000 Series Layer 2/3 Managed Data Center Switch CLI Reference Guide
678
le le-value
(Optional) If this option is configured, specifies a prefix length less than
or equal to the ipv6-
prefix/prefix-length. lt is the highest value of a range
of the length.
description text
Description of the prefix list. lt can be up to 80 characters in length.
renumber renumber-interval
first-statement-number
Provides the option to renumber the sequence numbers of the IPv6
prefix list statements with a given interval starting from a particular
sequence number.
Default
No prefix lists are configured. 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.
Command Mode
Global Config
Example
The following example configures a prefix list that allows routes with one of two spe
cific destination
prefixes, 2001::/64 and 5F00::/48.
(R1)(Config)#ipv6 prefix-list apple seq 10 permit 2001: :/64
(R1)(Config)#ipv6 prefix-list apple seq 20 permit 5F00: :/48
7-54
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. D-LINK OS accepts up to 64 route maps.
No
command deletes a route map or one of its statements.
route-map map-tag [permit | deny] [sequence-number]
no route-map map-tag [permit | deny] [sequence-number]
Parameters
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.
deny
(Optional) Deny routes that match all of the match conditions in the
route map.