> On Thu, 19 May 2011 09:03:49 +0200, "Giuseppe Modugno"
> said:
GM> snmpset -v2c -c private agent PRIVATE-MIB::myVar.0 = 23.4V
GM> to send to the agent the request to set a the new value 23.4V for
GM> myVar. On the wire, the value should be the integer 234.
GM> Is it possible? I trie
Dear list,
I have a private MIB with an INTEGER OID with DISPLAY-HINT "d-1" and
UNITS "V".
It means that the value 123 is shown (by snmpget or other managers)
as "12.3 V".
It should be nice if I can use the same format also for SET requests
to the agent. So I'd like to write:
snmpset -v2c