Users Guide

Table Of Contents
A.B.C.D/x — Enter the source network 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)# ip prefix-list seqprefix seq 65535 deny 10.10.10.1/16 ge 10
Supported
Release
10.3.0E or later
ip 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 — Enter the name of the prefix list.
num — Enter the sequence list number.
A.B.C.D/x — Enter the source network 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)# ip prefix-list seqprefix seq 65535 permit 10.10.10.1/16 le 30
Supported
Release
10.3.0E or later
ipv6 access-group
Configures an IPv6 access group.
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 traffic.
out — Apply the ACL to outgoing traffic.
Default Not configured
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 traffic. 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 configuration.
Example
OS10(conf-if-eth1/1/8)# ipv6 access-group test6 in
Access Control Lists 1045