On 16/04/2008, <[EMAIL PROTECTED]> wrote: > * I have this snmpd.conf file: > > createUser user1 MD5 sessame1 DES sessame1 > rwuser user1 priv
> > snmpgetnext -v 3 -n -c public -u user1 -a MD5 -A sessame1 > -x DES -X sessame1 localhost sysUpTime You haven't specified a security level, so the request will default to 'authNoPriv'. But your snmpd.conf settings only allow user1 to access the agent using encrypted requests. Try adding '-l authPriv' to the command. (And you don't need '-c public' - that's not relevant for SNMPv3) Dave ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
