Which IPv6 ACL statement would be used to deny all Syslog traffic coming from the 2001:db8:437d:14ad::/64 network to the 2001:db8:143d:ad32::/64 network?

A) deny tcp 2001:db8:437d:14ad::/64 2001:db8:143d:ad32::/64 eq 53
B) drop tcp 2001:db8:437d:14ad::/64 2001:db8:143d:ad32::/64 eq 514
C) deny udp 2001:db8:437d:14ad::/64 2001:db8:143d:ad32::/64 eq 514
D) drop udp 2001:db8:437d:14ad::/64 2001:db8:143d:ad32::/64 eq 53

C
Explanation: C) 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 Syslog traffic from the 2001:db8:437d:14ad::/64 network to the 2001:db8:143d:ad32::/64 network, the deny udp 2001:db8:437d:14ad::/64 2001:db8:143d:ad32::/64 eq 514 statement would be used.

Computer Science & Information Technology

You might also like to view...

If a parameter is being used to get output from a function it will be a _____________ parameter.

What will be an ideal response?

Computer Science & Information Technology

A Java program that runs in conjunction with a hosting program such as a Web browser is a "mini" application or ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology