Traffic-Flow Setup

I have a router currently set in bridge mode with three ports bridged together. I’m trying to get netflow data from all ports on the bridge and seem to only be gathering data from one. There are two very active ports and one occasionally active port. the third occasionally active port is the one that is functioning and frankly the lest important port of the three. i currently have the netflow interface pointed to bridge1, but even when i had it set to all ports it only picked up the one port.

Any thoughts on why this might be happening would be great. I have been banging my head against the wall trying to figure it out.

Thank you,

gzerph

Interfaces=all should gather information from all ports.
Which version do you have ?

I’ve tried that but it doesnt seem to work. I have version 3.5 on the unit.

to give you an idea i have the following interfaces active

ether1: port to internal network
ether2: port to WAN router
ether3: port for management on one unit.
bridge1: contains the above ports

All i really want is the information from ether2. ether1 and ether2 are not reporting.

I am attaching an export of the /ip traffic-flow menu for clarification

/ip traffic-flow
set active-flow-timeout=30m cache-entries=4k enabled=yes
inactive-flow-timeout=15s interfaces=bridge1
/ip traffic-flow target
add address=:2059 disabled=no v9-template-refresh=20
v9-template-timeout=30m version=9


I have tried bridge1, ether2, and all in the interfaces section… none seem to work to get ether2 traffic. ether3 is the only one that will report

Thanks,