What is the command to enable IPv6 access list?

What is the command to enable IPv6 access list? (OR)
What command allows permit or deny IPv6 traffic?
A. ipv6 traffic-filter access-list-name {in | out}
B. ipv6 access-list [access-list-name]
C. access-list ipv6 [access-list-name]
D. ipv6 access-group [access-list-name] {in | out}

cisco-exams

2 thoughts on “What is the command to enable IPv6 access list?

  1. A is the good answer,
    Example:
    Switch(config)# ipv6 access-list CISCO
    Switch(config-ipv6-acl)# deny tcp any any gt 5000
    Switch config-ipv6-acl)# deny ::/0 lt 5000 ::/0 log
    Switch(config-ipv6-acl)# permit icmp any any
    Switch(config-ipv6-acl)# permit any any

    Switch(config)# interface gigabitethernet1/0/3
    Switch(config-if)# no switchport
    Switch(config-if)# ipv6 address 2001::/64 eui-64
    Switch(config-if)# ipv6 traffic-filter CISCO out

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.