During a routine security review, a network team must update device telemetry settings on WAN edge routers to enable continuous hardware performance polling. The organization's compliance mandate requires both cryptographic user authentication and payload encryption for all management traffic. Which protocol configuration should the team implement on the devices?
- SNMPv3 using the authPriv security levelAnswer
- BSNMPv3 using the authNoPriv security level
- CSNMPv2c utilizing a read-only community string over UDP port 161
- DSNMPv3 using the noAuthNoPriv security level over SSH port 22
Answer
SNMPv3 using the authPriv security level
The authPriv security level in SNMPv3 enforces both user authentication (via HMAC-SHA or HMAC-MD5) and payload encryption (via AES or DES). This satisfies the requirement for secured performance metric collection.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels and Cryptographic Protection