On 19/10/2007, Andreas Mueller <[EMAIL PROTECTED]> wrote:
> >    I'm a bit rusty at decoding AgentX packets, but I'm not at all sure that 
> > this registration request looks right:
> > Can you please try the same thing, but running the agent as
> >
> >   snmpd -f -Le -Ddump


> this is the simple registration (not the one with the table row).

> dumph_recv:   Context
> dumpx_recv:    06 00 00 00
> dumpv_recv:      Integer:       6 (0x06)
> dumpx_recv:    06 00 00 00 70 75 62 6C 69 63 00 00
> dumpv_recv:    String: public.

Aha!
That explains why things aren't working the way you expected.

Your AgentX subagent is registering stuff in the (non-default)
context "public".    That means that the subagent will only be
contacted when the master agent receives an SNMP request
specifying the context "public".

But most SNMP requests (and certainly most community-based
SNMP requests) use the default context "".   So the subagent
registration isn't seen as relevant.

That's why the master agent isn't passing on requests to your
subagent.

Have a look at the documentation for your subagent, and see
whether you can register things in the default context instead.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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

Reply via email to