On 01/05/07, Senthil Nathan <[EMAIL PROTECTED]> wrote:
>  For your reference , i have given the exact snmpd config file with
> modifications for Red hat and Timesys.

Thank you - that is extremely informative.
Note the following comment:
>  # As shipped, the snmpd demon will only respond to queries on the
>  # system mib group until this file is replaced or modified for
>  # security purposes.

and the following active lines:

>  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


>  rocommunity  public
>  rwcommunity  private
>
>  master  agentx


Once again, you have *two* sets of access configuration relating
to the community "public".

I suggest that you remove this config file completely, and try using
an snmpd.conf setup that *just* includes the settings

      rocommunity  public
      rwcommunity  private
      master  agentx

and nothing else.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to