A network administrator is troubleshooting intermittent quality degradation during corporate video conference calls across a site-to-site WAN link. While aggregate interface bandwidth utilization remains below capacity, users report packet arrival time variation (jitter) and video freezing. The administrator needs to analyze flow-level conversation statistics—specifically tracking source/destination IP addresses, port numbers, and byte counts—to pinpoint non-business application traffic consuming link resources. Which telemetry protocol and transport method should be implemented on the WAN edge router to export these flow statistics?
- IPFIX exporting flow records over UDP to a network telemetry collectorAnswer
- BIPFIX exporting flow records over TCP port 514 to guarantee reliable real-time metric delivery
- CSNMPv2c polling router MIBs using community strings to capture individual layer 4 flow records
- DSyslog event logging transmitted over UDP port 161 to aggregate active network session metrics
Answer
IPFIX exporting flow records over UDP to a network telemetry collector
IPFIX (IP Flow Information Export) is specifically designed to aggregate and export 5-tuple flow metadata (source IP, destination IP, source port, destination port, protocol) to identify top talkers and bandwidth-consuming applications. Exporting IPFIX flow records over UDP reduces router memory and processing overhead under heavy network traffic.
Step-by-Step Solution
Key Concept
Flow-Based Telemetry and Metric Collection (IPFIX vs SNMP vs Syslog)
Estimated Time:2m 0s