2008/5/8 Sathasivam, Elayaraja <[EMAIL PROTECTED]>:
> $cat /etc/snmp/snmpd.conf'

Stripping out all the comments leaves:


> com2sec notConfigUser  default       public
> group   notConfigGroup v1           notConfigUser
> group   notConfigGroup v2c           notConfigUser
> view    systemview    included   .1.3.6.1.2.1.1
> view    systemview    included   .1.3.6.1.2.1.25.1.1
> access  notConfigGroup ""      any       noauth    exact  systemview none none

> syslocation Unknown (edit /etc/snmp/snmpd.conf)
> syscontact Root <[EMAIL PROTECTED]> (configure /etc/snmp/snmp.local.conf)

> rocommunity public




The first block sets up access to the "systemview"  (system +  hrSystem)
for the community public.
   Which is exactly what you are seeing.

The final line tries to set up another access setting for public, but
this will be ignored, because you've already got settings for public.

Try replacing this file with one that *just* contains "rocommunity public"
and you should be fine.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to