<?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 RE: shutdown radios over snmp in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58260#M4450</link>
    <description>Hey Christopher, I got it working, thanks fot that!&lt;BR /&gt;
&lt;BR /&gt;
For a complete solution of my task, I need to view/change the PSK of wlan. Is there any value at the private community tree?</description>
    <pubDate>Thu, 14 Sep 2017 15:57:00 GMT</pubDate>
    <dc:creator>Maik</dc:creator>
    <dc:date>2017-09-14T15:57:00Z</dc:date>
    <item>
      <title>shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58255#M4445</link>
      <description>I am trying to shutdown the access point radio 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.34.2.1.5 - wingCfgAltDevIfShutdown, is showing the current setting of the radio, and is a Read-Write value.  It is Integer 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 1 in integer format.  Any suggestions?&lt;BR /&gt;
&lt;BR /&gt;
This was done using snmpsoft.com snmpset function, AP7532, and WING 5.8.3 firmware.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jun 2017 22:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58255#M4445</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2017-06-07T22:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58256#M4446</link>
      <description>Hi Mark,&lt;BR /&gt;
&lt;BR /&gt;
looks you have a wrong OID - this one is the one you are looking for&lt;BR /&gt;
-- &lt;B&gt;1.3.6.1.4.1.388.50.1.3.18.3.1.1.5&lt;/B&gt;   &lt;B&gt;wingCfgDevIfShutdown &lt;/B&gt;OBJECT-TYPE    SYNTAX TruthValue    MAX-ACCESS read-write    STATUS current    DESCRIPTION     "          XPath: /wing-config/device[mac=key1]/interface[name=key2]/shutdown"    DEFVAL { false }    ::= { wingCfgDevIfEntry 5 }  &lt;BR /&gt;
OID you shared above is&lt;B&gt; read-only&lt;/B&gt; and seems to be monitoring one.&lt;BR /&gt;
&lt;BR /&gt;
Please try with correct OID and let me know.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Ondrej</description>
      <pubDate>Thu, 08 Jun 2017 13:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58256#M4446</guid>
      <dc:creator>Ondrej_Lepa</dc:creator>
      <dc:date>2017-06-08T13:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58257#M4447</link>
      <description>Mark,&lt;BR /&gt;
&lt;BR /&gt;
seems we are both looking wrong way - this OID is for Ethernet interfaces.&lt;BR /&gt;
Looking around in the MIB I found that snmpwalk on group &lt;B&gt;&lt;/B&gt;&lt;B&gt;&lt;/B&gt;&lt;B&gt;1.3.6.1.4.1.388.50.1.3.18.3.1.1 &lt;/B&gt;gives you overview of available interfaces &lt;BR /&gt;
-- 1.3.6.1.4.1.388.50.1.3.18.3.1.1   wingCfgDevIfEntry OBJECT-TYPE    SYNTAX WingCfgDevIfEntry    MAX-ACCESS not-accessible    STATUS current    DESCRIPTION     "An entry in the table."    INDEX { wingCfgDevMac, wingCfgDevIfName }    ::= { wingCfgDevIfTable 1 }But it does not give you direct value - (not accessible)&lt;BR /&gt;
[smxmgr@localhost ~]$ snmpwalk -v2c -c public 88.88.88.83 1.3.6.1.4.1.388.50.1.3.18.3.1.1 SNMPv2-SMI::enterprises.388.50.1.3.18.3.1.1.1.132.36.141.24.150.92.6.114.97.100.105.111.49 = STRING: "radio1" SNMPv2-SMI::enterprises.388.50.1.3.18.3.1.1.4.132.36.141.24.150.92.6.114.97.100.105.111.49 = STRING: "radio" SNMPv2-SMI::enterprises.388.50.1.3.18.3.1.1.5.132.36.141.24.150.92.6.114.97.100.105.111.49 = INTEGER: 1 I am afraid there is no direct SNMP trap to shutdown the radio.&lt;BR /&gt;
These are only radio control parameters you can use via SNMP&lt;BR /&gt;
WingCfgDevIfRadioEntry ::=  wingCfgDevIfRadioRfMode  wingCfgDevIfRadioChannel  wingCfgDevIfRadioPower  wingCfgDevIfRadioPlacement  wingCfgDevIfRadioBeaconInterval  wingCfgDevIfRadioRtsThreshold  wingCfgDevIfRadioOffChannelScan  wingCfgDevIfRadioPreambleShort  wingCfgDevIfRadioGuardInterval  wingCfgDevIfRadioAmpduMode  wingCfgDevIfRadioAmsduMode  wingCfgDevIfRadioRifsMode  wingCfgDevIfRadioAmpduMaxAggrSizeRx  wingCfgDevIfRadioAmpduMaxAggrSizeTx  wingCfgDevIfRadioAmpduMinSpacing  wingCfgDevIfRadioAntennaMode  wingCfgDevIfRadioNonUnicastForwarding  wingCfgDevIfRadioDynamicChainSelection  wingCfgDevIfRadioLockRfMode  wingCfgDevIfRadioSnifferRedirHost  wingCfgDevIfRadioSnifferRedirChannel  wingCfgDevIfRadioMesh  wingCfgDevIfRadioMeshLinks  wingCfgDevIfRadioProbeResponseRetry  wingCfgDevIfRadioProbeResponseRate  wingCfgDevIfRadioMaxClients  wingCfgDevIfRadioRadioTapMode  wingCfgDevIfRadioWirelessClientPower  wingCfgDevIfRadioLoadBalLfCount  wingCfgDevIfRadioLoadBalLfThroughput  wingCfgDevIfRadioLoadBalWmCount  wingCfgDevIfRadioLoadBalWmTput  wingCfgDevIfRadioAssocAcl  wingCfgDevIfRadioQosPolicy      wingCfgDevIfRadioAntennaDowntilt      wingCfgDevIfRadioExtendedRange  wingCfgDevIfRadioOperMode  wingCfgDevIfRadioRates  wingCfgDevIfRadioTransmitBeamforming&lt;BR /&gt;
Regards,&lt;BR /&gt;
Ondrej</description>
      <pubDate>Thu, 08 Jun 2017 13:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58257#M4447</guid>
      <dc:creator>Ondrej_Lepa</dc:creator>
      <dc:date>2017-06-08T13:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58258#M4448</link>
      <description>Hi guys, won't open a new thread, because my target maybe the same as marks. I just wanna shut down a wireless network (a SSID for guests) via snmp and re-enable if necessary.&lt;BR /&gt;
