A network security engineer is auditing the logging infrastructure of an enterprise network. The engineer discovers that network infrastructure devices transmit sensitive audit logs to a central SIEM server over an unencrypted channel, and critical log messages are lost during peak traffic congestion. Which protocol configuration change will ensure encrypted transport and guaranteed delivery of the audit logs?
- Configure Syslog forwarding to use TLS over TCP port 6514.Answer
- BReconfigure Syslog to use UDP transport over port 6514 to enable transport-level buffering.
- CMigrate log telemetry to SNMPv2c using read-only community strings to provide message encryption.
- DReconfigure Syslog to transmit log messages securely over SSH using TCP port 23.
Answer
Configure Syslog forwarding to use TLS over TCP port 6514.
Configuring Syslog to use TLS over TCP port 6514 ensures connection-oriented transport with delivery guarantees (via TCP acknowledgments and retransmissions) and privacy (via TLS encryption).
Step-by-Step Solution
Key Concept
Secure Syslog Transport (Syslog over TLS / TCP 6514)