A network technician is setting up SNMPv3 on a managed switch to send performance monitoring data securely to a network management server using the authPriv security level. Which TWO of the following algorithms or features must be enabled to satisfy the requirements of this specific security level? (Select TWO.)
- Secure Hash Algorithm (SHA) for data authentication and integrityAnswer
- Advanced Encryption Standard (AES) for payload privacy and encryptionAnswer
- CRead-only community strings for unencrypted password validation
- DTCP port 23 to establish a connection-oriented monitoring session
Answer
Secure Hash Algorithm (SHA) for data authentication and Advanced Encryption Standard (AES) for payload encryption.
The SNMPv3 authPriv mode requires both authentication and encryption. Secure Hash Algorithm (SHA) provides user authentication and data integrity, while Advanced Encryption Standard (AES) provides packet payload confidentiality through encryption.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels (authPriv)