<?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: Reboot multiple APs simultaneously in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483920#M295972</link>
    <description>&lt;P&gt;AH! Meraki switch, yeap, missed that part. &lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2022 17:23:29 GMT</pubDate>
    <dc:creator>Shawn Kingston</dc:creator>
    <dc:date>2022-12-15T17:23:29Z</dc:date>
    <item>
      <title>Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483912#M295964</link>
      <description>&lt;P&gt;Hello Everyone, &lt;BR /&gt;&lt;BR /&gt;It's probably been asked before, but I was wondering if there was a way via the Dashboard to reboot APs multiple simultaneously.&lt;BR /&gt;&lt;BR /&gt;I know the TAC engineers can do it, but I didn't know if they added the feature for regular Network Engineers. &lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 16:43:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483912#M295964</guid>
      <dc:creator>USMCMortars0341</dc:creator>
      <dc:date>2022-12-09T16:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483913#M295965</link>
      <description>&lt;P&gt;Nope, just using API.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 16:45:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483913#M295965</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-12-09T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483914#M295966</link>
      <description>&lt;P&gt;You could do it via API with a  PoE off / PoE On on selected ports.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 16:45:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483914#M295966</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2022-12-09T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483915#M295967</link>
      <description>&lt;P&gt;It's simple but works:&lt;/P&gt;&lt;P&gt;Script Reference:&lt;/P&gt;&lt;P&gt;import requests&lt;BR /&gt;import datetime&lt;BR /&gt;now = datetime.datetime.now()&lt;BR /&gt;filename_prefix ='log'&lt;BR /&gt;network = "NETWORK-ID"&lt;BR /&gt;s1 = "AP-SERIAL_NUMBER"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#RUNNING REBOOT ON DEVICES&lt;BR /&gt;ap1 = "&lt;A href="https://api.meraki.com/api/v0/networks/%7B%7D/devices/%7B%7D/reboot" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0/networks/{}/devices/{}/reboot&lt;/A&gt;".format(network, s1)&lt;BR /&gt;payload = {}&lt;BR /&gt;headers = {&lt;BR /&gt;'X-Cisco-Meraki-API-Key': 'API_KEY,&lt;BR /&gt;'Content-Type': 'application/json'&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#GENERATING THE RESPONSE CODE (TRUE = REBOOT OK /FALSE = REBOOT NOT OK)&lt;BR /&gt;response1 = requests.request("POST", ap1, headers=headers, data = payload)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;#CREATING THE LOG FILE&lt;BR /&gt;filename = "%s_%.2i-%.2i-%i_%.2i-%.2i.txt" % (filename_prefix,now.day,now.month,now.year,now.hour,now.minute)&lt;BR /&gt;f = open(filename, 'w')&lt;/P&gt;&lt;P&gt;print('AP01', response1.text.encode('utf8'), file=f)f)&lt;BR /&gt;f.close()&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 16:48:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483915#M295967</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-12-09T16:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483916#M295968</link>
      <description>&lt;P&gt;You would think it would be something as easy as checking multiple boxes (AP's) and issuing a reboot command... lol.  Then again, we can't see something as simple as AP uptime or even switch uptime.  I've been making these kinds of wishes for years. &lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 19:20:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483916#M295968</guid>
      <dc:creator>Macguy1</dc:creator>
      <dc:date>2022-12-13T19:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483917#M295969</link>
      <description>&lt;P&gt;I know, right? Everytime I put in a case with TAC, they always do it and I'm just like 'when is this coming to me?'. Crickets after that, lol. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 13:33:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483917#M295969</guid>
      <dc:creator>USMCMortars0341</dc:creator>
      <dc:date>2022-12-15T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483918#M295970</link>
      <description>&lt;P&gt;Semper Fi, (Pog here) thank you for your service. It was mentioned above but I use the switch to cycle the PoE ports we need to reboot...simple as it can be for now for me.&lt;/P&gt;&lt;P&gt;ie..interface range, shut, no shut. Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:18:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483918#M295970</guid>
      <dc:creator>Shawn Kingston</dc:creator>
      <dc:date>2022-12-15T17:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483919#M295971</link>
      <description>&lt;P&gt;Semper Fi brother. Thank you for yours. I do that, but Meraki doesn't use CLI so it's all manual via GUI. That's the only thing I miss about non Meraki. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:21:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483919#M295971</guid>
      <dc:creator>USMCMortars0341</dc:creator>
      <dc:date>2022-12-15T17:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483920#M295972</link>
      <description>&lt;P&gt;AH! Meraki switch, yeap, missed that part. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:23:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483920#M295972</guid>
      <dc:creator>Shawn Kingston</dc:creator>
      <dc:date>2022-12-15T17:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483921#M295973</link>
      <description>&lt;P&gt;Hi All , just to let you know we have now created a new app for this function that you can download on IOS or Android . You can create groups of Meraki devices from any Network / ORG and schedule reboot times . &lt;A href="https://meraki-rebooted.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://meraki-rebooted.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 20:14:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483921#M295973</guid>
      <dc:creator>timo75</dc:creator>
      <dc:date>2023-02-14T20:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483922#M295974</link>
      <description>&lt;P&gt;LOL 29.99 a year to be able to reboot multiple AP's from a mobile device.  Sorry... pass. &lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:31:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483922#M295974</guid>
      <dc:creator>Macguy1</dc:creator>
      <dc:date>2023-02-15T13:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483923#M295975</link>
      <description>&lt;P&gt;Weird, the app says age is 4 years old, something smells fishy. &lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:43:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483923#M295975</guid>
      <dc:creator>Shawn Kingston</dc:creator>
      <dc:date>2023-02-15T13:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483924#M295976</link>
      <description>&lt;P&gt;Hey Shawn,&lt;/P&gt;&lt;P&gt;I reached out to my Meraki rep who said this SplashAccess company is one of their top integration partners.  Definitely legit.  Who knows, maybe Cisco/Meraki purchases them. &lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:15:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483924#M295976</guid>
      <dc:creator>Macguy1</dc:creator>
      <dc:date>2023-02-15T15:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483925#M295977</link>
      <description>&lt;P&gt;I think its something to do with the first app i created which was about 4 years ago, you know apple and its impossible to get any support &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt; All legit and above board &lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 08:33:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483925#M295977</guid>
      <dc:creator>timo75</dc:creator>
      <dc:date>2023-03-05T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483926#M295978</link>
      <description>&lt;P&gt;Hi Macguy , The app is geared towards people who would like something quick and simple and don't have time to create the scripts to do it themselves , I am trying to get the pricing right as this is the first time we have created something like this for mobiles as SplashAccess has been creating Captive Portal solutions for nearly 11 years , Works out at £29.99 a year or £2.99 a month , this was calculated to try and cover ongoing server costs etc ... what would you think for pricing ??  We have new features being added to the app in the coming months and are keen to get your feedback to make it better . &lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 08:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483926#M295978</guid>
      <dc:creator>timo75</dc:creator>
      <dc:date>2023-03-05T08:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot multiple APs simultaneously</title>
      <link>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483927#M295979</link>
      <description>&lt;P&gt;Hey Tim,&lt;/P&gt;&lt;P&gt;Well first off, my main gripe is that this simple functionality should be build into Meraki dashboard.  Sadly, this is another example of TAC can do it but admins cannot (like also see switch/AP uptime).  We had a firmware issue with AP slowness over time and rebooting AP's in each network was the only solution.  Finally, a firmware update fixed the issue.  That was really the only time we needed to do what your app does.  Tough to determine a price tag. &lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:50:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/reboot-multiple-aps-simultaneously/m-p/5483927#M295979</guid>
      <dc:creator>Macguy1</dc:creator>
      <dc:date>2023-03-07T15:50:13Z</dc:date>
    </item>
  </channel>
</rss>

