Page 1 of 1

NA Data issues

Posted: Tue Nov 10, 2015 5:49 am
by dknzone
I have installed new NA and configure ASA with Netflow as per guide. I can see the bandwidth data in portal but not the source, destination data. I have attached a screen shot of the portal. can some one help me with this ?

Re: NA Data issues

Posted: Tue Nov 10, 2015 11:43 am
by jolson
Give the following procedure a try:

Code: Select all

wget http://sourceforge.net/projects/nfdump/files/stable/nfdump-1.6.13/nfdump-1.6.13.tar.gz/download
tar xzf download
cd nfdump-1.6.13/
./configure --enable-sflow --enable-nsel
make
make install
This should upgrade your version of nfcapd to support Cisco ASA NSEL flows. You may have to give nagiosna a restart after running the above procedure:

Code: Select all

service nagiosna restart

Re: NA Data issues

Posted: Fri Nov 13, 2015 10:57 am
by dknzone
hi,

thanks it did work but I have it integrated with nagios xi, it doesn't show any details

Re: NA Data issues

Posted: Fri Nov 13, 2015 2:01 pm
by tgriep
How long did you let the NA server capture data before checking the details in XI?
You may have to wait 15 to 20 minutes for it to capture data.
In the Nagios XI interface, can you click on Reports > Network Report on the left menu, do you see data there?