>>>>> On Wed, 17 Aug 2011 02:32:44 -0400, Alan Evans <[email protected]> >>>>> said:
AE> I am using net-snmp 5.3.2.2 (excuse me if there are extra decimals in AE> there) that's the version redhat calls it. FYI, that version is beyond our support range. AE> snmpwalk -v2c -c public-jvm1 localhost .1.3.6.1.4.1.42.2.145 AE> # Return Java Management MIB from JVM 1 AE> snmpwalk -v2c -c public-jvm2 localhost .1.3.6.1.4.1.42.2.145 AE> # Return Java Management MIB from JVM 2 You'll need to configure the VACM manually and use the com2sec directive with the -Cn flag to map a community name (such as "public-jvm1") into a SNMPv3 context name (such as "jvm1"). Then on the proxy line, use -Cn as well to proxy the "jvm1" context to one host, and a different context to the other. -- Wes Hardaker SPARTA, Inc. ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ 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
