netflow configuration

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

/ip traffic-flow set interfaces=…

It is already marked the “interfaces=all” option.

Do I need to explicitly mention all the interfaces by their names?

If you want all interfaces then leave as it is right now. If you want only specific interfaces then specify ones you need.