On 13 April 2010 06:02, Manjit <[email protected]> wrote:
> Hi,
> How to configure a user for noauth using snmptrapd.conf.

  $ man snmptrapd.conf

       authUser   TYPES [-s MODEL] USER  [LEVEL [OID | -v VIEW ]]
              authorises SNMPv3 notifications with the specified user to trig-
              ger  the  types  of  processing  listed.   By default, this will
              accept authenticated requests.  (authNoPriv  or  authPriv).  The
              LEVEL  field  can be used to allow unauthenticated notifications
              (noauth)


So an entry such as

     authUser log,execute    inter

would allow processing of authenticated notifications from the user 'inter',
while

     authUser log,execute    inter   noauth

would allow processing of *all* traps (including noAuthNoPriv) from that user.

Dave

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to