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: Agent X subagent traps not working

2004-10-12 Thread Andy Smith
Please forgive me but I am going to spam the -coders list too since it is a good place for this discussion. I have been thinking about implementing something similar in an app I am working on, but if the functionality can be had in the Net-SNMP package so much the better. don hammer wrote: Hi a

Re: Compiling

2004-10-12 Thread Alex Burger
Hi Mike. Alex Burger wrote: [EMAIL PROTECTED] wrote: Have you been able to compile the latest cvs on Windows? I need to review Robert's changes still. Hi, Alex. The MinGW method works "as is". For building with the Perl Configure or with the MSVC GUI, I've found good results when I overlay/add t

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

Re: Snmp sockets

2004-10-12 Thread Coders
On Tue, 12 Oct 2004 09:38:57 + Ian wrote: IB> I've compiled and built the net-snmp code on my build machine. IB> My application links into snmplib to send the traps. Everything works fine IB> on the build machine. IB> IB> When I ftp the executable down onto the target (also a Debian box), it

Re: ifLastChange

2004-10-12 Thread Coders
On Tue, 12 Oct 2004 13:05:34 +0530 Karthikeyan wrote: KN> ifLastChange is not implemented for Linux in netsnmp5.1.1 Is there any KN> patch available in the latest or a known issue? Please let me know on this. No, but it will be available for Linux in 5.2. And no, there isn't a patch for 5.1.2. It

Re: Debian patches

2004-10-12 Thread Coders
On Sat, 09 Oct 2004 12:39:41 -0400 Michael wrote: MJS> Robert Story (Coders) wrote: MJS> > On Fri, 08 Oct 2004 19:13:37 -0400 Michael wrote: MJS> > MJS> 1.APPLIED Wrapped SO_BSDCOMPAT socket option setting from MJS> > MJS>snmplib/snmpUDPDomain.c and from MJS> > MJS>snmplib/snmpUDPIPv6Domain

Snmp sockets

2004-10-12 Thread Ian Bartley
Hi, Can anyone tell me how to set the source IP address for my SNMP traps. I have an embedded linux application needs to send traps on certain error conditions. I've compiled and built the net-snmp code on my build machine. My application links into snmplib to send the traps. Everything works fine

regarding agent implementation

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

ifLastChange

2004-10-12 Thread Karthikeyan N
Hi, ifLastChange is not implemented for Linux in netsnmp5.1.1 Is there any patch available in the latest or a known issue? Please let me know on this. Also, if we want to download the patch for the release 5.1.1 how do we do that? Where all the 5.1 patches will b avialable. If possible send me

Re: hrMemorySize problem

2004-10-12 Thread Karthikeyan N
Hi Dave, Here are the informations.. Linux karthikn 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux Thanks, Karthik - Original Message - From: Dave Shield <[EMAIL PROTECTED]> Date: Mon, 11 Oct 2004 09:36:01 +0100 To: "Karthikeyan N" <[EMAIL PROTECTED]> Subject: Re:

Re: Compiling

2004-10-12 Thread Alex Burger
[EMAIL PROTECTED] wrote: Have you been able to compile the latest cvs on Windows? I need to review Robert's changes still. Hi, Alex. The MinGW method works "as is". For building with the Perl Configure or with the MSVC GUI, I've found good results when I overlay/add these files to the net-snmp/wi

Re: 5.2.pre2 snmptrapd: "no access control information configured"

2004-10-12 Thread Coders
On Mon, 11 Oct 2004 21:23:13 +0200 Thomas wrote: TA> As I take it that we agree that users should not be scared by this TA> message, the remaining question is how to properly fix it. I think the easiest route would be to grab the app name from the data store, and only output the message if it is "

Re: Multithreaded OID handling

2004-10-12 Thread Coders
On Mon, 11 Oct 2004 21:30:16 +0200 Hermann wrote: HL> I have written a short paper[1] that deals with multithreaded OID HL> handling. It discusses a few starting points. HL> I am looking forward to receiving your feedback and your help for HL> further steps, the implementation. HL> HL> [1] http://

Re: Re: Compiling

2004-10-12 Thread slif
> > From: <[EMAIL PROTECTED]> > Date: 2004/10/12 Tue AM 01:46:34 EDT > > > From: Alex Burger > > Date: 2004/10/11 Mon PM 04:28:54 EDT > > To: <[EMAIL PROTECTED]> > > Subject: Compiling > > > > Hi Mike. > > > > Have you been able to compile the latest cvs on Windows? I need to review > > Rober