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
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
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
s not efficient.
Regards,
Geo
-Original Message-
From: George, Geo
Sent: Tuesday, June 28, 2005 10:51 AM
To: '[email protected]'
Subject: net-snmp: table_array refresh
Hi all,
I have developed a sub agent using netsnmp. One of the tables is
im
Hi all,
I have developed a sub agent using netsnmp. One of the tables is
implemented using array_user.conf, which polls and updates the table
periodically. It works fine in that scenario.
Now, if I want to disable polling and want to return fresh data on a get
request, can I call my data fetch rou