A senior network operations engineer is implementing a centralized telemetry and performance monitoring solution for core routers transmitting sensitive enterprise data across a shared infrastructure. The monitoring design requires real-time interface throughput polling and immediate alert notifications whenever link utilization breaches critical thresholds. Additionally, security compliance mandates that all monitoring data, including administrative credentials and metric payloads, must provide both message integrity verification and cryptographic privacy during transmission over untrusted network segments. Which of the following protocol configurations correctly satisfies all performance monitoring and security compliance requirements?
- Implement SNMPv3 utilizing the User-based Security Model (USM) configured at the authPriv security level with SHA for authentication and AES for payload encryption.Answer
- BImplement SNMPv3 utilizing the User-based Security Model (USM) configured at the authNoPriv security level with SHA for authentication and DES for privacy.
- CImplement SNMPv2c utilizing read-only community strings while enforcing SNMP trap alerts to send unencrypted polling statistics over UDP port 162.
- DImplement NetFlow v9 exported over UDP port 161 combined with standard Syslog logging over TCP port 2055 to stream interface bandwidth metrics.
Answer
Implement SNMPv3 utilizing the User-based Security Model (USM) configured at the authPriv security level with SHA for authentication and AES for payload encryption.
The correct answer provides complete message integrity and privacy by deploying SNMPv3 under the User-based Security Model (USM) at the authPriv level. This combination enforces HMAC SHA for authenticating packets and AES for encrypting performance monitoring data payloads.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels and Telemetry Encryption