Reference Guide

ipv6 access-group
Assigns an IPv6 access list to an interface.
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 trac.
out — Apply the ACL to outgoing trac.
Default Not congured
Command Mode INTERFACE
Usage Information The no version of this command deletes an IPv6 ACL conguration.
Example
OS10(conf-if-eth1/1/8)# ipv6 access-group test6 in
Supported Releases 10.2.0E or later
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
514 Access Control Lists