SNMP ERROR

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
jmini
Posts: 15
Joined: Thu Jan 12, 2006 10:35 am
Location: Zwickau, Germany

SNMP ERROR

Post by jmini »

Hello,

I have problems with getting data from device called ethernetbox by pcmeasure.com. I have added a new host but there is displayed SNMP ERROR.

I have contacted the vendor and he told me that I have to disable SNMP system information, like uptime and systemlocation. I know that it was possibe in mrtg to use noMib2=yes. I think a lot of you know mrtg :roll:

My question is how can I do the same in cacti?
My System: SLE 9 for itanium, cacti 0.8.6.f

Thank you in advance

Joerg
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

Change the Downed Host Detection in Cacti settings -> poller from SNMP to ping only.
jmini
Posts: 15
Joined: Thu Jan 12, 2006 10:35 am
Location: Zwickau, Germany

Post by jmini »

Maybe I didn't explain it right. Please have a look at the attched picture.
The problem is, that the device didn't respond to queries for snmp system information. Normaly if you query a device you will get e.g. SystemUpTime, SysLocation etc. The device can not handle it.

Some more suggestions?
Attachments
snmperror.jpg
snmperror.jpg (129.91 KiB) Viewed 5806 times
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

What happens when you use either GetIF or snmpwalk on the cacti server trying to query that device? Something like: snmpwalk -c public -v 1 127.0.0.1 system
jmini
Posts: 15
Joined: Thu Jan 12, 2006 10:35 am
Location: Zwickau, Germany

Post by jmini »

I will try it on Monday and let you know what happens..
jmini
Posts: 15
Joined: Thu Jan 12, 2006 10:35 am
Location: Zwickau, Germany

Post by jmini »

I got a timeout. But the device is snmp ready
Attachments
ehternetbox.jpg
ehternetbox.jpg (32.87 KiB) Viewed 5739 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

You are either blocked by a firewall, or have the incorrect snmp readstring.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
leo
Posts: 3
Joined: Fri Jan 13, 2006 1:00 pm

Post by leo »

maybe the device is not ready to answer to system information snmp querying packets...
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

That is also possible. The way to verify is to run the following:

snmpwalk -v 1 -c <your_community> <your_ipaddress>

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
jmini
Posts: 15
Joined: Thu Jan 12, 2006 10:35 am
Location: Zwickau, Germany

Post by jmini »

If I have input

snmpwalk -v 1 -c public <IP-ADDRESS> 1.3.6.1.4.1.14848.2.1.2.1.5.1

I got

SNMPv2-SMI::enterprises.14848.2.1.2.1.5.1 = INTEGER: 204

I think it's a step forward.

JMini
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Please walk the entire device and post the results.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
jmini
Posts: 15
Joined: Thu Jan 12, 2006 10:35 am
Location: Zwickau, Germany

Post by jmini »

That's m yproblem. I can't walk the entire device. It's a problem by the vendor. Isn't it possible to take the values by the OIDs? In the meanwhile I'm really frustrated...
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

If you are using the latest cactid, change your availability to SNMP or Ping. You device should start to work.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
jmini
Posts: 15
Joined: Thu Jan 12, 2006 10:35 am
Location: Zwickau, Germany

Post by jmini »

Do I really have to change to catid? Is there no other possibility?

JMini
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Don't know. You should test what I recommended and see what happens.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests