Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 23
Refer to the exhibit.
configure terminal
ip flow-export destination 192.168.10.1 9991
ip flow-export version 9
How can you configure a second export destination for IP address 192.168.10.1?
Answer options
- A. Specify a different TCP port
- B. Specify a different UDP port
- C. Specify a VRF
- D. Configure a version 5 flow-export to the same destination
- E. Specify a different flow ID
Correct answer: C
Explanation
The correct answer is C, as specifying a VRF allows for creating multiple flow-export configurations for the same destination IP. The other options do not allow for multiple exports to the same destination IP address, as TCP and UDP ports are limited to one configuration per address, and changing flow ID does not create a separate export destination.