Re: SNMPv3 privacy: what am I doing wrong?

"Dave Shield" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.