Re: regarding agent implementation

2004-10-13 Thread Coders
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

Re: regarding agent implementation

2004-10-13 Thread Karthikeyan N
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

Re: regarding agent implementation

2004-10-12 Thread Andy Smith
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

Re: regarding agent implementation

2004-10-12 Thread Coders
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