Re: is it possible to integrate an Net SNMP sub agent(.dll) withMicrosoft SNMP service ?

2005-06-15 Thread Alex Burger
Penz, Bernhard wrote: On Wed, 2005-06-15 at 12:11, mahua dutta wrote: Yes, I want to mean a mechanism for running the Net-SNMP agent as a dynamically loaded extension to the Microsoft master agent(snmp.exe) However, if you just want to access Windows-specific MIB-stuff via SNMP and also net-

Latest SNMPv3 rfcs

2005-06-15 Thread Srini Kode (skode)
Hi, I saw that new set of rfcs (rfc3410 to rfc3415) have come out. These Absolute (rfc2570 to rfc2575). We use netsnmp-5.1. What rfcs does 5.1 support? Does the new rfcs have significant changes, which will make 5.1 agent NOT compliant with latest SNMPv3. Thanks Srini ---

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread David T. Perkins
HI, Please tell why you want to run the NET-SNMP agent as a dynamically loaded extension to the Microsoft master agent? What do you think you will gain from this? Regards, /david t. perkins --- SF.Net email is sponsored by: Discover Easy Linu

Re: ifXtable implementation

2005-06-15 Thread Robert Story
On Wed, 15 Jun 2005 08:24:29 -0700 (PDT) Surya wrote: SP> What kind of problems? Could you please elaborate or SP> point to? Sure. The net-snmp libraries have not been made thread safe, with the exception of the snmp_session client APIs. None of the agent code has even been evaluated for thread-sa

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread David T. Perkins
HI, There are just a "few" small details that complicate this dream world. Performance, security, "as if simultaniously", performance. On Wed, 15 Jun 2005, Dave Shield wrote: > On Wed, 2005-06-15 at 10:30, Magnus Fromreide wrote: > > Is there any documentation available for the north end > > int

SNMP for ISP Link Monitoring for Dual Homing ??????

2005-06-15 Thread Shantanu Kumar
Hello... This is my first mail to this list So greetings from me to all ... :) Well here is my problem... I have successfully configured 2 linux boxes for HA using heartbeat & drbd. Now this cluster is provided with 2 ISP links... Now to implement dual homing in this I need to monitor the

Re: ifXtable implementation

2005-06-15 Thread Surya Prakash
What kind of problems? Could you please elaborate or point to? I could receive messages and send traps from the new thread. I don't share data in my code. Probably the send_easy_traps or other Trap APIs might share data. I haven't looked in detail yet as I didn't notice any 'major' problems. I cal

Re: a question about agentX on win32

2005-06-15 Thread Juan Perez
Thank you for this e-mail, I used an old version 5.0.9, but you recommend to use the last version 5.2.1. I say goodbye sincerely. Thank you again, Juan Perez. From: Robert Story <[EMAIL PROTECTED]> Reply-To: net-snmp-coders@lists.sourceforge.net To: "Juan Perez" <[EMAIL PROTECTED]> CC: ne

Re: ifXtable implementation

2005-06-15 Thread Robert Story
On Tue, 14 Jun 2005 17:47:41 -0700 (PDT) Surya wrote: SP> I fork a thread from snmpd.c and in that thread I SP> listen on a message queue and thus generate SP> traps..Sound OK?? actually, no. using the snmp library in different threads is very likely to cause problems. what you should do is keep a

RE: is it possible to integrate an Net SNMP sub agent(.dll) withMicrosoft SNMP service ?

2005-06-15 Thread Penz, Bernhard
> On Wed, 2005-06-15 at 12:11, mahua dutta wrote: > > Yes, I want to mean a mechanism for running the Net-SNMP agent as a > > dynamically loaded extension to the Microsoft master > agent(snmp.exe)? > > OK. > Then you (or whoever tackles this) will need to construct a > mapping from the various

Re: VACM on snmpv2c

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 13:09, Koren Ofer-BOK016 wrote: > 1. Can I use vacm with snmp Version 2c ? Yes. > Isn't the vacm intended to work on SNMP V3? No. It's part of the overall SNMPv3 *framework*. It isn't purely linked to use with SNMPv3 requests. See the FAQ entry: I don't understand th

VACM on snmpv2c

