Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Help! snmp error

0 views
Skip to first unread message

Dave Shield

unread,
Jul 20, 2004, 4:03:56 AM7/20/04
to

> My community is "svpub" and I can use this community to run a normal
> mrtg system.
> However, when I tried to get CPU, RAM etc information for my mrtg, the
> system prompted below error.

> Received SNMP response with error code
> error status: noSuchName
> index 1 (OID: 1.3.6.1.4.1.2021.11.50.0)

What O/S is the agent running on?
How have you configured the access control settings in snmpd.conf ?
What happens if you run

snmpgetnext -v1 -c svpub 192.168.0.22 UCD-SNMP-MIB::systemStats
& snmpwalk -v1 -c svpub 192.168.0.22 UCD-SNMP-MIB::systemStats

?

Dave

PS: Please - no HTML mail. Thanks

-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Net-snmp-coders mailing list
Net-snm...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

eddi...@net-yan.com

unread,
Jul 21, 2004, 4:54:28 AM7/21/04
to
Hi Dave,

Firstly, Thanks your help!!!

My server is running on Sun 9(i386 version).
Please find the below result:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
$ snmpwalk -v1 -c svpub 192.168.0.22 UCD-SNMP-MIB::systemStats
End of MIB
$ snmpgetnext -v1 -c svpub 192.168.0.22 UCD-SNMP-MIB::systemStats
Error in packet.
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: enterprises.ucdavis.systemStats

$ uname -a
SunOS svsun9 5.9 Generic_112234-03 i86pc i386 i86pc
$
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Thanks & Regards,
Eddie

Dave Shield

unread,
Jul 21, 2004, 4:58:07 AM7/21/04
to

> $ snmpgetnext -v1 -c svpub 192.168.0.22 UCD-SNMP-MIB::systemStats
> Error in packet.
> Reason: (noSuchName) There is no such variable name in this MIB.
> Failed object: enterprises.ucdavis.systemStats

You don't see *anything* following this object?
This does sounds very much like access control.

That's the one question you didn't answer:

> How have you configured the access control settings in snmpd.conf?

See the FAQ entry:
How do I configure access control?

Dave

0 new messages