The option is configured or disabled by parameters in configuration file /etc/dpi/fastdpi.conf.
To switch on the export of statistics:
netflow=1
The network interface name to export netflow with statistics:
netflow_dev=eth2
Data export period in seconds:
netflow_timeout=10
IP address and port number of netflow collector for statistics by protocols:
netflow_collector=192.168.0.1:9997
IP address and port number of netflow collector with statistics by directions:
netflow_as_collector=192.168.0.1:9998
Directions to collect and aggregate data:
netflow_as_direction=1
IP address and port number of NetFlow collector with statistics for billing. One has to specify the separate collector to avoid data messing with other statistics:
netflow_bill_collector=192.168.0.1:9995
Setting up the statistics format:
netflow_bill_collector_type=2
The whole traffic volume is counted by default. This includes packet headers as well. In order to count the useful traffic only1) please specify:
netflow_bill_method=1
The traffic class assigned by DPI is specified in TOS field of netflow with billing statistics. This information can be used to create attractive billing plans.
IP address and port number of netflow collector with full statistics. One has to specify the separate collector to avoid data messing with other statistics:
netflow_full_collector=192.168.0.1:9996 netflow_passive_timeout=30 netflow_active_timeout=300
Here
The complete statistics preserved original port numbers. The information on detected protocols is sent in normally empty bytes 46-47. In case one needs to analyse the protocols in use, the system can be configured to send the protocol information in the port number:
netflow_full_port_swap=1
At the same time short peaks up to 100 Mb/s may happen when sending netflow from DPI. Few collectors are able to receive such data flow with no losses, for example nfsen/nfdump.
In order to smooth such peaks and load the collector in a uniform way one can set the parameter:
netflow_rate_limit=60
Here 60 is the maximal netflow rate in Mb/s.
An example is described in the section QoE Stor: DPI Configuration