Looks like we are having the same issue with a evaluation setup of NNA 2R1.0 with our ASA 5520 running ios 9.1.3, while our Cisco 6509 are working perfect.
We have our network time all in sync as that was my first thought but i've hit a roadblock on this. Issue is we are attempting to replace another monitoring solution which works fine with the ASA in question.
flow-export destination inside XXX.XXX.XXX.XXX YYYY
flow-export template timeout-rate 1
flow-export delay flow-create 60
logging flow-export-syslogs disable
access-list netflow-export extended permit any any
class-map netflow-export-class
match access-list netflow-export
policy-map global-policy
class netflow-export-class
flow-export event-type all destination XXX.XXX.XXX.XXX
Where XXX.XXX.XXX.XXX is the IP address of the NA server
Where YYYY is the port used on the NA server
Be sure to check out our Knowledgebase for helpful articles and solutions!
Running into the same issue with those settings. Been playing with the setting for a couple days and cant get past that 1969 time stamp and the time window unknown on the nfdump
I am having the exact same issue with two ASA's running 9.2.2(4) -- netflow works fine with PRTG but not getting any data in Nagios. Bandwidth graphs show up fine. I'm also seeing random entries in nfdump showing a date of 1969-12-31. Has anyone found a fix for this yet? Please advise!
It's possible that this issue is cropping up with devices that use NSEL - Cisco's netflow variant for ASA devices. This is different than normal netflow, and can require a special option to be enabled when nfdump is compiled.
Please note that you may lose previous flow information by performing this procedure.
cd /tmp
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
You can check whether NSEL support is on with the following command:
We can easily revert to the previous nfdump version if the above does not work. Any test results you guys could provide could be a big help.
TwitsBlog Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.