Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Network auto-discovery using SNMP and .NET

Are there any libraries, (third party is fine) that can help do network auto-discovery using SNMP and .NET?

If not, have you ever rolled your own?

like image 712
Iain Holder Avatar asked Sep 24 '08 19:09

Iain Holder


3 Answers

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

like image 97
Lex Li Avatar answered Nov 03 '22 04:11

Lex Li


I've recently come across 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.

like image 4
Luke Bennett Avatar answered Nov 03 '22 06:11

Luke Bennett


  • HP OpenView does network discovery using SNMP. It might be worth looking into how they do it
  • Another suggestion is to work out your gateway and get the routers it is connected to via SNMP
like image 1
Thomas Bratt Avatar answered Nov 03 '22 05:11

Thomas Bratt