During a network audit, a systems engineer observes peak-hour throughput saturation on a primary WAN edge switch. The engineer must implement telemetry monitoring to track traffic volume by source/destination IP address pairs, protocols, and port numbers without capturing full packet payloads. Additionally, hardware health metrics must be polled securely across the management VLAN with requirements for cryptographic user authentication and data encryption. Which combination of monitoring technologies and security configurations meets all specified requirements?
- IPFIX to export flow-based traffic statistics, paired with SNMPv3 configured with the authPriv security level for device polling.Answer
- BNetFlow to export flow-based traffic statistics, paired with SNMPv3 configured with the noAuthNoPriv security level for device polling.
- CSyslog configured over TCP port 161 to collect flow data, paired with SNMPv2c utilizing community strings for device polling.
- DsFlow configured to capture full packet payloads, paired with SNMPv1 using UDP port 514 for device polling.
Answer
IPFIX to export flow-based traffic statistics, paired with SNMPv3 configured with the authPriv security level for device polling.
The correct answer combines IPFIX for flow metadata aggregation (analyzing bandwidth utilization, top talkers, and protocol distribution without storing complete frame payloads) with SNMPv3 operating at the authPriv security tier. The authPriv setting enforces SHA/MD5 message digest authentication and AES/DES payload encryption, satisfying all organizational security requirements.
Step-by-Step Solution
Key Concept
Flow-based Telemetry vs. Secure SNMP Polling
Estimated Time:2m 0s