lextudio / sharpsnmplib

C# SNMP Library (#SNMP) - Open source SNMP implementation for C# and .NET
https://sharpsnmp.com
MIT License
357 stars 152 forks source link

unable to set values of Unsigned32 from MIB browser #656

Closed lextudio-support closed 2 weeks ago

lextudio-support commented 2 weeks ago

From the MIB browser, I am unable to set values for OIDs that were defined in the MIB as:

        SYNTAX Unsigned32 (0..1)  
        MAX-ACCESS read-write

The browser prompts with an input for Integer or String; selecting either results in the same behavior.

BigDipper Refresh (7.5) RC2

The net-snmp agent replies with a Type error.

Original Reported Date: 2012-05-15T10:24:19.36-07:00 Original CodePlex Discussion Thread ID: 355885

lextudio-support commented 2 weeks ago

Copied from CodePlex without authors:

The browser does not yet support Unsigned32 type in the SET window.

As Unsigned32 is equivalent to Gauge32, it should be easy to add some code to the SET window to fully support it. No plan yet to do that, but you can try it out on your own.

Regards,

Lex

Original Posted Date: 2012-05-16T04:39:11.463-07:00

lextudio-support commented 2 weeks ago

Marked as Answer Date: 2013-10-06T04:14:02.41-07:00