lextudio / sharpsnmplib

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

Receiving TRAPS #244

Closed lextudio-support closed 3 hours ago

lextudio-support commented 3 hours ago

Is there a good example of how to act as an SNMP Manager and receive traps from SNMP devices using #SNMP?

Original Reported Date: 2014-12-01T04:34:35.9-08:00 Planned For Release: Original CodePlex ID: 7267

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

https://github.com/lextm/sharpsnmplib/tree/master/Samples/C%23/snmptrapd

snmptrapd is the sample that demonstrates how to receive traps. There is no specific sample that acts as manager, as snmpget/snmpset/snmpgetnext and so on already serve how to do basic operations, and that's just what a manager typically does.

Original Posted Date: 2014-12-01T22:31:25.013-08:00

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

And how can that sample be adapted for SNMP V3?

Original Posted Date: 2014-12-02T01:03:19.95-08:00

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

The sample itself fully supports SNMP v3.

Original Posted Date: 2015-01-26T19:11:50.957-08:00

lextudio-support commented 3 hours ago

Original Closed Date: 2014-12-01T22:31:31.783-08:00