On 24/07/06, Srivastava, Namburi (IE10) <[EMAIL PROTECTED]> wrote: > I am using SNMP V3 requests using a windows manager (Net-SNMP V 5.1.4) > But I am getting the following error. > > snmpget -v 3 -u user1 -a MD5 -A password123 -x DES -X password123 -l > authPriv 199.63.30.153 sysUpTime.0 > Encryption support not enabled. > snmpget: USM encryption error (Sub-id not found: (top) -> sysUpTime) > > Can anybody suggest what could be the problem?
You need the OpenSSL libraries installed in order to provide the necessary encryption routines. > I have installed the SNMP package on the windows machine based on the inputs > given under win32\ReadMeWin32.txt Was this built from source, or one of the binary installations? If built from source, then see the sections on OpenSSL in README.win32 If binary, then check you installed 'net-snmp-NNNN-ssl-1.win32.exe' (which includes encryption support), rather than 'net-snmp-NNNN-1.win32.exe' (which doesn't) Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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
