On 17 February 2011 17:40, Zongjun <qizong...@gmail.com> wrote:
>> What access control do you have in the snmpd.conf file.
>>
> rwuser public
> com2sec public  default public
> group   public  v1      public
> access  public  ""      any     noauth  exact   all     none    none

Notwithstanding my concerns about these settings,
they should both allow full access to everything that the agent supports.

So the fact that GetNext skips over the snmpEngineID object,
would tend to indicate that the agent simply doesn't include this object.

If you want to double-check this, try using the numeric OIDs.
Something like

     snmpgetnext -v 2c -c public localhost .1.3.6.1.6.3.10.2.1
or
     snmpget -v 2c -c public localhost .1.3.6.1.6.3.10.2.1.1.0


You could also check how the agent was originally compiled,
by

     snmpget -v 2c -c public localhost UCD-SNMP-MIB::versionConfigureOptions.0

Dave

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to