An administrator is auditing an enterprise network's device monitoring architecture to satisfy compliance guidelines. The policy mandates that all SNMP telemetry and event notifications transmitted between network switches and the central management station must enforce both sender identity verification and full packet payload encryption. Which of the following SNMPv3 security levels must be configured on the devices to meet these audit requirements?
- authPrivAnswer
- BauthNoPriv
- CnoAuthNoPriv
- DSNMPv2c community strings
Answer
The correct option is authPriv, as it provides both user authentication and data encryption for SNMPv3 management traffic.
The authPriv (Authentication and Privacy) security level in SNMPv3 uses cryptographic hashing for identity verification and symmetric encryption (such as AES) to ensure data confidentiality, fulfilling both requirements of the audit policy.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels (noAuthNoPriv, authNoPriv, authPriv)