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.
>
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
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