Cisco Wireless (MOTADATA_NETFLOW) Configuration
This document outlines the steps to configure Cisco Wireless (Motadata NetFlow) for monitoring network traffic.
Create a MOTADATA_NETFLOW exporter:
config flow create exporter MFEWLANExporter {MOTADATA_NETFLOW_SERVER_IP} {MOTADATA_NETFLOW_SERVER_LISTENER_PORT}
Create a MOTADATA_NETFLOW monitor:
config flow create monitor MFEWLANMonitor
Add the exporter to the monitor:
config flow add monitor MFEWLANMonitor exporter MFEWLANExporter
Add a flow record to the monitor:
config flow add monitor MFEWLANMonitor record ipv4_client_app_flow_record
Enter global configuration mode on the router or MSFC, and issue the following commands for each WLAN_ID from which you want to enable flow:
config wlan flow {WLAN_ID} monitor MFEMonitor enable
After completing the configuration, navigate to Menu > Flow Explorer and select Explorer to view the active flow data.