During a security compliance audit, a network administrator discovers that edge routers are transmitting critical audit logs across an untrusted WAN connection using default Syslog configurations over UDP port 514. Updated corporate policy mandates that all network event logging must guarantee connection-oriented reliable delivery and encrypt log payloads in transit to prevent eavesdropping. Which configuration modification should the administrator implement to fulfill both requirements?
- Reconfigure Syslog forwarding to use TLS over TCP port 6514.Answer
- BSwitch the Syslog transport protocol from UDP port 514 to TCP port 514.
- CMigrate log transport to SNMPv2c traps configured over UDP port 162.
- DConfigure Syslog to stream encrypted event logs over UDP port 6514.
Answer
Reconfigure Syslog forwarding to use TLS over TCP port 6514.
Reconfiguring Syslog forwarding to use TLS over TCP port 6514 satisfies both security mandates. TCP ensures connection-oriented, reliable packet delivery with retransmissions across the WAN, while TLS provides cryptographic privacy and payload integrity for logs in transit.
Step-by-Step Solution
Key Concept
Syslog over TLS (TCP Port 6514) Transport Security and Reliability
Estimated Time:2m 0s