Users Guide

Table Of Contents
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.
le — Enter to indicate the network address is less than or equal to the range specified.
prefix-len — Enter the prefix length.
Defaults Not configured
Command Mode CONFIGURATION
Usage Information The no version of this command removes the specified prefix list.
Example
OS10(config)# ipv6 prefix-list TEST deny AB10::1/128 ge 10 le 30
Supported
Release
10.3.0E or later
ipv6 prefix-list description
Configures a description of an IPv6 prefix-list.
Syntax
ipv6 prefix-list name description
Parameters
name — Enter the name of the IPv6 prefix-list.
description — Enter the description for the named prefix-list.
Defaults Not configured
Command Mode CONFIGURATION
1046 Access Control Lists