> 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
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
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