Users Guide

Table Of Contents
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 permit AB10::1/128 ge 30
Supported
Release
10.3.0E or later
mac access-group
Configures a MAC access group.
Syntax
mac access-group access-list-name {in | out}
Parameters
access-list-name — Enter the name of a MAC access list. A maximum of 140 characters.
in — Apply the ACL to incoming traffic.
out — Apply the ACL to outgoing traffic.
Default Not configured
Command Mode
CONFIGURATION
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. The no version
of this command resets the value to the default.
Example
OS10(config)# mac access-group maclist in
OS10(conf-mac-acl)#
Example (Control-
plane ACL)
OS10# configure terminal
OS10(config)# control-plane
OS10(config-control-plane)# mac access-group maclist in
Supported
Releases
10.2.0E or later; 10.4.1 or later (control-plane ACL)
mac access-list
Creates a MAC access list to filter based on a MAC address.
Syntax
mac access-list access-list-name
Parameters access-list-name — Enter the name of a MAC access list. A maximum of 140 characters.
Default Not configured
Command Mode CONFIGURATION
Usage Information None
1048 Access Control Lists