During a security compliance audit of an enterprise network, an administrator is tasked with remediating an auditing finding regarding switch telemetry monitoring. The audit report indicates that device monitoring traps sent across the management VLAN are vulnerable to packet sniffing because authentication credentials and telemetry payloads are transmitted without encryption. Which SNMP configuration mode should the administrator deploy to satisfy the audit requirement for both cryptographic user authentication and payload encryption?
- SNMPv3 configured with authPrivAnswer
- BSNMPv3 configured with authNoPriv
- CSNMPv2c configured with read-write community strings over UDP port 162
- DSNMPv3 configured with noAuthNoPriv over TCP port 161
Answer
SNMPv3 configured with authPriv is the correct choice as it enforces both cryptographic authentication and data payload encryption.
SNMPv3 with the authPriv (Authentication and Privacy) security level uses cryptographic algorithms such as SHA/MD5 for message authentication and hashing, and AES/DES for payload encryption. This ensures both integrity/authenticity of the monitoring host and privacy of transmitted telemetry across untrusted network segments.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels and Telemetry Auditing
Estimated Time:1m 0s