Hi
We're working on writing a very simple web app to control a couple of access points via SNMP. I'm trying to shutdown the Wireless interface via SNMP WRITE with the following oid;
.1.3.6.1.2.1.2.2.1.7.1
and
.1.3.6.1.2.1.2.2.1.7.2
But its saying the integer of '0' is invalid (badValue, wrong type or length). I'm able to set other values like hostname, etc, so I know my string is correct...can anyone help? THanks
Jason