Which statement about this access list is true?

Refer to the exhibit. Which statement about this access list is true?


A. This access list does not work without 6to4 NAT
B. IPv6 to IPv4 traffic permitted on the Cisco ASA by default
C. This access list is valid and works without additional configuration
D. This access list is not valid and does not work at all
E. We can pass only IPv6 to IPv6 and IPv4 to IPv4 traffic

cisco-exams

One thought on “Which statement about this access list is true?

  1. Answer should be C,

    The following example shows a mixed IPv4/IPv6 ACL:

    hostname(config)# access-list demoacl extended permit ip 2001:DB8:1::/64 10.2.2.0 255.255.255.0
    hostname(config)# access-list demoacl extended permit ip 2001:DB8:1::/64 2001:DB8:2::/64
    hostname(config)# access-list demoacl extended permit ip host 10.3.3.3 host 10.4.4.4

    It should work without a problem.

Leave a Reply

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


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