Re: Re___: Re: how to submit my codes to netsnmp?

2004-09-06 Thread Coders
On Tue, 7 Sep 2004 09:22:11 +0800 __ wrote: > DaveBut I think my implementation is not only a patch, > I have implemented rfc 2925,and I have independently implemented some MIBs > which haven't been implemented in the current netsnmp yet,and it can improve > the functions of netsnmp on remote o

Re:: Re: how to submit my codes to netsnmp?

2004-09-06 Thread 陈静
DaveBut I think my implementation is not only a patch, I have implemented rfc 2925,and I have independently implemented some MIBs which haven't been implemented in the current netsnmp yet,and it can improve the functions of netsnmp on remote operations.And I hope my implementation can be added in

Re: throw events on GET/SET operation within net-snmp

2004-09-06 Thread Coders
On Mon, 6 Sep 2004 13:17:11 +0200 Fallmann, wrote: FD> I use "netsnmp_register_watched_instance" to register my OID/value FD> pairs. FD> FD> I would like to get informed, within my agentx subagent, when someone FD> SETs the value behind an OID from a management station and I would like FD> to be

Could you please help me?

2004-09-06 Thread Alireza Alimohammadi
Hello, I make a hardware. I make a MIB file for that. I want know,how my hardware can update MIB variable value? Could you please help me? Best Regards: Alireza ___ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://pro

SNMP locking up problem

2004-09-06 Thread Won-Sik Kim
  Hi all,   I develop snmp agent which use agentX in Linux.     I found a SNMP locking problem.   1. which kind of locking ? a. Every snmp get/set/getnext pdu to snmpd are discarded.     b. But, snmpd shows no problem with processing any signal.     c. It looks like main

throw events on GET/SET operation within net-snmp

2004-09-06 Thread Fallmann, Daniel
Hi all!   I use „netsnmp_register_watched_instance“ to register my OID/value pairs. I would like to get informed, within my agentx subagent, when someone SETs the value behind an OID from a management station and I would like to be able to get an internal Event when someone does a GET