Network Management

NTA shows Data Not Available

NTA charts display No Data Available, even though the Last Received Netflow time stamp is the current time stamp.

First published date

10/20/2018 7:18 PM

Last published date

1/31/2026 12:09 AM

Overview

NTA displays Data Not Available in all resources for some or all devices. If the Last Received Netflow time stamp shows Never the device/s are not configured correctly in order for the flow data to be processed, or flow data is not reaching the Netflow collector. If the timestamp shows a current timestamp, but charts are still not showing any data, there is an issue with either the NTA Flow Storage database or with the NetFlow service.

Product section

Netflow Traffic Analyzer

Cause

  • No Flow data can occur because of storage problems or because flows are not sent from the device to the SolarWinds Platform collector.
  • The NetFlow service is unable to establish a connection to the Flow Storage database.
  • The NetFlow Collector Services provides status information about current Flow collectors. By default, NTA listens for Flow data on port 2055, but some Flow‑enabled devices, including some Nortel IPFIX‑enabled devices, send Flow data on port 9995 and sFlow default port is 6343.

Resolution

Flow Data Missing 

Explanation:
In case your Flow‑enabled device configuration requires status information about current Flow collectors, the following procedure resets or adds Flow collection ports on which your NTA collector listens for Flow data. You can also delete a collector, if necessary.


Notes:

  • If you are employing a firewall on your NetFlow collector, all ports on which the NetFlow collector listens for Flow data should be listed as firewall exceptions for UDP communications.
  • If you delete all collectors, you must either run the Configuration wizard again to restore your initial settings or provide another collector from a different SolarWinds Platform poller.

 

  1. Click Start > All Programs > SolarWinds Platform > NetFlow Traffic Analyzer > NetFlow Web Console.
  2. Log in using a User ID with a Solarwinds account with administrative privileges.
  3. Click Settings in the top right corner of the Web Console.
  4. Click NTA Settings in the Settings grouping of the SolarWinds Platform Website Administration page.
  5. Click NetFlow Collector Services.
  6. If you want to add or reset a collection port, type the new port number in the Collection Port(s) field of the collector that you want to edit.
    • Separately list ports with a single comma, as in 2055,9995.
    • A colored icon displays your collector status visually. Green indicates that the collector can receive Flow data, and red indicates that it can not. Server Name provides the network identification of your collector, and Receiver Status is a verbal statement of collector status.
  7. If you want to delete a collector, click Delete.
  8. Click Submit when you finish configuring your NetFlow collectors.

 

NTA Data Not Available, but Flows are showing in Wireshark, but not in Performance Monitor 

  1. Run Performance Monitor on the server and load the Netflow counters:
  2. Select the view to Report and you should see packets coming in for Netflow:
  3. If nothing displays here and you can see flows are coming into Wireshark and the packets have the required fields, then the Firewall on the server is likely turned on. 
  4. Verify on NTA events if you see the following:
    Windows FireWall is turned on and its current exceptions do not allow the NetFlow Service to receive packets. Run the Configuration wizard for ‘Services’ to remedy.
  5. Either turn off the firewall or create a Firewall inbound rule to allow traffic for the port that is being used to listen to ex: 2055. 

Related Articles: 

No flow data seen for light traffic interfaces due to Top Talker Optimization setting

Error: Connection to NTA Flow Storage Database has been lost. NTA cannot save any flows now
 

Wireshark filters and links to Troubleshooting with Wireshark: 

Wireshark Operators

 

OPERATORWIRESHARK COMMAND
equals==
or||
and&&

 

WHAT YOU ARE LOOKING FORWIRESHARK FILTER
SNMP traffic using a specific community string:snmp.community == "public"
SNMP traffic NOT using a specific community string:snmp and !(snmp.community == "public")
All traffic to/from the specified targetip.addr==192.168.1.254 
All ICMP (ping) trafficicmp
All SNMP trafficsnmp
Specific SNMP OID trafficsnmp.name==1.3.6.1.2.1.2.2.1.2.11111 
Specific SNMP traffic containing an OID stringsnmp.name contains  1.3.6.1.2.1.2.2.1.2.11111 
Specific SNMP OID traffic from a particular IP addressip.addr==192.168.1.252 and snmp.name==1.3.6.1.2.1.2.2.1.2.11111
All traffic on UDP port 161 (typically just SNMP)udp.port==161


NPM Filters
 

NTA Filters

WHAT YOU ARE LOOKING FORWIRESHARK FILTER(S)
All NetFlow data arriving on the box

cflow

NetFlow data arriving from a particular IPip.addr==1.2.3.4 and cflow
All traffic on the default NetFlow portudp.port==2055
JFlow and SFlow trafficudp.port==9995
NetFlow data - specific endpoint source

cflow.srcaddr == 1.2.3.4

NetFlow data - specific endpoint destination

cflow.dstaddr == 1.2.3.4

NetFlow on a specific vlancflow.vlanid==1
NetFlow Endpoint destination portcflow.dstport == 1234
NetFlow Endpoint source portcflow.srcport == 1234
NetFlow Input interface (ifindex of 15 in this example)cflow.inputint == 15 
NetFlow Output interface (ifindex of 15 in this example)cflow.outputint == 15 
sFlow sourceip.src==1.2.3.4 and sflow