What are the best SNMP libraries to use with .NET? Specifically for listening for traps or sending set or get requests.

link|improve this question

74% accept rate
Good question....I've been looking for something to replace the snmp code I wrote that parses output from net-snmp.org – Kev Sep 28 '08 at 23:57
feedback

5 Answers

up vote 6 down vote accepted

I am using the Sharp SNMP Suite (#SNMP) : LGPL, Mono compatible, developed in C# 3.0, has very good API.

link|improve this answer
I need to try this out! – pavsaund Jul 24 '09 at 5:06
works on .net2.0? – Daniel Mošmondor Mar 16 '11 at 15:13
1  
Hmmm... Support .NET Framework 2.0, 3.0, 3.5, 4.0, .NET Compact Framework 3.5, and Mono 2.8+. Support for .NET Framework 2.0 and 3.0 will expire on April 12, 2011. #SNMP release BigDipper (7.0) will no longer support these two .NET versions. – Daniel Mošmondor Mar 16 '11 at 15:14
feedback

How about a little Linq to SNMP goodness? And here's another that isn't too bad.

link|improve this answer
feedback

Hi as the author of #SNMP, I try my best to be unbiased here :)

I have a blog post here which is a simple evaluation report.

http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html

In my opinion, PowerSNMP is the leading one which has both complete feature set and simple/natural API. There are many commercial and open source products you can evaluate yourself to see which one meets your special needs.

Which one is the best? This bases on which subset of SNMP features you need and how big your budget is. :)

link|improve this answer
Time passes by so fast. Now #SNMP starts to support v3 (based on SNMP#Net), which brings the project forward to a higher level. – Lex Li Jul 22 '09 at 12:27
feedback

here's a library and a few examples http://www.c-sharpcorner.com/UploadFile/malcolmcrowe/SnmpLib11232005011613AM/SnmpLib.aspx

link|improve this answer
#SNMP Suite started from Malcolm's project, and now it provides much more than that. :) – Lex Li Jul 22 '09 at 12:26
feedback

I've personally used Adventnet's .NET SNMP API for snmp work. It's now been renamed to WebNMS. I have code running based on this API several places, that has just worked and keeps on working 24/7.

Recommended for lots of examples and stability. Also it's fast. Seems though that there are several other .NET SNMP libraries that have come since I used SNMP last that might be worth checking out. ex: #SNMP, which has been referenced to in other replies.

link|improve this answer
If you refer to webnms.com/net-snmp/index.html, then I think those guys just did a rename(?). SNMP v3 support is still missing, while even if #SNMP we start to support v3. – Lex Li Jul 22 '09 at 12:25
Yea, seems like it. Doesn't look like they've updated the their .NET SNMP API yet. I'm looking forward to testing #SNMP in any upcoming snmp projects. looking very promising – pavsaund Jul 22 '09 at 14:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.