Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-06-10 Thread Dave Shield
On Thu, 2005-06-09 at 07:39, David T. Perkins wrote: > > On Wed, 25 May 2005 09:18:35 +0100 Dave wrote: > > DS> How likely is it that someone would be using an authentication > > DS> password of "MD5" or "SHA", or an encryption password of "DES"? > > DS> (suitably extended to cover the full range o

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-06-08 Thread David T. Perkins
HI, The USM doc requires pass phrases to be at least 8 characters long. Of course, the pass phrase to key algorithm will still work. But with the 8 character limitation, then there is no ambiguity with MD5, SHA, DES, 3DES, AES. On Wed, 1 Jun 2005, Robert Story wrote: > On Wed, 25 May 2005 09:18:

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-06-02 Thread gg gg
Never mind. It is working now. I needed to add in OpenSSL and I may have had some issues with persistent snmpd.conf settings. --- gg gg <[EMAIL PROTECTED]> wrote: > Hello, > > I am having the same problem receiving > decryption > error. I have no problems when I execute: > > snmpget -v3

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-06-02 Thread gg gg
Hello, I am having the same problem receiving decryption error. I have no problems when I execute: snmpget -v3 -u wes -l authNoPriv -a MD5 -A setup_passphrase 172.16.37.22 .1.3.6.1.2.1.1.2.0 From what I can tell, the encryption passphrase is the same as the authentication passphrase.

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-06-01 Thread Robert Story
On Wed, 25 May 2005 09:18:35 +0100 Dave wrote: DS> How likely is it that someone would be using an authentication DS> password of "MD5" or "SHA", or an encryption password of "DES"? DS> (suitably extended to cover the full range of possibilities) DS> DS> We could probably tweak the create-snmpv3-u

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-05-25 Thread Dave Shield
On Wed, 2005-05-25 at 00:47, Wes Hardaker wrote: > Dave> is there any reason why the command options... > Dave> are the [wrong] way round...? > > No, I caught that a while ago too but far too late. I think I must > have been brain dead and reversed it in my head when I wrote it. Fair enough - I

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-05-24 Thread Wes Hardaker
> On Tue, 24 May 2005 10:08:41 +0100, Dave Shield <[EMAIL PROTECTED]> said: Dave> is there any reason why the command options used for specifying Dave> the pass phrase and the algorithm (for both authentication and privacy) Dave> are the opposite way round with "net-snmp-config --create-snmpv3

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-05-24 Thread Dave Shield
On Mon, 2005-05-23 at 21:02, Wes Hardaker wrote: > > On Mon, 23 May 2005 10:26:58 +0200, Stage Iup - Fabrice & Frédéric > > <[EMAIL PROTECTED]> said: > > Stage> I use net-snmp 5.2.1, i have created a snmpv3 user with : > Stage> net-snmp-config --create-snmpv3-user -ro -x mypassword -X DES

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-05-23 Thread Wes Hardaker
> On Mon, 23 May 2005 10:26:58 +0200, Stage Iup - Fabrice & Frédéric > <[EMAIL PROTECTED]> said: Stage> I use net-snmp 5.2.1, i have created a snmpv3 user with : Stage> net-snmp-config --create-snmpv3-user -ro -x mypassword -X DES Stage> -A MD5 myuser It looks like you're missing a -a fl

snmpv3 Decryption error with net-snmp 5.2.1

2005-05-23 Thread Stage Iup - Fabrice & Frédéric
Hi all I use net-snmp 5.2.1, i have created a snmpv3 user with : net-snmp-config --create-snmpv3-user -ro -x mypassword -X DES -A MD5 myuser and when I want to send this request at the agent : snmpget -v 3 -u myuser -l authPriv -a MD5 -A mypassword -x DES -X mypassword localhost sysUpTime.