Reference Guide

deny tcp – assigns a deny filter for TCP traffic.
ipv6 access-group
Assign an IPv6 access-group to an interface.
S5000
Syntax
ipv6 access-group access-list-name {in | out} [implicit-permit]
[vlan range]
To delete an IPv6 access-group configuration, use the no ipv6 access-group
access-list-name {in} [implicit-permit] [vlan range] command.
Parameters
access-list-
name
Enter the name of a configured access list, up to 140
characters.
in | out Enter either the keyword in or out to apply the IPv6 ACL to
incoming traffic (ingress) or outgoing traffic (egress).
implicit-permit (OPTIONAL) Enter the keywords implicit-permit to
change the default action of the IPv6 ACL from implicit-deny
to implicit-permit (that is, if the traffic does not match the
filters in the IPv6 ACL, the traffic is permitted instead of
dropped).
vlan range (OPTIONAL) Enter the keyword vlan followed by the VLAN
range in a comma separated format. The range is 1 to 4094.
Defaults Disabled.
Command
Modes
INTERFACE
Command
History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
You can assign an IPv6 access group to a physical, LAG, or VLAN interface context.
Example
Dell(conf-if-te-9/0)#ipv6 access-group AclList1 in implicit-
permit vlan 10-20
Dell(conf-if-te-9/0)#show config
!
interface TenGigabitEthernet 9/0
no ip address
ipv6 access-group AclList1 in implicit-permit Vlan 10-20
no shutdown
Dellconf-if-te-9/0)#
IPv6 Access Control Lists (IPv6 ACLs)
659