A network administrator is updating core switch configurations to align with a security mandate requiring both cryptographic authentication and full payload encryption for network monitoring traffic. The legacy implementation relies on unencrypted management queries using community strings. Which protocol version and security level combination should the administrator configure to meet this mandate?
- SNMPv3 with authPriv security levelAnswer
- BSNMPv3 with authNoPriv security level
- CSNMPv2c with explicit community string encryption
- DSyslog configured to transport management packets over TCP port 23
Answer
SNMPv3 configured with the authPriv security level is required because it provides both cryptographic authentication and data privacy through payload encryption.
SNMPv3 with the authPriv (Authentication and Privacy) security level uses cryptographic hashing (such as SHA) for authentication and symmetric encryption algorithms (such as AES) to encrypt all management payloads. This satisfies the requirement for authenticated access and encrypted telemetry.
Step-by-Step Solution
Key Concept
SNMPv3 Security Models (authPriv vs authNoPriv)