Re: net-snmp: table_array refresh

2005-07-14 Thread Robert Story
On Thu, 14 Jul 2005 10:04:00 -0700 George, wrote: GG> The scenario is like this: GG> I have a table XXXTable(15 columns) implemented using array-user.conf. GG> At runtime, it may be having 100s of rows. There seems to be some GG> problem, when using snmp-walk on this table. GG> [...] GG> d) Snmpwa

RE: net-snmp: table_array refresh

2005-07-14 Thread George, Geo
Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 6:35 AM To: George, Geo Cc: [email protected] Subject: Re: net-snmp: table_array refresh On Tue, 28 Jun 2005 08:50:44 -0700 George, wrote: GG> Now, if I want to disable polling a

Re: net-snmp: table_array refresh

2005-07-13 Thread Robert Story
On Tue, 28 Jun 2005 08:50:44 -0700 George, wrote: GG> Now, if I want to disable polling and want to return fresh data on a get GG> request, can I call my data fetch routine, on each GET request arrival? GG> I know Iterate.conf code can do that. GG> GG> If it is possible, which function to override

RE: net-snmp: table_array refresh

2005-07-01 Thread George, Geo
Hi Robert, Any info on this? I am currently using Netsnmp v5.0.9 and can't use stale cache method available in 5.2.1. Even if I am using iterate, and if I try to populate data in get_firstXXX routine, it would call the data gather function for each request, and in a get_next scenario, this is not