Hi,
I have 4 relais Boards. The boards are using snmp v1 to see relaisstatus an switching on/off.
Snmpget works fine! But I don't understand the values of snmpset.
Working environment: Win7 64Bit, Javaeditor (as editor), JDK 1.7, actual SNMP API, high level
If I using NETSNMP on console, snmpset works fine.
This code was sending:
snmpset -v1 -c private 192.168.0.51 .1.3.6.1.4.1.32111.1.1.2.1 i 1 // relais OFF
snmpset -v1 -c private 192.168.0.51 .1.3.6.1.4.1.32111.1.1.2.1 i 0 // relais ON
The oid is an string .1.3.6.1.4.1.32111.1.1.2.1 i 1 .
The examples don't help me.
Please help me.
Thanks
kaninchen (rabbit ;-) )