<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic radio power setting over SNMP in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/radio-power-setting-over-snmp/m-p/18237#M759</link>
    <description>I am trying to set the radio transmission power level over SNMP.  &lt;BR /&gt;
&lt;BR /&gt;
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.  &lt;BR /&gt;
&lt;BR /&gt;
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.  &lt;BR /&gt;
&lt;BR /&gt;
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?&lt;BR /&gt;
&lt;BR /&gt;
This was done using snmpsoft.com snmpset function, AP7532, and WING 5.8.3 firmware.</description>
    <pubDate>Wed, 07 Jun 2017 22:53:00 GMT</pubDate>
    <dc:creator>Mark</dc:creator>
    <dc:date>2017-06-07T22:53:00Z</dc:date>
    <item>
      <title>radio power setting over SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/radio-power-setting-over-snmp/m-p/18237#M759</link>
      <description>I am trying to set the radio transmission power level over SNMP.  &lt;BR /&gt;
&lt;BR /&gt;
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.  &lt;BR /&gt;
&lt;BR /&gt;
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.  &lt;BR /&gt;
&lt;BR /&gt;
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?&lt;BR /&gt;
&lt;BR /&gt;
This was done using snmpsoft.com snmpset function, AP7532, and WING 5.8.3 firmware.</description>
      <pubDate>Wed, 07 Jun 2017 22:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/radio-power-setting-over-snmp/m-p/18237#M759</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2017-06-07T22:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: radio power setting over SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/radio-power-setting-over-snmp/m-p/18238#M760</link>
      <description>Hi Mark,&lt;BR /&gt;
&lt;BR /&gt;
playing around with SNMPset / get I got this syntax (as described in MIB):C:\SNMPset&amp;gt;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: &lt;BR /&gt;
C:\SNMPset&amp;gt;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&lt;BR /&gt;
variable type (-tp). Possible: int,uint,str,hex,oid,ipWill test further and let you know. &lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Ondrej</description>
      <pubDate>Thu, 08 Jun 2017 15:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/radio-power-setting-over-snmp/m-p/18238#M760</guid>
      <dc:creator>Ondrej_Lepa</dc:creator>
      <dc:date>2017-06-08T15:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: radio power setting over SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/radio-power-setting-over-snmp/m-p/18239#M761</link>
      <description>Ok, took me some time but I finally realized that...&lt;BR /&gt;
C:\SNMPset&amp;gt;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 &lt;A href="http://www.snmpsoft.com" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.snmpsoft.com&lt;/A&gt; ]  OK You have to use full identifier of the radio...&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a595a27dc01143e78cad937ea1936c2f_RackMultipart20170608-60923-lriwyx-Radio_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2241i929AA006AD8BCE61/image-size/large?v=v2&amp;amp;px=999" role="button" title="a595a27dc01143e78cad937ea1936c2f_RackMultipart20170608-60923-lriwyx-Radio_inline.png" alt="a595a27dc01143e78cad937ea1936c2f_RackMultipart20170608-60923-lriwyx-Radio_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
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.&lt;BR /&gt;
&lt;BR /&gt;
It works fine for me here.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Ondrej</description>
      <pubDate>Thu, 08 Jun 2017 15:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/radio-power-setting-over-snmp/m-p/18239#M761</guid>
      <dc:creator>Ondrej_Lepa</dc:creator>
      <dc:date>2017-06-08T15:20:00Z</dc:date>
    </item>
  </channel>
</rss>

