Hi,
I’m testing a netflow analysis service that requires me to send netflow information to an IP. I’ve configured:
/ip traffic-flow
set enabled=yes
/ip traffic-flow target
add address=server:port version=9
Basic analysis works without problems. Now I want to improve information filtering selecting the incoming interface. They tell me that, in a cisco device, I would need to configure something like:
ip flow-export interface-names
snmp-server ifindex persist
I can’t find any equivalent configuration in Mikrotik.
Is there any information I can read to get this working?
Regards