A network engineer is establishing a telemetry and performance monitoring architecture for remote site routers experiencing performance degradation during real-time video conferencing. The solution must capture flow-level metrics such as packet loss and inter-arrival jitter for video traffic while ensuring secure, encrypted polling of router hardware resources (CPU and memory utilization). Which of the following protocols and configurations should the engineer implement? (Select TWO.)
- Configure SNMPv3 with the authPriv security level for polling router resource utilization metrics.Answer
- Deploy IPFIX flow telemetry exporting over UDP to collect traffic stream statistics and inter-arrival jitter.Answer
- CUtilize SNMPv2c with read-only community strings to encrypt bandwidth and system resource telemetry.
- DConfigure IPFIX export over TCP port 161 to guarantee delivery of real-time voice jitter metrics.
Answer
The engineer should implement SNMPv3 configured with the authPriv security level for secure system resource polling and deploy IPFIX flow telemetry over UDP to capture real-time traffic jitter and stream performance metrics.
Configuring SNMPv3 with authPriv provides cryptographic authentication and payload privacy, which secures router CPU and memory utilization queries. Implementing IPFIX over UDP allows the monitoring system to capture detailed flow statistics, tracking packet loss, throughput, and inter-arrival jitter for real-time video streams without transport-layer retransmission latency.
Step-by-Step Solution
Key Concept
Network Telemetry Protocols and SNMP Security Levels