The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5253 ====================================================================== Reported By: cgrzemba Assigned To: ====================================================================== Project: netsnmp Issue ID: 5253 Category: regular use Reproducibility: have not tried Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2015-09-18 09:34 CEST Last Modified: 2015-09-18 09:34 CEST ====================================================================== Summary: snmpwalk failes with 'Invalid privacy protocol specified after -x flag: aes' Description: Server A Solaris 9: CSWnetsnmp -> 5.3.0.1,REV=2006.04.08 Server B Solaris 9: CSWnetsnmp -> 5.6.1.1,REV=2013.08.22 Sever C Solaris 10: CSWnetsnmp -> 5.6.1.1,REV=2013.08.22
Running 'ldd -e PATH /opt/csw/bin/snmpwalk' (truncated ouput) A: -> libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 C -> libcrypto.so.1.0.0 => /opt/csw/lib/libcrypto.so.1.0.0 B -> no libcrypto This apparently causes the command (server B) /opt/csw/bin/snmpwalk -v 3 -u <user> -a SHA -A <pass key> -x aes -X <passkey> -l authpri <device> To fail with 'Invalid privacy protocol specified after -x flag: aes' So I downloaded netsnmp-5.6.1.1,REV=2012.07.18-SunOS5.10-sparc-CSW.pkg (one year older) and installed it. No joy. Then I got netsnmp-5.4.2.1,REV=2010.03.16-SunOS5.8-sparc-CSW.pkg. It works. Was libcrypto not included int the 2013 version and was it not correctly configured in the 2012 one? ======================================================================
