Following an internal compliance audit, an enterprise network engineering team must update performance monitoring configurations across core switches. The updated security baseline requires all device metrics polling to enforce cryptographic user authentication as well as full packet payload encryption. Which protocol configuration satisfies these performance monitoring security requirements?
- SNMPv3 configured with the authPriv security levelAnswer
- BSNMPv3 configured with the authNoPriv security level
- CSNMPv2c configured with an encrypted community string
- DSNMPv3 configured with the authPriv security level over TCP port 161
Answer
SNMPv3 configured with the authPriv security level
SNMPv3 configured with the authPriv (Authentication and Privacy) security level provides cryptographic user authentication using SHA/MD5 hashing alongside payload privacy through encryption algorithms such as AES. This combination directly fulfills the requirement for authenticated and encrypted telemetry polling.
Step-by-Step Solution
Key Concept
SNMP Security Levels for Performance Monitoring