lextudio / sharpsnmplib

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

SNMPV3 credential for set and get operation #252

Closed lextudio-support closed 3 hours ago

lextudio-support commented 3 hours ago

How to pass SNMPV3 credential for set and get operation?

Original Reported Date: 2013-02-22T02:20:00.193-08:00 Planned For Release: Original CodePlex ID: 7251

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

current get and set method doesnt have provision to provide details for SNMP v3 its throws not supported exception .

Original Posted Date: 2013-02-22T02:22:54.667-08:00

lextudio-support commented 3 hours ago

Copied from CodePlex without authors:

Please refer to snmpget and snmpset samples to see how SNMP v3 operations should be performed by constructing message objects directly.

Messenger.Get and .Set is designed not to support v3.

Original Posted Date: 2013-02-24T10:02:19.703-08:00

lextudio-support commented 3 hours ago

Original Closed Date: 2013-02-24T10:02:27.317-08:00