Hi there,

I want to create an application which has an snmp agent and can be instanciated 
multiple times. It would also be a really nice feature if any 3rd party snmp 
agent which runs on the same machine would still work.

I searched the internet for days and right now the best solution I found is the 
following:

1. install Windows SNMP service
2. deactivate it
3. run snmpd only with base functionality (so that data like system.location 
can be requested)
4. register my applicationinstances as subagents with different oid trees

This solution is pretty ugly, because of the first two points. Also I would 
prefer not to run another service (snmpd in this case).

So my questions are:
1. Pretty cool would be, if I could compile the necessary functioniality (and 
not all the overhead) of snmpd directly in my application and execute it just 
for the first instance (so this is my master agent). Is this possible?

2. Is there a possibility how I can make the snmpd code work without installing 
the windows service (maybe you could tell me, which dlls and registry keys I 
would need)?

3. Another idea would be to register my sub agent directly with the windows 
SNMP service, so that I do not need to deactivate it. Any chance that this 
might work?

Please post your opinions, any help is appreciated.

thank you

Sebastian
-- 
GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to