On 13/07/07, zhangyao <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] root]# snmpget -v 3 -u kschmidt -l authPriv -a MD5 -A > mysecretpass -x DES -X mypassphrase 192.168.3.88 system.sysDescr.0 > snmpget: Unsupported security level (Sub-id not found: (top) -> system)
How was the Net-SNMP suite compiled? Did it include OpenSSL support or not? Both agent and applications require OpenSSL in order to support encryption. Without this library, it can only support DES-based authentication (authNoPriv). Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
