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