An auditor notes that an organization's network monitoring traffic is transmitted without encryption and that critical log messages are lost during periods of high link utilization. The network administrator must reconfigure telemetry protocols on core switches to ensure reliable log transport, cryptographic confidentiality, and authenticated management querying. Which of the following implementations address the auditor's security and reliability findings? (Select TWO.)
- Forward Syslog messages using TLS encryption over TCP port 6514.Answer
- Deploy SNMPv3 configured with the authPriv security model.Answer
- CTransmit Syslog data over UDP port 514 to ensure connection-oriented delivery during congestion.
- DConfigure SNMPv2c using read-only community strings to encrypt management queries.
Answer
The network administrator should forward Syslog messages using TLS over TCP port 6514 and deploy SNMPv3 configured with the authPriv security level.
Implementing Syslog over TLS using TCP port 6514 resolves both log dropouts and unencrypted traffic by providing connection-oriented transport with strong TLS encryption. Additionally, configuring SNMPv3 with the authPriv security level ensures that monitoring queries and trap messages are cryptographically authenticated and fully encrypted (providing both authentication and privacy).
Step-by-Step Solution
Key Concept
Secure Logging and Management Telemetry (Syslog over TLS and SNMPv3 Security Models)
Estimated Time:1m 30s