Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 212
What is the result of the command ip flow-export destination 10.10.10.1 5858?
Answer options
- A. It configures the router to export cache flow information to IP 10.10.10.1 on port UDP/5858.
- B. It configures the router to export cache flow information about flows with destination IP 10.10.10.1 and port UDP/5858.
- C. It configures the router to receive cache flow information from IP 10.10.10.1 on port UDP/5858.
Correct answer: I, P
Explanation
The command ip flow-export destination 10.10.10.1 5858 sets the router to send flow data to the specified IP address and port, which is defined by option A. Option B incorrectly suggests that the command filters flows based on the destination IP and port, while option C misrepresents the command's purpose by stating it receives data instead of sending it.