Mikrotik CCR1009-7G-1C-1S+ Router Configuration
This document outlines steps to configure NetFlow for the Mikrotik CCR1009-7G-1C-1S+ router.
Configuration Steps
Enable the router:
set enabled=yes;
Configure interfaces:
set interfaces all;
Set cache entries and flow timeouts:
set cache-entries 32M;
set active-flow-timeout 1m;
set inactive-flow-timeout 15s;
Add a destination:
add dst-address={MOTADATA_NETFLOW_SERVER_IP} port=2055 version=9;
Configure version settings:
set v9-template-refresh 5m;
set v9-template-timeout 20;
After completing the configuration, navigate to Menu > Flow Explorer and select the Event Source(s) and the associated Interface(s) from the drop-downs to view the active flow data.