703FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell ContaxCLI\files\ACL.fmD E L L C O N F I D E N T I A L – P R E L I M I N A R Y 2 0 1 2 - F O R P R O O F O N LYSwitch (config)# ipv6 access-list acl1Switch(config-ipv6-acl)# permit tcp 2001:0DB8:0300:0201::/64 any any 80permit ( IPv6 )Use the permit command in IPv6 Access-list Configuration mode to setpermit conditions for IPv6 access list.Syntaxpermitprotocol {any |{source-prefix/length }{any | destination-prefix/length } [dscp number | precedence number] [time-range time-range-name]permiticmp {any | {source-prefix/length }{any | destination- prefix/length }{any|icmp-type} {any|icmp-code} [dscp number | precedence number][time-range time-range-name]permittcp {any | {source-prefix/length } {any | source-port/port-range}}{any | destination- prefix/length } {any| destination-port/port-range} [dscpnumber | precedence number] [match-all list-of-flags] [time-range time-range-name]permitudp {any | {source-prefix/length }} {any | source-port/port-range}}{any | destination- prefix/length } {any| destination-port/port-range} [dscpnumber | precedence number] [time-range time-range-name]Parameters• protocol—The name or the number of an IP protocol. Available protocolnames are: icmp (58), tcp (6) and udp (17). To match any protocol, usethe ipv6 keyword. (Range: 0–255)• source-prefix/length—The source IPv6 network or class of networksabout which to set permit conditions. This argument must be in the formdocumented in RFC 3513 where the address is specified in hexadecimalusing 16-bit values between colons.• destination-prefix/length—The destination IPv6 network or class ofnetworks about which to set permit conditions. This argument must bein the form documented in RFC 3513 where the address is specified inhexadecimal using 16-bit values between colons.• dscp number—Specifies the DSCP value. (Range: 0–63)