&lt;BR /&gt;
I diff'ed the snmpwalks with enabled and disabled state and got the following OID:&lt;BR /&gt;
&lt;BR /&gt;
 iso.3.6.1.4.1.388.50.1.4.3.2.10.1.1.15.7.100.101.102.97.117.108.116.20.56.52.45.50.52.45.56.68.45.56.57.45.65.52.45.53.52.58.82.49 = Gauge32: 0&lt;BR /&gt;
iso.3.6.1.4.1.388.50.1.4.3.2.10.1.1.15.7.100.101.102.97.117.108.116.20.56.52.45.50.52.45.56.68.45.56.57.45.65.52.45.53.52.58.82.50 = Gauge32: 0&lt;BR /&gt;
&lt;BR /&gt;
In enabled state both are 1, disabled zero. But the seems to be both read-only.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Sep 2017 19:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58258#M4448</guid>
      <dc:creator>Maik</dc:creator>
      <dc:date>2017-09-04T19:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58259#M4449</link>
      <description>I am testing on WiNG v5.9.0, but believe the MIBs are the same. I am using the WING-MIB.mib file from the AP7522 v5.9.0 firmware zip file in conjunction to Ireasoning MIB Browser. I successfully can use the following to set the WLAN shutdown (integer, value = 1) and to re-enabled use integer, value = 2). &lt;BR /&gt;
&lt;BR /&gt;
.1.3.6.1.4.1.388.50.1.3.4.1.1.3.4.87.80.65.50&lt;BR /&gt;
  -- 1.3.6.1.4.1.388.50.1.3.4.1.1.3&lt;BR /&gt;
  wingCfgWlanShutdown OBJECT-TYPE&lt;BR /&gt;
   SYNTAX TruthValue&lt;BR /&gt;
   MAX-ACCESS read-write&lt;BR /&gt;
   STATUS current&lt;BR /&gt;
   DESCRIPTION&lt;BR /&gt;
    "&lt;BR /&gt;
    &lt;BR /&gt;
    XPath: /wing-config/wlan[name=key1]/shutdown"&lt;BR /&gt;
   DEFVAL { false }&lt;BR /&gt;
   ::= { wingCfgWlanEntry 3 }&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2017 22:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58259#M4449</guid>
      <dc:creator>Christopher_Fra</dc:creator>
      <dc:date>2017-09-07T22:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58260#M4450</link>
      <description>Hey Christopher, I got it working, thanks fot that!&lt;BR /&gt;
&lt;BR /&gt;
For a complete solution of my task, I need to view/change the PSK of wlan. Is there any value at the private community tree?</description>
      <pubDate>Thu, 14 Sep 2017 15:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58260#M4450</guid>
      <dc:creator>Maik</dc:creator>
      <dc:date>2017-09-14T15:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58261#M4451</link>
      <description>Any further ideas here?</description>
      <pubDate>Tue, 26 Sep 2017 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58261#M4451</guid>
      <dc:creator>Maik</dc:creator>
      <dc:date>2017-09-26T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: shutdown radios over snmp</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58262#M4452</link>
      <description>Hi Maik, try IF-MIB::ifDescr to define your wifi interface on device , than set this interface off by ifAdminStatus.</description>
      <pubDate>Mon, 23 Oct 2017 18:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/shutdown-radios-over-snmp/m-p/58262#M4452</guid>
      <dc:creator>Yurii_Sulak</dc:creator>
      <dc:date>2017-10-23T18:38:00Z</dc:date>
    </item>
  </channel>
</rss>

