[Survey] The 2025 Observability Survey - Share your opinion and earn $10.Take the survey

Cisco Wireless 5760 Configuration

You can perform Cisco Wireless 5760 configuration using the following steps:

configure terminal
flow export NFAWLANExporter
destination {NETFLOW_SERVER_IP}
transport udp {NETFLOW_SERVER_LISTENER_PORT}
exit
flow monitor NFAWLANMonitor
record ipv4_client_app_flow_record
exporter NFAWLANExporter
exit

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:

wlan $WLAN_ID
ip flow monitor NFAWLANMonitor in
end

Back to Top