Or do we have an older version of net-snmp, which ONLY does the following
for the table get-first/get-next in the user hook:
1) increment the index
2) for the get-next, when the index is out of order, it stops.
In another word, the index is stored in datebase or another data manager.
Net-snmp o
Thanks for the prompt reply and options.
Now let us look at the issue from another way:
People have Emanate in place. Now they want to replace Emanate with Net-Snmp
with performance no worse than Emanate for loosely coupled configuration..
Can anybody share the experience with me?
Regards,
May
2009/7/1 May The Dog :
> You system supports multiple network management protocols such as SNMP, TL1,
> Q3. CORBA, and has multiple element managers.
That's normal - even if it's only SNMP + cli tools.
> Then the container has to
> be refreshed for any GET and SET request
N
Hi,
Has anybody implemented the following with Net-Snmp:
You system supports multiple network management protocols such as SNMP, TL1,
Q3. CORBA, and has multiple element managers. You can create, modify, delete
and retrieve objects with any one the protocols. Then the container has to
be refresh
2009/6/8 Ranganathan, Viji (NSN - US/Boca Raton) :
> I observe that during snmpwalk, after the
> handler routine with MODE_GET fetches the correct data, the logic goes
> back again to get_first_data_point.
Remember that there is no such thing as an "snmpwalk" request.
This is
: Monday, June 08, 2009 8:43 AM
To: Ranganathan, Viji (NSN - US/Boca Raton)
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: Question on Iterator model without having to setup a linked
list
2009/6/8 Ranganathan, Viji (NSN - US/Boca Raton)
:
> In this case, can I get
et-snmp-users@lists.sourceforge.net
Subject: Re: Question on Iterator model without having to setup a linked
list
2009/6/5 Ranganathan, Viji (NSN - US/Boca Raton)
:
> I am trying to implement a subagent that gets data from an external
data
> manager. This external data manager has it's own
2009/6/8 Ranganathan, Viji (NSN - US/Boca Raton) :
> In this case, can I get by without
> setting up memory for the "next" pointer of the "<>head" provided by the
> template ?
The 'loop_context' field is simply some value, that can be passed
from one invocation of the
2009/6/5 Ranganathan, Viji (NSN - US/Boca Raton) :
> I am trying to implement a subagent that gets data from an external data
> manager. This external data manager has it's own cache and it only provides
> interfaces to get and set data.
Does it provide an interface for
"given one row (index) -