- To configure timeouts
configure terminalActive timeout 60Inactive timeout 15end - To configure the exporter
configure terminalflow exporter <EXPORTER_NAME>destination <PROXY_IP>transport udp 2055source <VSM_IP_OR_SUBNET>end - To configure the flow monitor for each interface:
configure terminalflow monitor <MONITOR_NAME>record netflow-originalexporter <EXPORTER_NAME>end - To configure the flow monitor for each interface on the ingress mode and the egress mode or at least the ingress mode
configure terminalport-profile type vethernet <IF_NAME>ip flow monitor <MONITOR_NAME> inputip flow monitor <MONITOR_NAME> output..end