Even If I am not running subagent I am able to query .1.3.6.1.2.1.4.21 table (ipRouteTable).
When I run master agent with "-I-ip " subagent is able to register .1.3.6.1.2.1.4 tree and able to query both the tables. (.1.3.6.1.2.1.4.21 and .1.3.6.1.2.1.4.24) That means subagent can't register same top level OID if it is already registered in master agent even by sending priority as -1. But sub agent can register sub trees of top level OID registered in master agent by sending priority as -1. Let me know if my above understanding is correct or not? Thanks -JP -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, August 24, 2006 8:31 PM To: Jayaprakasha Guddenahalli Naganna Cc: [email protected] Subject: Re: failure to query registered OID from my subagent using smux/agentx ... On 24/08/06, Jayaprakasha Guddenahalli Naganna <[EMAIL PROTECTED]> wrote: > What I suspected is Master agent already contains registration > entries for .1.3.6.1.2.1.4 tree and subagent is also trying to register the > same. Because of this conflict Master agent is not forwarding request to > subagent when snmpwalk runs on .1.3.6.1.2.1.4 OID. Is this true? It depends how you configured the master agent. But that's quite likely - the ip group is part of a default build. What happens when you *don't* run the subagent - can you query this subtree or not? Try running the master agent using '-I-ip' - that should disable the initialisation (and registration) of the basic IP statistics group. You may need to do the same with any other tables in that subtree. Experiment and see. Once you've got the master agent reporting nothing under this subtree, then try starting your subagent(s). Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
