A network administrator is establishing stateless inbound Access Control List (ACL) rules on an internal gateway router to allow remote network infrastructure monitoring and log aggregation. The management policy mandates that managed switches send encrypted log events via Secure Syslog (Syslog-TLS) to a central server while concurrently synchronizing system clocks with a dedicated internal time server. Which combination of transport layer protocols and destination port numbers must be permitted on the router to support both Secure Syslog and Network Time Protocol (NTP) traffic?
- TCP port 6514 for Secure Syslog and UDP port 123 for NTPAnswer
- BUDP port 514 for Secure Syslog and TCP port 123 for NTP
- CTCP port 514 for Secure Syslog and UDP port 512 for NTP
- DIP protocol 514 for Secure Syslog and IP protocol 123 for NTP at Layer 3
Answer
The correct rule configuration permits TCP port 6514 for Secure Syslog and UDP port 123 for NTP.
Secure Syslog (RFC 5425) specifies TCP port 6514 for transport layer security (TLS) log transmission to ensure confidentiality and reliable delivery. Network Time Protocol (NTP) utilizes UDP port 123 to handle low-latency timestamp exchanges across network devices.
Step-by-Step Solution
Key Concept
Port and transport layer protocol mappings for Secure Syslog (TCP 6514) and NTP (UDP 123)