5000 Series Layer 2/3 Managed Data Center Switch CLI Reference Guide
1215
the sequence number is not specified for this command, a sequence number that is one greater than the
highest sequence number currently in use for this interface and direction is used.
This command specified in Interface Config mode only affects a single interface, whereas the Global
Config mode setting is applied to all interfaces. The vlan keyword is only valid in the Global Config mode.
The Interface Config mode command is only available on platforms that support independent per-port
class of service queue configuration.
An optional
control-plane
is specified to apply the ACL on CPU port. The IPv6 control packets like
lGMPv6 are also dropped because of the implicit
deny all
rule added at the end of the list. To overcome
this, permit rules must be added to allow the IPv6 control packets.
Note:
The keyword
control-plane
is only available in Global Config mode.
Note:
You should be aware that the
out
option may or may not be available, depending on the platform.
Use the
no
command to remove an IPv6 ACL identified by name from the interface(s) in a given direction.
ipv6 traffic-filter name {{control-plane | in | out} | vlan vlan-id {in | out}} [sequence 1-4294967295]
no ipv6 traffic-filter name {{control-plane | in | out} | vlan vlan-id {in | out}}
Parameters
control-plane
Enter 'control-plane' to apply the specified ACL on CPU port.
in
Enter the direction <in>.
out
Enter the direction <out>.
vlan vlan-id
Enter the VLAN ID for applying the ACL.
sequence 1-4294967295
Enter the sequence number (greater than 0) to rank precedence for this
interface and direction. A lower equence number has higher
precedence.
Default
The default is None.
Command Mode
•
Global Config
•
Interface Config
Example
The following shows an example of the command.
(Routing)(Config)#ipv6 traffic-filter ip61 control-plane
The following shows an example of the command.
(Routing)(ConFig)#no ipv6 traffic-filter ip61 control-plane
12-87 show ipv6 access-lists
This command displays summary information of all the IPv6 Access lists. Use the access list
name
to
display detailed information of a specific IPv6 ACL.