This chapter describes commands for configuring NetFlow data
export on Mpd's interfaces. NetFlow is generated by ng_netflow(4)
node. To enable NetFlow on a particular
interface netflow-in
or netflow-out
options should be used.
Note: This configuration is global for the daemon, so it must be done before first bundle get connected.
Note: This feature is available only on FreeBSD 6.0-RELEASE and newer.
set netflow export ip port
Set destination IP address and port, where NetFlow export datagrams will be sent. This options is important to have working NetFlow.
set netflow source ip port
Set optional local IP and port binding, to make NetFlow datagrams originate from a specific source.
set netflow timeouts inactive active
Modify inactive and active timeout values. For more information, see
ng_netflow(4)
manual page.
set netflow node nodename
Use existing ng_netflow(4)
node instead of creating a new one.
set netflow hook number
Use ng_netflow(4)
node's hooks starting from specified number.
For detailed information about naming of hooks, see ng_netflow(4)
manual page.