Mikrotik IPFIX Configuration
You can perform Mikrotik IPFIX configuration using the following steps:
set enabled=yes;
set interfaces all;
set cache-entries 32M;
set active-flow-timeout 1m;
set inactive-flow-timeout 15s;
add dst-address={NETFLOW_SERVER_IP} port={NETFLOW_SERVER_LISTENER_PORT} version=9;
set v9-template-refresh 5m;
set v9-template-timeout 20;
Use the following steps to configure Mikrotik through the GUI:
- Connect to MikroTik device GUI.
- Now add target by clicking '+'.
- Enter the ip address of the NetFlow Analyzer installed server in "Address".
- Enter the Listener port of NetFlow Analyzer server (This can be taken from Settings->Basic settings->Server Settings) in "Port".
- Select the version as 9 in "Version".
- Enter 5 in "v9 Template Refresh".
- Enter 20 in "v9 Tamplate Timeout".
- Click "OK".
- Enter
- After adding the target, click "Settings" to configure the traffic flow settings.
In the General tab,
- Enable the check box "Enabled" for sending the flows.
- Select "all" in "Interfaces" select box.
- Selct "32k" in "Cache Entries" selct box.
- Enter "00:01:00" in "Active Flow Timeout".
- Enter "00:00:15" in "Inactive Flow Timeout".
- Click "OK".