Send documentation comments to mdsfeedback-doc@cisco.com
18-8
Cisco MDS 9000 Family Command Reference
OL-16217-01, Cisco MDS SAN-OS Release 3.x
Chapter 18 P Commands
permit (IPv6-ACL configuration)
Examples The following example configures an IPv6-ACL called List, enters IPv6-ACL submode, and adds an
entry that permits IPv6 traffic from any source address to any destination address.
switch# config terminal
switch(config)# ipv6 access-list List1
sswitch(config-ipv6-acl)# permit tcp any any
The following example removes a permit condition set for any destination prefix on a specified UDP
host.
switch# config terminal
switch(config)# ipv6 access-list List1
switch(config-ipv6-acl)# no permit udp host 2001:db8:200d::4000 any
The following example removes the IPv6-ACL called List1 and all its entries.
switch# config terminal
switch(config)# no ipv6 access-list List1
Related Commands Command Description
ipv6 access-list Configures an IPv6 ACL and enters IPv6-ACL configuration submode.
deny Configures deny conditions for an IPv6 ACL.