>>>>> On Sun, 19 Dec 2010 02:43:26 -0800 (PST), sujata patra 
>>>>> <[email protected]> said:

sp> I have implemented simple table quite a few times . But I am confused to  
sp> implement when the mib contain more than one table  and the tables are  
sp> nested(means the second table data repeats for each row of first table  
data, 
sp> which I think is very common).

When you mean nested, you actually mean a table with indexes that
reference indexes from the first table right?

You need to understand a bit more about SNMP to properly implement
that.  You can still do it with the iterator code, but you need to
handle returning the multiple indexes from the lookup functions (_first
and _next).  The data function will still need to retrieve the right
data given the indexes found.

-- 
Wes Hardaker
Please mail all replies to [email protected]

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to