Users Guide

Table Of Contents
ipv6 prefix-list permit
Creates a prefix-list to permit route filtering from a specified IPv6 network address.
Syntax
ipv6 prefix-list prefix-list-name permit {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 permit.
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 permit AB20::1/128 ge 10 le 30
Supported
Release
10.3.0E or later
ipv6 prefix-list seq deny
Configures a filter to deny route filtering from a specified prefix-list.
Syntax
ipv6 prefix-list [name] seq num deny {A::B/x [ge | le] prefix-len}
Parameters
name (Optional) Enter the name of the IPv6 prefix-list.
num Enter the sequence number of the specified IPv6 prefix-list.
A::B/x Enter the IPv6 address and mask in /prefix format (/x).
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 seq 65535 deny AB20::1/128 ge 10
Supported
Release
10.3.0E or later
ipv6 prefix-list seq permit
Configures a filter to permit route filtering from a specified prefix-list.
Syntax
ipv6 prefix-list [name] seq num permit A::B/x [ge | le} prefix-len
Parameters
name (Optional) Enter the name of the IPv6 prefix-list.
num Enter the sequence number of the specified IPv6 prefix list.
A::B/x Enter the IPv6 address and mask in /prefix format (/x).
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.
Access Control Lists 1471