Yes - thanks dave - I'd already implemented that as follows: proxy -v 3 -l authNoPriv -u bloggs -a MD5 -A passwd qm601_0 .1.3.6.1.3.10 .1.3.6.1.2.1.1 proxy -v 3 -l authNoPriv -u bloggs -a MD5 -A passwd qm601_1 .1.3.6.1.3.11 .1.3.6.1.2.1.1 proxy -v 3 -l authNoPriv -u bloggs -a MD5 -A passwd qm601_2 .1.3.6.1.3.12 .1.3.6.1.2.1.1 proxy -v 3 -l authNoPriv -u bloggs -a MD5 -A passwd qm601_3 .1.3.6.1.3.13 .1.3.6.1.2.1.1
Ask you can see - the OID have been relocated temporarily to .1.3.6.1.3.N. However, I'd like to know how I can walk this tree and see each device in turn. At the moment - if I walk .1.3.6.1.3.10 then that works fine - but I have to do a separate walk to see .11. How can I get a single walk to traverse the whole lot N=10 -> 13 Please excuse my ignorance in this matter. Lee -----Original Message----- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 1:48 AM To: Lee Porter Cc: [EMAIL PROTECTED]; [email protected] Subject: RE: Agentx and multiple copies of same mibs - distributed controlplane On Wed, 2006-03-22 at 06:43 +0000, [EMAIL PROTECTED] wrote: > how do I relocate the > whole of the subtree to another (private) OID for each sub-agent. Please see the snmpd.conf(5) man page - in particular, the discussion of the "proxy" directive. The (optional) REMOTEOID field does exactly this mapping. Dave ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ 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
