Page 1 of 3

Netflow Analyzer Configuration

Posted: Sat Mar 08, 2014 1:48 pm
by CMSNagios
Hi Team,

We are trying to configure Netflow Analyzer, but during configuration showing error (Port 9996 is not unique) for second router.

Re: Netflow Analyzer Configuration

Posted: Mon Mar 10, 2014 9:55 am
by slansing
You need to be sure to supply separate ports for each source, as the data will be pulled from that specific port and applied to it's source.

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 12:00 pm
by CMSNagios
Netflow communicate on port 9996 and configured in nerwork device for NagiosXI IP.

We configuration same port for OpManager Netflow and its working properly.

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 12:20 pm
by scottwilkerson
Each Source in Network analyzer listens on 1 port. All data coming in on that port will be in the source you already added to 9996

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 12:30 pm
by CMSNagios
This netflow configuration on router,

ip flow-export destination 10.21.0.20 9996
ip flow-export destination 10.21.0.10 9996

for all routers.

First IP for OpManager Netflow working ok for all routers

Second IP for NagiosXI working ok for only 1 router for second router showing error "9996 is not a unique port."

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 12:35 pm
by slansing
Yes, this is what we are trying to say. You need to assign a unique port to each source, and that same unique port to your flow senders on those systems/network devices.

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 12:37 pm
by sreinhardt
At this point, it is not possible with nna to use a single port for multiple services. The only options you would have, would be to use iptables natting, to redirect 9996 for different IPs to different ports internal to NNA, or use a external firewall in front of NNA to do the same.

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 1:21 pm
by CMSNagios
Now status, router configuration

ip flow-export destination 10.21.0.10 9996

facing same issue

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 1:26 pm
by slansing
Are you still sending data to NNA over port 9996 from your other router?

Re: Netflow Analyzer Configuration

Posted: Tue Mar 11, 2014 1:30 pm
by CMSNagios
You mean to say configure different port for each router.

I have 1000 network device, then I have to assign 1000 different port to each network device ?