A network administrator is configuring SNMP management on a core network switch. Organizational policy mandates that telemetry and monitoring traffic must support both cryptographic user authentication and payload encryption. Which SNMPv3 security level meets these requirements?
- authPrivAnswer
- BauthNoPriv
- CnoAuthNoPriv
- DCommunity strings
Answer
The authPriv security level is required because it provides both authentication and privacy (encryption) for SNMP messages.
The authPriv setting enforces both cryptographic message authentication (Auth) and data confidentiality through encryption (Priv), fulfilling all compliance requirements.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels