During a quarterly compliance audit of an organization's network infrastructure, a security analyst identifies two key operational deficiencies: event log packets sent from border routers to the log repository are lost during high network congestion, and SNMP performance telemetry transmitted across public circuits can be read in plain text. Which set of protocol configurations directly resolves both compliance issues?
- Migrate Syslog logging to TCP with TLS encryption on port 6514, and configure SNMPv3 with the authPriv security level.Answer
- BRetain Syslog transport over UDP port 514 to eliminate connection setup latency, and configure SNMPv3 with the authPriv security level.
- CMigrate Syslog logging to TCP with TLS encryption on port 6514, and configure SNMPv2c using complex read-only community strings.
- DForward Syslog events over TCP using port 22 for secure transport, and configure SNMPv3 using the noAuthNoPriv security level.
Answer
Migrate Syslog logging to TCP with TLS encryption on port 6514, and configure SNMPv3 with the authPriv security level.
The correct option addresses both audit deficiencies: TCP port 6514 with TLS provides reliable, encrypted Syslog transmission so logs are acknowledged and retransmitted if dropped, while SNMPv3 configured with authPriv provides HMAC-based message authentication and AES payload encryption for monitoring data.
Step-by-Step Solution
Key Concept
Network Logging and Auditing Protocol Security