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
NNA Version 2R1.0 Queries and Reports problems
Re: NNA Version 2R1.0 Queries and Reports problems
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
That did the work but I found your post later.
I rebuild the nfdump and now is back to normal.
Many thanks
I rebuild the nfdump and now is back to normal.
Many thanks
Re: NNA Version 2R1.0 Queries and Reports problems
Glad I could help - I'll lock the thread. Feel free to open further threads if you have questions or need any help. Thanks!