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.

Juniper J-Flow configuration

Configure Juniper J-Flow devices using a configuration template such as the following:

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.

#show interfaces ge-0/0/0
unit 0 {
	family inet {
    	sampling {
        	input
        	output;
        }
        address 1.1.1.1/30;
    }
}

#show forwarding-options
sampling {
	input {
    	rate 100;
    }
    family inet {
    	output {
        	flow-server 2.2.2.2 {
        		port <JFlow port number e.g. 2055,2056>;
        
        		version 5;
        	}
        }
    }
}