Thank you Wes. I appreciate that 5.3.2.2 is out of support but I suspect that what am trying to do can be fulfilled by a still supported feature and that someone would just recognize it and shoot me an answer.
I actually have my com2sec and proxy lines setup already. I can proxy to the two JVMs on the Java Management MIB. The problem is that the Java Management Agent does not provide the system MIB .1.3.6.1.2.1.1 so I would like to return that from the local host. WORKING: snmpwalk -v2c -c public-jvm1 localhost .1.3.6.1.4.1.42.2.145 # Return Java Management MIB from JVM 1 WORKING: snmpwalk -v2c -c public-jvm2 localhost .1.3.6.1.4.1.42.2.145 # Return Java Management MIB from JVM 2 WORKING: snmpwalk -v2c -c public localhost .1.3.6.1.2.1.1 # Returns the host's system MIB as expected NOT WORKING: snmpwalk -v2c -c public-jvm1 localhost .1.3.6.1.2.1.1 # Return system MIB from host, not JVM 1 or 2 NOT WORKING: snmpwalk -v2c -c public-jvm2 localhost .1.3.6.1.2.1.1 # Return system MIB from host, not JVM 1 or 2 I thought about adding another couple of proxy lines, but that seems klugy. Something like: **snip** proxy -Cn ctx_jvm1 -v2c -c public 127.0.0.1:116 .1.3.6.1.2.1.1 proxy -Cn ctx_jvm1 -v2c -c public 127.0.0.1:1161 .1.3.6.1.4.1.42.2.145 proxy -Cn ctx_jvm1 -v2c -c public 127.0.0.1:116 .1.3.6.1.2.1.1 proxy -Cn ctx_jvm2 -v2c -c public 127.0.0.1:1162 .1.3.6.1.4.1.42.2.145 **snip** Regards, -Alan ------------------------------------------------------------------------------ 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
