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 MFEexporter
destination {MOTADATA_SERVER_IP}
transport udp 2055
exit

Create a flow monitor:

flow monitor MFEmonitor
record ipv4_client_app_flow_record
exporter MFEexporter
exit

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

wlan $_ID
ip flow monitor MFEmonitor in
end

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