NNA - Can graph no data
-
botswanamtc
- Posts: 19
- Joined: Tue Aug 26, 2014 6:53 am
NNA - Can graph no data
hello,
I have just added a device for traffic monitoring and it can graph but no data. kindly see the attached and help.
Thank you,
I have just added a device for traffic monitoring and it can graph but no data. kindly see the attached and help.
Thank you,
You do not have the required permissions to view the files attached to this post.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: NNA - Can graph no data
Is it a Cisco ASA? If so you'll need to recompile nfcapd with nsel support.
If not what type of device is it?
Code: Select all
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-
botswanamtc
- Posts: 19
- Joined: Tue Aug 26, 2014 6:53 am
Re: NNA - Can graph no data
hello,
It is a cisco 3620.
It is a cisco 3620.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: NNA - Can graph no data
Wow - that goes back a ways.
1) What IOS?
2) Can you post the relevent portions of your config?
I think something like show run | inc flow will do it.
1) What IOS?
2) Can you post the relevent portions of your config?
I think something like show run | inc flow will do it.
-
botswanamtc
- Posts: 19
- Joined: Tue Aug 26, 2014 6:53 am
Re: NNA - Can graph no data
Cisco Internetwork Operating System Software IOS (tm) 3600 Software (C3620-IO3S56I-M), Version 12.1(3a)T1
-
botswanamtc
- Posts: 19
- Joined: Tue Aug 26, 2014 6:53 am
Re: NNA - Can graph no data
ip flow-export destination 10.x.x.x 9920
Re: NNA - Can graph no data
Did you do the download and recompile steps from a few posts back? I am referring to these:
We usually see this issue with ASA devices, but it is entirely possible that other types/versions could require the same fix.
Code: Select all
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 installFormer Nagios employee
-
botswanamtc
- Posts: 19
- Joined: Tue Aug 26, 2014 6:53 am
Re: NNA - Can graph no data
Yes I did but there is no change.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: NNA - Can graph no data
I'm assuming the output you provided:
Review our documentation:
https://assets.nagios.com/downloads/nag ... alyzer.pdf
Is the results of the command I asked for?botswanamtc wrote:ip flow-export destination 10.x.x.x 9920
If that's the case you don't have flow enabled on any interfaces. You'll need to enable netflow on the interfaces you want to analyze.jdalrymple wrote:show run | inc flow
Review our documentation:
https://assets.nagios.com/downloads/nag ... alyzer.pdf
-
botswanamtc
- Posts: 19
- Joined: Tue Aug 26, 2014 6:53 am
Re: NNA - Can graph no data
Hello,
I have enabled netflow on the interfaces like I always do for other devices. My question is why is it graphing but the data is not visible.
Is there anything that I should look at on a device configs or what?
Regards,
I have enabled netflow on the interfaces like I always do for other devices. My question is why is it graphing but the data is not visible.
Is there anything that I should look at on a device configs or what?
Regards,