An organization's security policy mandates that all telemetry and network performance monitoring data collected from core routers must be protected against eavesdropping and data tampering. When configuring SNMPv3 monitoring agents on these devices, which security level must be enabled to provide both cryptographic authentication and data payload encryption?
- authPrivAnswer
- BauthNoPriv
- CnoAuthNoPriv
- DcommunityNoPriv
Answer
The authPriv security level is required because it implements both user authentication and packet payload encryption.
The authPriv (Authentication with Privacy) security level in SNMPv3 provides HMAC cryptographic authentication to verify packet integrity and sender identity, alongside symmetric key encryption (such as AES) to secure the payload content from unauthorized interception.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels
Estimated Time:1m 0s