Dave, adding rwuser directive to snmpd.conf file for the noAuth user permission in the format you suggested works.
thanks, Bernadette Eyre ________________________________________ From: [email protected] [[email protected]] On Behalf Of Dave Shield [[email protected]] Sent: Thursday, August 19, 2010 3:26 PM To: Eyre, Bernadette (Bernadette) Cc: [email protected] Subject: Re: creating noAuthNoPriv user from a cloneFrom user On 19 August 2010 19:44, Eyre, Bernadette (Bernadette) <[email protected]> wrote: > I added my clone-from user in the persistent file in /etc/netsnmp/snmpd.conf > file as follow: > > createUser InitialNoAuth > group MyRWGroup3 usm InitialNoAuth > access MyRWGroup3 "" usm noAuthNoPriv exact > viewall viewall none > > > then in /usr/local/share/snmp/snmpd.conf I have: > > rwuser InitialNoAuth Please use *either* the group/access style mechanism *or* the r[ow]user form. Do not try and mix the two. If you are using "rwuser", then see the snmpd.conf(5) man page: rwuser [-s SECMODEL] USER [noauth|auth|priv [OID | -V VIEW [CONTEXT]]] specify an SNMPv3 user that will be allowed [access] ... An alternative minimum security level can be specified using noauth (to allow unauthenticated requests) Dave ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
