A network administrator is implementing a centralized monitoring solution for enterprise core switches. Organizational compliance policies dictate that network management queries and event trap messages transmitted across the network must guarantee cryptographic integrity, user authentication, and payload confidentiality to prevent eavesdropping and replay attacks. Which protocol implementation best satisfies all specified auditing and monitoring security requirements?
- SNMPv3 configured with the authPriv security model using SHA for authentication and AES for encryptionAnswer
- BSNMPv2c configured with a read-only community string and TLS encapsulation over TCP port 162
- CSNMPv3 configured with the authNoPriv security model using MD5 for authentication and DES for privacy
- DSyslog configured to forward trap notifications over UDP port 161 using community string authentication
Answer
SNMPv3 configured with the authPriv security model using SHA for authentication and AES for encryption
The option specifying SNMPv3 configured with the authPriv security model using SHA for authentication and AES for encryption is correct because authPriv (Authentication and Privacy) is the only SNMP security level that enforces both cryptographic user authentication and payload encryption, meeting the security baseline requirements.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels (authPriv vs. authNoPriv vs. noAuthNoPriv)
Estimated Time:1m 30s