lextudio / sharpsnmplib

Sharp SNMP Library- Open Source SNMP for .NET
https://sharpsnmp.com
MIT License
356 stars 152 forks source link

SNMP daemon #440

Closed lextudio-support closed 3 hours ago

lextudio-support commented 3 hours ago

Hi Guys,

I have been looking at your great lib.. I have one question though.

I need to have my code poll a server for SNMP data and then send it as a "custom" protocol to another program witch will act as SNMP daemon to some thirdparty software can poll that for information from the orginal poll.

So in one end I need my code to be a SNMP poller and in the other end my code should be a SNMP daemon that is polled from a monitorings system like Cacti or SolarWinds.

I will look something like this..

Device<--- MyCodePoller--->WAN--->MyCodeSNMPproxy<---Cacti monitoring device

arrows point in the direction that the session is initialized. So MyCodePoller will poll "Device" and send the result to "MyCodeSNMPProxy" with will then be polled from a Cacti monitorings system.. I can not poll directly as I do not have inbound access to the device from Cacti.

I found that you can poll information with your lib, however can it also act as a SNMP server?

Cheers

Esben

Original Reported Date: 2008-09-25T05:59:58.053-07:00 Original CodePlex Discussion Thread ID: 36459

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

Hi Esben,

I think you can use #SNMP Library in MyCodePoller (with Manager component), but right now there is not enough code developed for MyCodeSNMPproxy yet (the Agent component is still an experimental prototype).

-Lex

Original Posted Date: 2008-09-26T01:52:54.663-07:00

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

Are there any plans in implementing a SNMP daemon? I have a couple of programs where I would like to send traps or have other clients poll it for information.

Cheers

Esben

Original Posted Date: 2008-09-26T02:26:12.82-07:00

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

I have checked the list on the home page, right now SNMP v2c and the MIB browser are the top two. Maybe after that I can finish the Agent component. However, that's not enough yet for implementing an SNMP daemon. You can read this post for details,

http://feeds.feedburner.com/~r/lextm/~3/388385162/snmp-design-agent-side- support-update.html

Without a powerful object repository, it would be quite difficult to make a daemon.

-Lex

Original Posted Date: 2008-09-26T20:44:34.617-07:00

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

Updated: http://www.codeplex.com/sharpsnmplib/Thread/View.aspx?ThreadId=37868

Original Posted Date: 2008-12-21T02:55:52.717-08:00

lextudio-support commented 3 hours ago

Marked as Answer Date: 2013-10-06T21:08:14.227-07:00