No interfaces showing up!
Moderators: Developers, Moderators
No interfaces showing up!
Hey,
I am working with entirely Foundry gear and I cannot get the SNMP Interface Statistics to work. No interfaces show up. I know the community string is correct and I am using Generic SNMP host template. The Foundry host template that can be downloaded does work (such as CPU usage) so I know it is picking up SNMP traffic.
Here is the debug query info:
Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
It isn't getting anything returned, any thoughts?
Thanks
I am working with entirely Foundry gear and I cannot get the SNMP Interface Statistics to work. No interfaces show up. I know the community string is correct and I am using Generic SNMP host template. The Foundry host template that can be downloaded does work (such as CPU usage) so I know it is picking up SNMP traffic.
Here is the debug query info:
Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
It isn't getting anything returned, any thoughts?
Thanks
Hi nfantis,
Do you try to walk with snmp, ie to get info from your device with snmp binaries ?
exemple :
Maybe you have to specify then snmp version (1, 2c,3) with the -v option :
What the result is ?
--
Salah
Do you try to walk with snmp, ie to get info from your device with snmp binaries ?
exemple :
Code: Select all
snmpwalk -c your_community ipaddress
Code: Select all
snmpwalk -v 2c -c your_community ipaddress
--
Salah
Error
When I try that, I get the following error:
Code: Select all
snmpwalk: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory.
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
What OS/Distro are you running?
Do you have SSL installed?
Do you have SSL installed?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
I had a problem on FC5 where the installed SSL and the SSL version used for SNMP where not the same. And libaries where missing. I simply linked the libaries that where missing to the installed version. Not usually the best thing to do, but usually pretty save with OpenSSL.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
snmpwalk
Ok, I got SNMP walk working by installing another openssl package that was listed in the package manager.
When I enter in the following command (taken from the verbose query of SNMP - Interfaces in Cacti), I get the error "Timeout: No Response from xxx.xxx.xxx.xxx"
Does this mean that my device doesn't understand that SNMP request? And if not, is it possible to change it if I find out the correct request?
When I enter in the following command (taken from the verbose query of SNMP - Interfaces in Cacti), I get the error "Timeout: No Response from xxx.xxx.xxx.xxx"
Code: Select all
snmpwalk -v 2c -c .1.3.6.1.2.1.2.2.1.1 xxx.xxx.xxx.xxx
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: snmpwalk
Try -v1 instead of -v2c. And you've missed the target, sonfantis wrote:Ok, I got SNMP walk working by installing another openssl package that was listed in the package manager.
When I enter in the following command (taken from the verbose query of SNMP - Interfaces in Cacti), I get the error "Timeout: No Response from xxx.xxx.xxx.xxx"
Does this mean that my device doesn't understand that SNMP request? And if not, is it possible to change it if I find out the correct request?Code: Select all
snmpwalk -v 2c -c .1.3.6.1.2.1.2.2.1.1 xxx.xxx.xxx.xxx
Code: Select all
snmpwalk -v 1 -c xxx.xxx.xxx.xxx .1.3.6.1.2.1.2.2.1.1
XML Host template
Hi,
Can you post the Host XML template that you are using for the Foundry switches please. We have not been able to get our switches monitored.
thanks
Can you post the Host XML template that you are using for the Foundry switches please. We have not been able to get our switches monitored.
thanks
Who is online
Users browsing this forum: No registered users and 2 guests