Re: Creating a user with NoAuthNoPriv

2018-06-14 Thread Wes Hardaker via Net-snmp-coders
Simon Chamlian writes: > rouser noAuthUser > createUser NoAuthUser > > but I get the following error: > > # snmpgetnext -v 3 -n "" -u noAuthUser -l noAuthNoPriv test.net-snmp.org > sysUpTime > Error in packet. > Reason: authorizationError (access denied to that object) By default the "rouser"

Creating a user with NoAuthNoPriv

2018-06-08 Thread Simon Chamlian
Hi, It is not possible to create a user with no authentication and no privacy in snmpd.conf? I tried (http://net-snmp.sourceforge.net/wiki/index.php/TUT:SNMPv3_Options): rouser noAuthUser createUser NoAuthUser but I get the following error: # snmpgetnext -v 3 -n "" -u noAuthUser -l noAuthNoPr