> On the remote host ...  the snmpd.conf file is configured this way:
> 
> com2sec   com      default   public
> group     grp      v1   com
> group     grp      v2c  com
> view      vw   included  .1.3.6.1.4.1.8072
> view      vw   included  .1.3.6.1.4.1.19312
> view      vw   included  mib-2
> view      vw   included  host
> #view      vw   excluded  snmp
> #view      vw   excluded  sysORTable
> access    grp     ""   any  noauth    exact     vw     vw     vw
> access    v3grp   ""   usm  auth      exact     vw     vw     vw

That looks OK.
The one thing that might be slightly odd is:

     view      vw   included  mib-2
     view      vw   included  host

since 'mib-2' already covers 'host' anyway!

But I'd suggest that for the time being, you replace the whole of this block
with the single line:

        rocommunity public

(commenting out all of the lines listed above).
That would take access control problems out of the equation,
and ought to let you see *everything* that the agent supports.

Once you know whether the agent does include Host Resources information
(or not), then you can look at restricting things again.  But I'd
start by removing this as a possible cause of your problems.

Dave


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
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