
Your changes will require approval by an administrator before they are published.
The article has been updated successfully but requires approval before it is published.Resolution
Flow exporters may store active flows for longer than the default NTA reporting period of 1 minute. When long duration flows are exported the data is reported as occurring in same minute the export is sent to NTA. The result may cause reporting of data rates larger than the actual rate for that minute.
The active flow cache timer on each flow exporter should be set to 1 minute to match the NTA reporting period.
For Cisco devices running IOS 12.2 (14)S and above, include ip flow-cache active 1 in the device global configuration.
For Adtran devices running 16.1 and above, include ip flow cache timeout active 1 in the device configuration.
For sFlow: set polling interval 60 Exact syntax may vary by vendor implementation. See your vendor’s configuration guide for details.
For NetFlow (Catalyst switches): mls aging long 64 in the device global configuration. 64 seconds is the minimum allowed value.
J-Flow: ip flow-cache timeout active 1 in the device configuration.
Note:
There is a known issue in Orion NTA 3.6 (resolved in 3.7) that can rarely cause similar behavior. You can detect if this bug can cause this behavior by running the following query using MS SQL Management Studio when connected to your Orion database:SELECT
n1.caption,
n2.caption,
i.InterfaceName,
a.InterfaceName
FROM
interfaces i
INNER JOIN
(
SELECT (nodeId * 4096) | interfaceIndex as hash, InterfaceIndex, InterfaceName, NodeId, interfaceid
FROM interfaces
) A
ON A.hash = ((i.nodeId * 4096) | i.interfaceIndex)
AND NOT(a.interfaceindex = i.interfaceindex AND a.nodeid = i.nodeid)
INNER JOIN Nodes n1 on i.NodeID = n1.NodeID
INNER JOIN Nodes n2 on a.NodeID = n2.NodeID
WHERE
n1.NodeID < n2.NodeID
If the query returns results, then the results indicate nodes (and their interfaces) where you will see incorrect traffic results. In this case, please upgrade to 3.7.
Last Updated
2nd of September, 2010
Thank you for rating this answer.
SolarWinds makes award-winning storage management, application management, server management, and network management software trusted by more than one million engineers to manage IT environments ranging from tens to thousands of devices.
Discover our network monitoring, configuration management, network mapping, and free network tools today!
Enterprise-Class Network Management
Enterprise-Class Application & Server Management
Enterprise-Class Virtualization Management
Enterprise-Class Storage Management
Tools for Engineers
Easily monitoring bandwidth usage on a troublesome interface!
Record and test web transactions with the touch of a button!
Quickly discovers all of your virtual machines, then estimates what it would cost to move them to the cloud.
Prices displayed do not reflect international pricing unless otherwise stated. Please see our international price list for current pricing specific to your location.
All prices are subject to change without notice.
© 2003-2012 SolarWinds. All Rights Reserved.

