lextudio / sharpsnmplib

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

Creating snmp agent #658

Closed lextudio-support closed 2 hours ago

lextudio-support commented 2 hours ago

Great library....and thank you for sharing it.

Has anyone have experience with using the library as an snmp agent? I did look over the snmp agent example and the sample for loading the MIBs.

My question is what are the APIs to create data into the MIBs I have loaded?

Also, I would one go about implementing GetNextResponse?

Original Reported Date: 2009-07-11T10:34:12.56-07:00 Original CodePlex Discussion Thread ID: 62201

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

Just figured out how to handle the snmp getnextrequest. But still curious about the MIB in-memory manipulation.

Original Posted Date: 2009-07-11T11:05:20.313-07:00

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

Well, the answer is simple.

We don't have such APIs yet for agent side objects management. Everything you need must be developed from scratch.

Regards,

Original Posted Date: 2009-07-17T17:06:13.093-07:00

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

Since 4.0 release we introduced our reference design of SNMP agent. Now 5.0 release makes it even better.

Regards,

Lex

Original Posted Date: 2010-05-28T23:07:45.167-07:00

lextudio-support commented 2 hours ago

Marked as Answer Date: 2013-10-06T21:34:16.043-07:00