Page 1 of 1

NNA Version 2R1.0 Queries and Reports problems

Posted: Sun Jun 21, 2015 11:33 am
by akarydas2
I have problem also with the new version of NNA.
I evaluated for a period the previous version, we suggested and deployed to a customer and since the upgrade although it receive data from firewall ASA is refusing to analyze them.

I have them it in my lab (simulating customer environment) with ASA 9.1(3) and also have the evaluation copy at home and tested with 8.4(7) and since yesterday with 9.1(6) but nothing.

I use in all cases the VM from Nagios.

Any idea how to troubleshoot the analyzing as the data arrive at NNA?

Thanks

Re: NNA Version 2R1.0 Queries and Reports problems

Posted: Mon Jun 22, 2015 10:26 am
by jolson
You will likely need to rebuild nfcapd to allow NSEL flows.

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

Re: NNA Version 2R1.0 Queries and Reports problems

Posted: Mon Jun 22, 2015 11:53 am
by akarydas2
That did the work but I found your post later.
I rebuild the nfdump and now is back to normal.

Many thanks

Re: NNA Version 2R1.0 Queries and Reports problems

Posted: Mon Jun 22, 2015 11:56 am
by jolson
Glad I could help - I'll lock the thread. Feel free to open further threads if you have questions or need any help. Thanks!