On Thu, 31 Jul 2014 13:23:40 +0000 Alexandros wrote:
AA> Hello everyone,

Hi Alex,

I hope you've already resolved your issue. I'm just responding to have an
answer in the mailing list archives.

AA> Currently I am working on a Linux machine running SUSE LES v10 32bit and I
AA> want to poll some performance data using the OIDs which are included in
AA> the UCD-SNMP-MIB. Whenever I try to snmpwalk on 1.3.6.1.4.1.2021
AA> specifically (snmpwalk -v1 -cpublic 127.0.0.1 1.3.6.1.4.1.2021), I get no
AA> response (it produces no output, it just skips to the next line, check the
AA> attached screenshot).

That would tend to indicate that either a) access control is not configured
like you think it is, or b) snmpd was comiled without any of the UCD-SNMP-MIB
modules. B seems less likely, so I'm going to have to guess A.

AA> I have used the typical  snmpd.conf settings by adding  only the following
AA> line:
AA> 
AA> rocommunity public 127.0.0.1
AA> 
AA> Snmpwalk works just fine at system (snmpwalk -v1 -cpublic 127.0.0.1 system)

Hmm.. that's odd, as rocommunity should allow access to the entire mib. There
are 2 things I can think off that might cause issues. 1) The snmpd.conf you
edited either isn't the one snmpd reads, or it's one of many being read. 2)
there are multiple lines in snmpd.conf defining access using the community
string public, and the one you added is being ignored or overwritten.

Robert

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to