On 12/30/12 01:13, Dave Shield wrote:
> Windows seems to use 'winExtDLL' instead of 'dlmod'

The recommended approach on Unix and Windows for extending Net-SNMP is 
AgentX. This is because AgentX uses interprocess communication and hence 
a bug in an AgentX sub-agent does not affect the snmpd master process. 
The winExtDLL module was developed to allow Net-SNMP to use existing 
extension agents that support Microsoft's SNMP extension agent API. Code 
generated by mib2c uses the Net-SNMP API and hence - when compiled as a 
shared library or DLL - can be loaded by dlmod but not by winExtDLL.

Note: the Net-SNMP dlmod module has been ported recently to Windows. 
Instructions for downloading the latest Net-SNMP git tree can be found 
here: http://net-snmp.sourceforge.net/wiki/index.php/Git. These 
instructions show how to clone the Net-SNMP git tree from the command 
line. If you would prefer to use a GUI, a list of git GUIs for Windows 
can be found here: 
http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows.

Bart.


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
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