Hi,

The second table handler is now being invoked now. I
do not remember exactly what has changed since I first
posted the question but after I changed my sub-agent
code from 1 table (I decided to combine the columns
from 2 tables into 1 table because 1 table was working
for me), back to 2 table handlers, it is working OK
now...

Thanks a lot for your help.
Steve 
--- Dave Shield <[EMAIL PROTECTED]> wrote:
> On Tue, 2005-05-10 at 18:43, Steve S. Law wrote:
> 
> > > Try walking the
> NET-SNMP-AGENT-MIB::nsModuleTable.
> > > Check that the mtaTable *is* registered (and
> this
> > > looks sensible).
> > After I run my subagent, I did snmpwalk:
> 
> > nsModuleName."".8.1.3.6.1.2.1.27.1.127 = STRING:
> >   AgentX subagent 6...
> > nsModuleName."".8.1.3.6.1.2.1.28.1.127 = STRING:
> >   AgentX subagent 6...
> 
> Yup - that looks a sensible registration.
> That certainly ought to work.
> 
> OK - let's take this a step at a time.
> Firstly - we need to check if the subagent (as a
> whole)
> is receiving anything at all.
> 
> Try the following:
> 
>    - start the master agent
>    - start the subagent with packet dump
>       either '-d'
>         or
> "netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID,
>                                   
> NETSNMP_DS_LIB_DUMP_PACKET, 1);
> 
>    - let things settle down
>    - issue a single GET request for something in the
> MTA-MIB
> 
> Do you see anything from the subagent?
> 
> Dave
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
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