Skip to main content

Cisco Wireless 3850 Configuration

This document provides a step-by-step guide on configuring the Cisco Wireless 3850 switch for wireless network flow monitoring.

Enter global configuration mode:

configure terminal

Create a flow record:

flow record MFErecord
match ipv4 destination address
match ipv4 source address
match ipv4 protocol
match ipv4 tos
match ipv4 ttl
match ipv4 version
match wireless ssid
collect wireless ap mac address
collect counter packets long
collect counter bytes long
collect timestamp absolute first
collect timestamp absolute last
exit

Create a flow exporter:

flow export MFEexporter
destination {MOTADATA_SERVER_IP}
transport udp 2055
exit

Create a flow monitor:

flow monitor MFEmonitor
record MFErecord
exporter MFEexporter
exit

For each _ID where you want to enable flow monitoring, enter:

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.