Thanks a lot for your detailed explanation. I am able made the changes
From: Dave Shield
To: sujata patra
Cc: net-snmp-coders
Sent: Thursday, August 25, 2011 12:27 AM
Subject: Re: is there any way I can avoid global variable?
On 24 August 2011 17:25, sujata
That's true. I like the cache concept. My data is outside the agent. So I have
to pull the data from different processes. I read in some net-smp page (did not
remember now) that if the data is outside the agent , table_tdata is not
sutable. I might be wrong in my understanding.
So if you've go
On 25 August 2011 08:18, wrote:
> We are using the Advent Net API for doing snmp walk on snmp agents.
> I would like to know how to increase the time-out for SNMP GTE-NEXT/snmp
> walk ? Do we have any method in API to set a higher value for time-out ?
We wouldn't know - this list is for suppor
Hi Hardaker,
We are using the Advent Net API for doing snmp walk on snmp agents.
The below function is used to initiate a series of GET-NEXT operations
on node.
target.snmpGetNextList();
I have attached the block of code from our snmp walk function.
We have been using this code for many o