Refer to the exhibit.
An engineer configured NetFlow on R1, but the NMS server cannot see the flow from R1. Which configuration resolves the issue?
flow monitor Flowmonitor1destination 10.221.10.11
flow exporter FlowAnalyzer1destination 10.221.10.11
interface Ethernet0/1flow-destination 10.221.10.11
interface Ethernet0/0flow-destination 10.221.10.11
From the output we notice that the destination IP address is not correct. The NMS server IP address
should be 10.221.10.11, not 10.221.10.10. Therefore we have to change this information under “flow
exporter …” configuration.
NetFlow configuration reference: https://www.cisco.com/c/en/us/td/docs/iosxml/
ios/fnetflow/configuration/15-mt/fnf-15-mt-book/cfg-de-fnflow-exprts.html
Submit