Re: Net-SNMP (ASAP)
Umesh Kamath <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <OF9EA43B73.F6666205-ON65257425.0051985D-86257425.00521E50@in.ibm.com> |
Dave, We have installed Net Snmp with option "with-openssl=/opt/perl_modules/bin/openssl" and it is working fine except snmp v3 message encryption option. Here is my test result. Unauthenticated request Test on SNMP V3 to get SysUp Time object Value $ snmpgetnext -v 3 -n "" -u uk1577 -l noAuthNoPriv localhost sysUpTime DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7456) 0:01:14.56 Authenticated request Test on SNMP V3 to get SysUp Time object Value $snmpgetnext -v 3 -n "" -u uk1577 -a MD5 -A "mypassphrase" -l authNoPriv localhost sysUpTime DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (19563) 0:03:15.63 Authenticated and encrypted request Test on SNMPV3 to get SysUp Time object Value $ snmpgetnext -v 3 -n "" -u uk1577 -a MD5 -A "mypassphrase" -x DES -X "mypassphrase" -l authPriv localhost system Encryption support not enabled. snmpgetnext: USM encryption error (Sub-id not found: (top) -> system) "Dave Shield" <[email protected]> Sent by: [email protected] 04/08/2008 09:10 To Umesh Kamath/India/IBM@IBMIN cc [email protected], [email protected] Subject Re: Net-SNMP (ASAP) On 08/04/2008, Umesh Kamath <[email protected]> wrote: > Here is my config option. > > ./configure --prefix=/opt/iexpress/net-snmp --disable-debugging --with-defaults > --disable-embedded-perl --with-openssl=/opt/perl_modules/bin/openssl .... I'm certain that this last option is wrong. OpenSSL is not related to perl, and I can't believe that it would be installed among the perl modules. Please try again with a clean tarball, and omit "--with-openssl" from the configure line altogether. What does the summary at the end of configure look like? Dave ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ 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
(unnamed)
(image/gif, 5.5 KB) - not displayed