Which IPv6 ACL statement would be used to deny all SSH traffic coming from the 2001:db8:2525:6342::/64 network to the 2001:db8:3672:2643::/64 network?

A) drop tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq ssh
B) deny tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq ssh
C) drop tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq 22
D) deny tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq 22

D
Explanation: D) The permit {ipv6 | tcp | udp} {source-ipv6-prefix/prefix-length | any | host source-ipv6-address} [operator port-number] {destination-ipv6-prefix/prefix-length | any | host destination-ipv6-address} [operator port-number] command is used when configuring extended IPv6 ACLs. To deny all SSH traffic from the 2001:db8:2525:6342::/64 network to the 2001:db8:3672:2643::/64 network, the deny tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq 22 statement would be used.

Computer Science & Information Technology

You might also like to view...

The Document toolbar contains buttons you can use to execute frequently used commands also available on the File and Edit menus.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You cannot animate an object's appearance.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology