A network technician needs to configure a network management system to monitor router performance metrics using SNMP. To meet security compliance standards, the communication must ensure both message authentication and payload encryption. Which SNMP version and security level should be selected?
- SNMPv3 with authPrivAnswer
- BSNMPv2c with read-write community strings
- CSNMPv3 with noAuthNoPriv
- DSNMPv1 with encrypted community strings
Answer
SNMPv3 configured with authPriv provides both cryptographic authentication and data privacy via payload encryption.
SNMPv3 using the authPriv security setting ensures complete security by implementing user authentication (auth) via hashing algorithms as well as payload privacy (priv) through encryption standards like AES.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels (authPriv)
Estimated Time:45s