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
> group   public  v2c     public
> group   public  usm     public
> view    all     included        .1
> access  public  ""      any     noauth  exact   all     none    none

Two comments:

   a)  if you've got a "rocommunity" or "rwcommunity" line,
        there's no point in having com2sec/group/access as well

        Use one or the other - not both.

   b)  You really *DON'T* want to set a R/W community of "public"
        (unless you're happy for the whole world to meddle with your system!)

        Use "rocommunity" instead

If you want to try SET requests, then add something like

        rwcommunity   ChangeThisCommunityString

(or better - look at using SNMPv3).
But a R/W community of "public" is A Very Bad Idea!

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