Thanks Dave, that did it!
Ed
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield
Sent: Thursday, January 03, 2008 5:15 AM
To: Kuczynski, Edward
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: add data to table_data.conf code
On 20/12/2007
On 20/12/2007, Kuczynski, Edward <[EMAIL PROTECTED]> wrote:
> Secondly, I'd like to go and retrieve updated data every time a get is
> requested.
In general, it's probably not a good idea to reload updated data for
*every* request. This can be very inefficient - particularly when
walking a large
Hi,
New to netsnmp, but have used other snmp toolkits.
I have a simple 1 index read-only table which will get its data from reading a
file(for now).
I used mib2c table_data.conf Xtable to create the code.
I see a comment to "initialize the contents of the table here", but am not sure
how to do