On Fri, 2005-05-13 at 14:05, Kurapati M-G19456 wrote:

> 1. GETNEXT on the last scalar object: 
>     NET-SNMP Library calls the table handlers in the following order. 
>  
>     a. getnext on table-one
>     b. getnext on table-two
>     c. getnext on table-three
>     d. getnext on table-two

Yes - that looks a little unusual.
The two things I'd want to check would be:

  a) what the relevant MIB registrations were
        (try walking 'NET-SNMP-AGENT-MIB::nsModuleTable)

  b) what OIDs were being requested on each call
        (activating suitable debugging code
         in each handler)


> 2. GETNEXT on the non-existing scalar object
>     Above behavior repeats in infinite loop. 

Again, I'd suggest looking at what OID was being
queried for the second (and subsequent) calls.

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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to