A network engineer is investigating complaints of erratic video feed freezing during executive webcasts between two branch offices. Telemetry logs indicate a stable average round-trip time (RTT) of , but the variation in inter-packet arrival delay fluctuates sharply between and . Additionally, company policy dictates that device telemetry collection via remote polling must encrypt all payload data over the wire using authenticated credentials. Which performance metric is degrading video quality, and which monitoring configuration satisfies the security policy?
- Metric: Jitter; Configuration: SNMPv3 configured with the authPriv security level using SHA authentication and AES payload encryption.Cevap
- BMetric: Jitter; Configuration: SNMPv3 configured with the authNoPriv security level using SHA authentication and unencrypted payload transmission.
- CMetric: Latency; Configuration: SNMPv2c configured over TCP port 161 using encrypted read-only community strings.
- DMetric: Throughput; Configuration: SNMPv3 configured with noAuthNoPriv sending automated Traps over TCP port 162.
Cevap
The degraded quality is caused by high jitter, and the required monitoring configuration is SNMPv3 set to the authPriv security level.
Jitter is the variance in packet arrival latency, which adversely impacts real-time UDP streams like interactive video. SNMPv3 utilizing the authPriv security level fulfills the requirement for both packet authentication and payload encryption via cryptographic standards such as AES.
Adım Adım Çözüm
Anahtar Kavram
Network Jitter and SNMPv3 Security Levels