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
- A. logging host 10.10.10.1 transport tcp port 1024
- B. logging host 10.10.10.1 transport udp port 1024
- C. logging host 10.10.10.1 transport udp port 1023
- D. logging origin-id 10.10.10.1
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.