lextudio/sharpsnmplib

unable to set values of Unsigned32 from MIB browser

Closed this issue · 2 comments

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

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

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