A network administrator needs to configure centralized log forwarding from edge switches to a SIEM collector across an untrusted WAN connection. Corporate compliance mandates that log transmission must guarantee delivery confirmation to prevent log loss during congestion and secure event details against eavesdropping in transit. Which configuration best satisfies both requirements?
- AForward Syslog messages over UDP port 514
- Forward Syslog messages over TCP port 6514 using TLS encryptionAnswer
- CForward Syslog messages over TCP port 514 with standard plaintext formatting
- DConfigure SNMPv2c trap notifications using community strings
Answer
Syslog forwarding using TCP port 6514 with Transport Layer Security (TLS) encryption
Configuring Syslog to transmit over TCP port 6514 with TLS provides both connection-oriented reliability (preventing log loss during WAN congestion via TCP acknowledgments) and strong cryptographic privacy (ensuring audit logs remain encrypted across untrusted networks).
Step-by-Step Solution
Key Concept
Secure and Reliable Syslog Transport (Syslog-TLS on TCP 6514)