Network auto-discovery using SNMP and .NET
Asked Answered
G

4

7

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?

Georgettageorgette answered 24/9, 2008 at 19:12 Comment(0)
M
4

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.

Master answered 29/9, 2008 at 15:55 Comment(0)
L
8

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

Lazarolazaruk answered 23/11, 2008 at 9:59 Comment(0)
M
4

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.

Master answered 29/9, 2008 at 15:55 Comment(0)
B
1
  • 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
Boarer answered 24/9, 2008 at 21:20 Comment(0)
U
0

It's a little old topic but may still be useful for someones. I use to work with SNMP from Oidview, they have a trial as well.

Unjust answered 25/4, 2012 at 4:13 Comment(1)
But can it be used from a .NET application?Shirting

© 2022 - 2024 — McMap. All rights reserved.