2005-06-15 Thread Koren Ofer-BOK016
Hi, I need to develop an SNMP agent who's its communities names and trap destinations can be changed during running. I'm using Net-Snmp version 5.2.1 and this agent is intended for both Windows and Linux systems. I have a few question regarding this issue: 1. Can I use vacm with snmp Version 2c ?

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 12:11, mahua dutta wrote: > Yes, I want to mean a mechanism for running the Net-SNMP agent > as a dynamically loaded extension to the Microsoft master > agent(snmp.exe)? OK. Then you (or whoever tackles this) will need to construct a mapping from the various MS SNMP Extension

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread mahua dutta
Yes, I want to mean a mechanism for running the Net-SNMP agent as adynamically loaded extension to the Microsoft master agent(snmp.exe)?   Can I get any help or any site to help me on this ?   One more thing , Where from can I download demo modules of Net-snmp for windows platform?     Dave Shield

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 11:48, mahua dutta wrote: > So in that case , You are saying if we can implement MS-specific) > SNMP Extension API functions to develop the Sub agent DLL , > even though it is using mib2c generated code, it should work . Let's clarify exactly what you are talking about. Do y

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread mahua dutta
So in that case , You are saying if we can implement MS-specific) SNMPExtension API functions  to develop the Sub agent DLL , even though it is using mib2c generated code, it should work . is it right ? Thanks Mamon Dave Shield <[EMAIL PROTECTED]> wrote: On Wed, 2005-06-15 at 11:11, mahua dutta wr

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 11:11, mahua dutta wrote: > But Dave, All the SNMP data is in TLV(ASN.1) format. That is why third > party clients(like snmpwalk, getif) are able to connect to snmp > service and able to read those datas.-- If I am not wrong. You are not wrong. But that covers the management

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 10:30, Magnus Fromreide wrote: > Is there any documentation available for the north end > interface of Net-SNMP? Probably not, no. It's not an area that we've needed to provide much explanation for. The number of people working at that level is relatively small, and we've ten

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread mahua dutta
But Dave, All the SNMP data is in TLV(ASN.1) format. That is why third party clients(like snmpwalk, getif) are able to connect to snmp service and able to read those datas.-- If  I am not wrong. So If we use mib2c tool to generate the code template(which uses Net-snmp api's)  and to integrate with

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread Magnus Fromreide
On Wed, Jun 15, 2005 at 10:01:09AM +0100, Dave Shield wrote: > > It would doubtless be useful if someone could develop an > MS-SNMP interface for the Net-SNMP agent - either for plugging > Net-SNMP-based modules into the Microsoft agent, or MS-based > modules into the Net-SNMP agent. > But until

RE: walk on one column in a table

2005-06-15 Thread Dave Shield
On Tue, 2005-06-14 at 21:03, Fong Tsui wrote: > DS> I suggested tweaking the 'name' parameter if there were > DS> no *rows* in the table - if it was completely empty. > DS> Now I'm not too surprised if this doesn't actually work > DS> I suspect that you may need to switch to using the v5 > DS> ha

Re: rfc: snmptrapd as sub-agent

2005-06-15 Thread Dave Shield
Getting back to the original issue: On Mon, 2005-06-13 at 23:12, Robert Story wrote: > We've had some people with memory problems with snmptrapd, which seem > to be (at least partially) because of the new sub-agent code that > implements the notificaiton log mib. Unfortunately, there is no way > t

Re: mib2c not finding perl in Fedora core 2.6.9

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 07:39, [EMAIL PROTECTED] wrote: > I had taken Net-SNMP5.2.1 source code (net-snmp-5.2.1.tar), and i > installed my using ./configure , make and make install commands. > > While running the mib2c in Fedora core 2.6.9 (Redhat Linux) i am > geeting error saying "SNMP Perl modul

Re: is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 09:25, mahua dutta wrote: > I like to integrate an Net -SNMP agent, which has been developed as > one DLL using Net-SNMP api's. Net-SNMP is also installed in my machine > so that the dll can use Net-SNMP libraries. But instead of Integrating > with Net-SNMP master Agent , It n

Re: How can I set a string

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 03:49, flyeagers wrote: > I'm a beginner in SNMP.And I follow the examples of NET-SNMP-5.2.1 If you're just starting out (rather than maintaining existing code), we'd strongly suggest that you use the new "handler-based" MIB API mechanism, rather than the old v4 REGISTER_MIB

Re: Flow of Net-SNMP execution

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 08:08, [EMAIL PROTECTED] wrote: > I am going to develope one SNMP agent using Net-SNMP that > 1) accept get request form manager > 2) process the PDU > 3) without returning the value to the manager, my agent should >pass all the PDU information (OID , Manager address ) to

Re: BRIDGE-MIB:RFC1493...

2005-06-15 Thread Dave Shield
On Wed, 2005-06-15 at 03:24, Surya Prakash wrote: > I couldn't find the code for BRIDGE-MIB implementation. No-one has implemented this particular MIB, no. (Or if they've implemented it, they haven't contributed that implementation to the Net-SNMP project) > Do I have to generate it using mib2c

is it possible to integrate an Net SNMP sub agent(.dll) with Microsoft SNMP service ?

2005-06-15 Thread mahua dutta
Sir, I have an typical requirement. I like to integrate an Net -SNMP agent, which has been developed as one DLL using Net-SNMP api's. Net-SNMP is also installed in my machine so that the dll can use Net-SNMP libraries. But instead of Integrating with Net-SNMP master Agent , It need to be integrate

Flow of Net-SNMP execution

2005-06-15 Thread kanda.samy
Title: Flow of Net-SNMP execution Hi I am going to develope one SNMP agent using Net-SNMP that 1) accept get request form manager 2) process the PDU 3) without returning the value to the manager, my agent should pass all the PDU information (OID , Manager address ) to some other module