Hi Gary,

I think I figured out where I was going wrong.

I was defining network devices based on the address rather than the port:
Device_1: Address 1, port 2055
Device_2: Address 2, port 2055
Device_3: Address 3, port 2055
(and wondered why I wasn't seeing data split out for each unique flow.)

Instead, I should define the network devices based on port:
Device_1: port 2055
Device_2: port 2056
Device_3: port 2057
and cofigure each router to send on a different port.

And if I should chose to combine flows, I should define one network device:
Device_1: port 2055
(with multiple routers sending to the same port).

Am I finally getting it?  Or am I too far gone?


_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to