cancel
Showing results for 
Search instead for 
Did you mean: 

radio power setting over SNMP

radio power setting over SNMP

Mark
New Contributor
I am trying to set the radio transmission power level over SNMP.

I have an OID from the MIB that says I should be able to do this, but I cannot find a value that will be acceptable.

The OID 1.3.6.1.4.1.388.50.1.3.16.2.6.1.3 - wingCfgProfIfRadioPower, is showing the current power setting of the radio, and is a Read-Write value. It is Unsigned32 or Gauge32 format, but I have no found a value that is acceptable using SNMPSET.

I enter "snmpset -r:(IP Address) -o:(OID stated above) -val:10", then I receive a badvalue(3) error. I don't know what value is acceptable as a value of 10 in Unsigned32. Any suggestions?

This was done using snmpsoft.com snmpset function, AP7532, and WING 5.8.3 firmware.
2 REPLIES 2

Ondrej_Lepa
Extreme Employee
Hi Mark,

playing around with SNMPset / get I got this syntax (as described in MIB):C:\SNMPset>snmpwalk -r:88.88.88.83 -v:2c -c:public -os:1.3.6.1.4.1.388.50.1.3.16.2.6.1.3 -op:1.3.6.1.4.1.388.50.1.3.16.2.6.1.4 SnmpWalk v1.01 - Copyright (C) 2009 SnmpSoft Company [ More useful network tools on http://www.snmpsoft.com ] OID=.1.3.6.1.4.1.388.50.1.3.16.2.6.1.3.14.100.101.102.97.117.108.116.45.97.112.55.53.50.50.6.114.97.100.105.111.49, Type=Gauge32, Value=0 OID=.1.3.6.1.4.1.388.50.1.3.16.2.6.1.3.14.100.101.102.97.117.108.116.45.97.112.55.53.50.50.6.114.97.100.105.111.50, Type=Gauge32, Value=0 Total: 2Then trying to put a value I get slightly different error message:
C:\SNMPset>snmpset -r:88.88.88.83 -v:2c -c:private -o:1.3.6.1.4.1.388.50.1.3.16.2.6.1.3 -val:10 -tp:uint SnmpSet v1.01 - Copyright (C) 2009 SnmpSoft Company [ More useful network tools on http://www.snmpsoft.com ] %Failed to set value to SNMP variable. Variable does not exist (noSuchName(2))I have a feeling this might be a locked or having wrong type
variable type (-tp). Possible: int,uint,str,hex,oid,ipWill test further and let you know.

Regards,
Ondrej

Ok, took me some time but I finally realized that...
C:\SNMPset>snmpset -r:88.88.88.83 -v:2c -c:private -o:1.3.6.1.4.1.388.50.1.3.16.2.6.1.3.14.100.101.102.97.117.108.116.45.97.112.55.53.50.50.6.114.97.100.105.111.49 -val:20 -tp:uint SnmpSet v1.01 - Copyright (C) 2009 SnmpSoft Company [ More useful network tools on http://www.snmpsoft.com ] OK You have to use full identifier of the radio...

a595a27dc01143e78cad937ea1936c2f_RackMultipart20170608-60923-lriwyx-Radio_inline.png



So my advice is - get SNMPwalk / SNMPget on the OID of 1.3.6.1.4.1.388.50.1.3.16.2.6.1.3 and then use particular radio ID to set the power.

It works fine for me here.

Regards,
Ondrej
GTM-P2G8KFN