Why multiple sources?
-
- Posts: 2474
- Joined: Tue May 31, 2011 12:57 pm
- Location: Scio, OH
Why multiple sources?
Ok, we have a instance spun up for a POC to replace Solarwinds here. In Solarwinds we send netflow data from about 50 devices and all to the same default port. In Solarwinds we can select the device and see only the flow data that came in from it. Is there the same functionality in NNA or would we have to create 50 different sources and configure the devices to send to a specific port?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
- Attack Rabbit
- Posts: 2560
- Joined: Thu Feb 12, 2015 12:40 pm
Re: Why multiple sources?
While you *can* send all of the data you'd like to a single port, that would impact many of your graphs/views in a negative way. I recommend using a seperate port for each netflow sender. This makes more sense visually, and will help you down the line.
Network Analyzer is designed this way in part because certain listener processes are only capable of processing certain types of information - sflows and netflows need to be processed differently.
To answer your question directly -
Network Analyzer is designed this way in part because certain listener processes are only capable of processing certain types of information - sflows and netflows need to be processed differently.
To answer your question directly -
It's not necessary to make unique ports for every source, but we highly recommend it.Is there the same functionality in NNA or would we have to create 50 different sources and configure the devices to send to a specific port?
-
- Posts: 2474
- Joined: Tue May 31, 2011 12:57 pm
- Location: Scio, OH
Re: Why multiple sources?
I hear what you are saying, but with your last line, does that mean this:jolson wrote:It's not necessary to make unique ports for every source, but we highly recommend it.
I could create 50 sources that all use the same port, I could just configure each to only receive data from a specific sender IP? However, the strong recommendation is to have them all send to their own port(Which really isn't that horrible)!
Did I read your reply correctly?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
- Attack Rabbit
- Posts: 2560
- Joined: Thu Feb 12, 2015 12:40 pm
Re: Why multiple sources?
Sorry - I must have been unclear. Each source must be listening on a unique port. You cannot have two sources listening on the same port. What you can do is have a single source listening on a single port (5555) that multiple devices are sending data to.