On Wed, 13 Oct 2004 18:12:30 +0530 Karthikeyan wrote:
KN> > You might want to extract the cache_helper from 5.2, which will allow you
KN> > to have the cache refreshed periodically. Otherwise, you can use a timer
KN> > in 5.1.2 to achieve a similar effect.
KN>
KN> Please elaborate in detail about
Hi,
Comments inline..
- Original Message -
From: Robert Story (Coders) <[EMAIL PROTECTED]>
To: "Karthikeyan N" <[EMAIL PROTECTED]>
Subject: Re: regarding agent implementation
Date: Tue, 12 Oct 2004 15:07:38 -0400
>
> On Tue, 12 Oct 2004 18:40:50 +0530 Karthi
Karthikeyan N wrote:
Hi,
I am using net-snmp5.1.1 in Linux and I have a below requirement in agent
implementation:
1. I have some api's about the mib data which I need to call in a common place in a
loop so that the current data will get updated frequently. Also, the first time, data
should be s
On Tue, 12 Oct 2004 18:40:50 +0530 Karthikeyan wrote:
KN> 1. I have some api's about the mib data which I need to call in a common
KN> place in a loop so that the current data will get updated frequently.
This can be done with a netsnmp_cache helper. For examples, see the following
mib modules (or
Hi,
I am using net-snmp5.1.1 in Linux and I have a below requirement in agent
implementation:
1. I have some api's about the mib data which I need to call in a common place in a
loop so that the current data will get updated frequently. Also, the first time, data
should be stored in the agent