Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 1032

A network engineer must configure a router to send logging messages to a syslog server based on these requirements:
* uses syslog IP address: 10.10.10.1
* uses a reliable protocol
* must not use any well-known TCP/UDP ports
Which configuration must be used?

Answer options

Correct answer: A

Explanation

The correct answer is A because it specifies TCP, which is a reliable protocol, and uses a non-standard port (1024). Options B and C use UDP, which is not reliable, and option D does not configure logging to the syslog server.