Yup - that's more like it. But again, nTop has a hard limit of 16 netflow interfaces (or perhaps "network" interfaces) per instance. Keep that in mind, if you want 40 unique netflow interfaces, you'll need several instances of ntop and/or tweak the code and recompile.
G -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jim Rice Sent: Tuesday, March 22, 2011 3:52 PM To: [email protected]; [email protected] Subject: Re: [Ntop] Basic configuration for multiple netflow data 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 <font size="1"> <div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'> </div> "This email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system." </font> _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
