Re: Best method to register scalar objects in AgentX SubAgents

2009-06-12 Thread Dave Shield
2009/6/12 Zaryab M. Munir : > I have 6 subagents, each one supports the IP-MIB.  The master agent also > supports the IP-MIB. > My question: > What API should I use for;  and how, to register the scalar objects > of IP-MIB like "ipDefaultTTL" etc. such that I can query the values of these > scalar

Best method to register scalar objects in AgentX SubAgents

2009-06-11 Thread Zaryab M. Munir
Hi,   I have 6 subagents, each one supports the IP-MIB.  The master agent also supports the IP-MIB. My question: What API should I use for;  and how, to register the scalar objects of IP-MIB like "ipDefaultTTL" etc. such that I can query the values of these scalar objects from all 6 subagents th