RE: shared table and table iterator

2006-02-02 Thread Keller, Beat
Dear Dave, thanks for your answer. > How does each subagent decide which rows they will support? The subagent asks with register_int_index() the masteragent for its index. > Can rows be created dynamically - if so, how? No. > You won't be able to register the whole table in the usual manner. >

Re: shared table and table iterator

2006-02-01 Thread Dave Shield
On Wed, 2006-02-01 at 17:46 +0100, Keller, Beat wrote: > We are using net-snmp 5.3.0.1 and have a shared table within different > subagents ... Is it possible to solve this problem with the > table_iterator? It should be possible to implement this using the table_iterator (though it might

shared table and table iterator

2006-02-01 Thread Keller, Beat
Hi, We are using net-snmp 5.3.0.1 and have a shared table within different subagents (e.g. Subagent 1 has row with index = 1, Subagent 2 has row with index = 2, etc...). Is it possible to solve this problem with the table_iterator? We always get the problem with duplicated registering. Thanks fo