vote up 6 vote down star
2

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

flag

76% 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

5 Answers

vote up 3 vote down check

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

link|flag
I need to try this out! – pavsaund Jul 24 at 5:06
vote up 4 vote down

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

link|flag
vote up 2 vote down

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|flag
Time passes by so fast. Now #SNMP starts to support v3 (based on SNMP#Net), which brings the project forward to a higher level. – lextm-MSFT Jul 22 at 12:27
vote up 1 vote down

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

link|flag
#SNMP Suite started from Malcolm's project, and now it provides much more than that. :) – lextm-MSFT Jul 22 at 12:26
vote up 0 vote down

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|flag
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. – lextm-MSFT Jul 22 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 at 14:30

Your Answer

Get an OpenID
or

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