Which IPv6 ACL statement would be used to deny all TCP traffic coming from the 2001:db8:ABCD:1357::/64 network to the 2001:db8:DCBA:2468::/64 network?

A) drop ipv6 2001:db8:abcd:1357::/64 2001:db8:dcba:2468::/64
B) deny ipv6 2001:db8:abcd:1357::/64 2001:db8:dcba:2468::/64
C) drop udp 2001:db8:abcd:1357::/64 2001:db8:dcba:2468::/64
D) deny tcp 2001:db8:abcd:1357::/64 2001:db8:dcba:2468::/64


D
Explanation: D) The permit {ipv6 | tcp | udp} {source-ipv6-prefix/prefix-length | any | host source-ipv6-address} {destination-ipv6-prefix/prefix-length | any | host destination-ipv6-address} command is used when configuring standard IPv6 ACLs. To deny all TCP traffic from the 2001:db8:ABCD:1357::/64 network to the 2001:db8:DCBA:2468::/64 network, the deny tcp 2001:db8:abcd:1357::/64 2001:db8:dcba:2468::/64 statement would be used.

Computer Science & Information Technology

You might also like to view...

A good reason to overload an operator is to enable it to

a. outperform its C language counterparts b. work in its usual way, but with program-mer-defined data types c. operate on more operands than in its standard definition d. operate on no operands e. None of these

Computer Science & Information Technology

________ of option settings are available to the database designer that affect database views and behaviors

A) Hundreds B) Hundreds of thousands C) Millions D) Thousands

Computer Science & Information Technology

Your 10-year-old son asks you what the Internet is and why you use it. How do you explain?

What will be an ideal response?

Computer Science & Information Technology

When using the white balance on the Three-Way Color Corrector, what should you be clicking?

What will be an ideal response?

Computer Science & Information Technology