Users Guide

Table Of Contents
Supported
Release
10.3.0E or later
ipv6 access-group
Configures an IPv6 access group.
Syntax
ipv6 access-group access-list-name {in | out}
Parameters
access-list-name Enter the name of an IPv6 ACL. A maximum of 140 characters.
in Apply the ACL to incoming traffic.
out Apply the ACL to outgoing traffic.
Default Not configured
Command Mode
INTERFACE
CONTROL-PLANE
Usage
Information
Use this command in the CONTROL-PLANE mode to apply a control-plane ACL. Control-plane ACLs are
only applied on the ingress traffic. By default, the control-plane ACL is applied to the front-panel ports as
well as the management port. The no version of this command deletes an IPv6 ACL configuration.
Example
OS10(conf-if-eth1/1/8)# ipv6 access-group test6 in
Example
(Control-plane
ACL)
OS10# configure terminal
OS10(config)# control-plane
OS10(config-control-plane)# ipv6 access-group aaa-cp-acl in
Supported
Releases
10.2.0E or later; 10.4.1 or later (control-plane ACL)
ipv6 access-list
Creates an IP access list to filter based on an IPv6 address.
Syntax
ipv6 access-list access-list-name
Parameters access-list-name Enter the name of an IPv6 access list. A maximum of 140 characters.
Default Not configured
Command Mode CONFIGURATION
Usage
Information
None
Example
OS10(config)# ipv6 access-list acl6
Supported
Release
10.2.0E or later
ipv6 prefix-list deny
Creates a prefix list to deny route filtering from a specified IPv6 network address.
Syntax
ipv6 prefix-list prefix-list-name deny {A::B/x [ge | le] prefix-len}
Parameters
prefix-list-name Enter the IPv6 prefix list name.
A::B/x Enter the IPv6 address to deny.
ge Enter to indicate the network address is greater than or equal to the range specified.
Access Control Lists 1263