A network administrator must update network device telemetry and event logging configurations across core switches to satisfy a new security audit mandate. The compliance policy requires log transport reliability during network congestion, cryptographic encryption for audit log traffic, and payload-level encryption for SNMP polling queries. Which TWO of the following implementation steps should the administrator execute to satisfy these audit requirements?
- Configure Syslog forwarding using TCP port 6514 with Transport Layer Security (TLS) encryption.Answer
- Configure SNMPv3 using the authPriv security level for management polling.Answer
- CConfigure Syslog forwarding using UDP port 514 to guarantee encrypted log delivery.
- DConfigure SNMPv3 using the authNoPriv security level to enable payload encryption.
Answer
The administrator must implement Syslog forwarding using TCP port 6514 with TLS encryption and configure SNMPv3 using the authPriv security level.
Configuring Syslog using TCP port 6514 with Transport Layer Security (TLS) satisfies the requirements for connection reliability and log traffic confidentiality. Simultaneously, deploying SNMPv3 using the authPriv security level provides both HMAC-based authentication and CBC-DES/AES payload privacy (encryption), fulfilling the requirement for encrypted polling queries.
Step-by-Step Solution
Key Concept
Secure Logging (Syslog over TLS/TCP) and SNMPv3 Security Models