A network administrator needs to configure SNMPv3 on a Cisco IOS router to support both message integrity verification using SHA and payload encryption using AES. Which SNMPv3 security level must be configured to meet these security requirements?
- authPrivAnswer
- BauthNoPriv
- CnoAuthNoPriv
- DprivNoAuth
Answer
The authPriv security level must be configured because it provides both authentication and privacy (encryption).
The authPriv security level is the highest security mode available in SNMPv3. It combines authentication algorithms (such as HMAC-SHA or HMAC-MD5) to ensure packet integrity and sender authentication with encryption algorithms (such as AES or DES) to provide privacy for management traffic.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels (noAuthNoPriv, authNoPriv, authPriv)