Connectivity Guide

Default Not congured
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 trac. 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 conguration.
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 lter 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 congured
Command Mode CONFIGURATION
Usage Information None
Example
OS10(config)# ipv6 access-list acl6
Supported Release 10.2.0E or later
ipv6 prex-list deny
Creates a prex list to deny route ltering from a specied 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 prex 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 specied.
le — Enter to indicate the network address is less than or equal to the range specied.
prefix-len — Enter the prex length.
Defaults Not congured
Command Mode CONFIGURATION
Usage Information The no version of this command removes the specied prex list.
Access Control Lists 911