Skip to main content

Cisco Wireless 5760 Configuration

This document provides the necessary steps to configure the Cisco Wireless 5760. Follow the instructions carefully to enable flow monitoring on your wireless LANs.

Enter global configuration mode:

configure terminal

Create a flow exporter:

flow export MFEWLANExporter
destination {MOTADATA_NETFLOW_SERVER_IP}
transport udp {MOTADATA_NETFLOW_SERVER_LISTENER_PORT}
exit

Create a flow monitor:

flow monitor MFEWLANMonitor
record ipv4_client_app_flow_record
exporter MFEWLANExporter
exit

For each WLAN_ID from which you want to enable flow, enter the following commands:

wlan $WLAN_ID
ip flow monitor MFEWLANMonitor in
end

After completing the configuration, navigate to Menu > Flow Explorer and select Explorer to view the active flow data.