Users Guide

Table Of Contents
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
Usage
Information
The no version of this command removes the specified prefix list.
Example
OS10(config)# ipv6 prefix-list TEST description TEST_LIST
Supported
Release
10.3.0E or later
1470 Access Control Lists