Documentation forNetFlow Traffic Analyzer
Analyzing network traffic and bandwidth is a key capability of Hybrid Cloud Observability Advanced and is also available in a standalone module, NetFlow Traffic Analyzer (NTA). Hybrid Cloud Observability Advanced and NTA are built on the self-hosted SolarWinds Platform.

Cisco WLC 5700 series configuration

Scripts are not supported under any SolarWinds support program or service. Scripts are provided AS IS without 
warranty of any kind. SolarWinds further disclaims all warranties including, without limitation, any implied warranties 
of merchantability or of fitness for a particular purpose. The risk arising out of the use or performance of the scripts 
and documentation stays with you. In no event shall SolarWinds or anyone else involved in the creation, production, or 
delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business 
profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or 
inability to use the scripts or documentation.

! Create a Record

configure terminal
flow record NTA-record
description record-for-NTA-ipv4flow
match ipv4 tos
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
collect interface output
collect counter bytes
collect counter packets
end

show flow record record-for-NTA-ipv4flow
!copy running-config startup-config

! Create a Flow Exporter

configure terminal
flow exporter NetFlow-to-NTA
description export-to-NTA
destination 10.10.10.10
source gigabitEthernet1/0/1
transport udp 2055
! export protocol can be left on default
!export-protocol netflow-v5
end
 
show flow exporter NetFlow-to-NTA
!copy running-config startup-config
 
! Create a Flow Monitor
 
configure terminal
flow monitor NTA-Monitor
description monitor-for-NTA-ipv4
record NTA-record
exporter NetFlow-to-NTA
cache timeout inactive 10
cache timeout active 5
end
 
show flow monitor name NTA-Monitor
!copy running-config startup-config! Creating record