A network engineer is troubleshooting a sudden drop in NetFlow data on a Cisco router running IOS-XE 17.x. The engineer verifies that 'ip flow-export destination 10.1.1.100 2055' is configured, and the collector is reachable. However, 'show ip flow export' shows zero packets exported. What is the most likely cause?
Trap 1: The collector IP address is incorrect.
The engineer already verified reachability, so this is unlikely.
Trap 2: The export version is set to 9 but the collector expects version 5.
Version mismatch would cause the collector to reject packets, but 'show ip flow export' would still show packets sent.
Trap 3: The router is in a VRF that is not configured for NetFlow export.
VRF-specific export configuration is needed only for VRF-aware NetFlow, but the symptom of zero exported packets points to no flow generation.
- A
The collector IP address is incorrect.
Why wrong: The engineer already verified reachability, so this is unlikely.
- B
No flow monitor is applied to any interface.
NetFlow data is only generated when a monitor or flow is enabled on an interface; without it, no flows are exported.
- C
The export version is set to 9 but the collector expects version 5.
Why wrong: Version mismatch would cause the collector to reject packets, but 'show ip flow export' would still show packets sent.
- D
The router is in a VRF that is not configured for NetFlow export.
Why wrong: VRF-specific export configuration is needed only for VRF-aware NetFlow, but the symptom of zero exported packets points to no flow generation.