Re: snmp v3 privacy

2006-02-06 Thread Wes Hardaker
> On Mon, 9 Jan 2006 15:50:33 -0800, "Connie Chan" <[EMAIL PROTECTED]> said: Connie> I built snmpd with openssl. ... Connie> Encryption support not enabled. I don't think you did successfully.Run configure again and look at the encryption line output at the very end of configure. If it

Re: snmp v3 privacy

2006-01-09 Thread Nilesh
Check if you have openssl installed on your machine. To enable encryption, openssl should be installed and installed path should be mentioned with '--with-openssl' argument while doing 'configure'. Also verify that you are NOT using '--disable-privacy' while doing configure. -- Nilesh Connie

snmp v3 privacy

2006-01-09 Thread Connie Chan
Hi all, I would like to use net-snmp v3 feature with encryption. Currently, I am using net-snmp 5.2.1.2.   I built snmpd with openssl. However, when I exec snmpwalk, I got the following errors snmpwalk -v 3 -u user -n "" -e 0x8000X -l authPriv -a MD5 -A password -x DES -X password