144
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter I Commands
ipv6 traffic-filter
Examples This example shows how to apply an IPv6 ACL named ipv6-acl to Ethernet interface 1/3:
switch# configure terminal
switch(config)# interface ethernet 1/3
switch(config-if)# ipv6 traffic-filter ipv6-acl in
switch(config-if)#
This example shows how to remove an IPv6 ACL named ipv6-acl from Ethernet interface 1/3:
switch# configure terminal
switch(config)# interface ethernet 1/3
switch(config-if)# no ipv6 traffic-filter ipv6-acl in
switch(config-if)#
This example shows how to apply an IPv6 ACL named ipv6-acl-03 to a specific virtual Ethernet
interface:
switch# configure terminal
switch(config)# interface vethernet 1
switch(config-if)# ipv6 traffic-filter ipv6-acl-03 in
switch(config-if)#
Related Commands Command Description
interface vethernet Configures a virtual Ethernet interface.
ipv6 access-list Configures an IPv6 ACL.
show access-lists Displays all ACLs.
show ipv6 access-lists Shows either a specific IPv6 ACL or all IPv6 ACLs.