Are there any libraries, (third party is fine) that can help do network auto-disovery using SNMP and .NET?
If not, have you ever rolled your own?
Are there any libraries, (third party is fine) that can help do network auto-disovery using SNMP and .NET?
If not, have you ever rolled your own?
I've recently come across http://www.codeplex.com/sharpsnmplib">Sharp SNMP Suite which I think does what you're asking for. I say "think" as I've not actually used it myself yet! I've just started looking into SNMP for the first time for a forthcoming project.
Hi, as the author of #SNMP, I can confirm that it supports basic auto discovery feature. Just simply call Manager.Discover. There is also a discussion thread for your reference.
http://www.codeplex.com/sharpsnmplib/Thread/View.aspx?ThreadId=32902
Regards,
-Lex