Which configuration denies Telnet traffic to router 2 from 198A:0:200C::1/64?

Posted by: Pdfprep Category: 300-410 Tags: , ,

Refer to the exhibit.

Which configuration denies Telnet traffic to router 2 from 198A:0:200C::1/64?

A)

B)

C)

D)

A . Option A
B . Option B
C . Option C
D . Option D

Answer: A

Explanation:

When assigning an IPv4 access list to an interface you used the ip access-list ACL_NAME in|out command in interface configuration mode. To assign an IPv6 ACL to an interface you’ll use the ipv6 traffic-filter ACL_NAME in|out command in interface configuration mode.

We should also specific which port (telnet in this case) we want to deny or we will drop all TCP traffic to the destination.

Note: In fact there is an error with all of the above commands as we cannot use subnet mask (/64) with keyword “host”. We must remove the subnet mask before applying the ACL statement.

Leave a Reply

Your email address will not be published.