Alcatel-Lucent 6850-48 Reference Guide

Page of 3444
IPv6 Commands
OmniSwitch CLI Reference Guide
September 2009
page 33-67
ipv6 access-list address
Adds IPv6
 
addresses to the specified IPv6 access list.
ipv6 access-list access-list-name address address/prefixLen [action {permit | deny}]
[redist-control {all-subnets | no-subnets | aggregate}]
no ipv6 access-list access-list-name address address/prefixLen 
Syntax Definitions 
access-list-name
Name of the IPv6 access list (up to 20 characters).
address/prefixLen
IPv6 address along with the prefix length to be added to the access list.
permit
Permits the IPv6 address for redistribution.
deny
Denies the IPv6 address for redistribution.
all-subnets
Redistributes or denies all the subnet routes that match the network 
portion of the IP address as specified by the mask length.
no-subnets
Redistributes or denies only those routes that exactly match the IP 
address and the mask length.
aggregate
Redistributes an aggregate route if there are one or more routes that 
match or are subnets of this address. 
Defaults
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to delete the address from the access list.
• The access-list-name should exist before you add multiple IPv6 addresses to the IPv6 access list.
• The action parameters (permit and deny) determine if a route that matches the redist-control configu-
ration for the IP address is allowed or denied redistribution.
• The redist-control parameters (all-subnets, no-subnets, and aggregate) defines the criteria used to 
determine if a route matches an address in the access list. 
• Note that configuring the combination of redist-control aggregate with action deny is not allowed.
parameter
default
permit | deny
permit
all-subnets | no-subnets | 
aggregate
all-subnets