Which IPv6 ACL statement would be used to allow all SMTP traffic coming from the 2001:db8:db23:ad34::/64 network to the 2001:db8:bde1:db34::/64 network?

A) allow tcp 2001:db8:db23:ad34::/64 2001:db8:bde1:db34::/64 eq 161
B) permit tcp 2001:db8:db23:ad34::/64 2001:db8:bde1:db34::/64 eq 25
C) permit udp 2001:db8:db23:ad34::/64 2001:db8:bde1:db34::/64 eq 161
D) allow udp 2001:db8:db23:ad34::/64 2001:db8:bde1:db34::/64 eq 25

B
Explanation: B) 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 allow all SMTP traffic from the 2001:db8:db23:ad34::/64 network to the 2001:db8:bde1:db34::/64 network, the permit tcp 2001:db8:db23:ad34::/64 2001:db8:bde1:db34::/64 eq 25 statement would be used.

Computer Science & Information Technology

You might also like to view...

The Ungroup option is available in Word when:

A) you want to regroup a bunch of objects. B) a group of objects were previously grouped . C) you want to set up a group of objects for the first time.. D) you want to add another object to a group of objects.

Computer Science & Information Technology

The C type cast syntax does not work in C++.

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

Computer Science & Information Technology