<?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: How to download AP firmware from SZ directly? in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38946#M3379</link>
    <description>&lt;P style="margin: 0;"&gt;Dont think you can.. there arent individual firmware files on the SZ for&amp;nbsp; each model.. you'd need to flash them all to the standalone FW AFAIK and then provision them on the SZ.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jan 2022 20:03:01 GMT</pubDate>
    <dc:creator>jamie_walmsley</dc:creator>
    <dc:date>2022-01-09T20:03:01Z</dc:date>
    <item>
      <title>How to download AP firmware from SZ directly?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38945#M3378</link>
      <description>&lt;P style="margin: 0;"&gt;I've got an unleashed deployment I want to convert over to SZ now that they've been upgraded to a supported version for the R850.&amp;nbsp; i'd like to skip the step of these things upgrading themselves multiple times to convert to SZ.&amp;nbsp; I know the SZ hosts copies of the firmware for every model of AP thats supported.&amp;nbsp; Can someone post how to pull the firmware for a specific model so I can upload to my unleashed deployment?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 19:57:18 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38945#M3378</guid>
      <dc:creator>Greg_WiGuy</dc:creator>
      <dc:date>2022-01-09T19:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to download AP firmware from SZ directly?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38946#M3379</link>
      <description>&lt;P style="margin: 0;"&gt;Dont think you can.. there arent individual firmware files on the SZ for&amp;nbsp; each model.. you'd need to flash them all to the standalone FW AFAIK and then provision them on the SZ.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 20:03:01 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38946#M3379</guid>
      <dc:creator>jamie_walmsley</dc:creator>
      <dc:date>2022-01-09T20:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to download AP firmware from SZ directly?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38947#M3380</link>
      <description>&lt;P&gt;&lt;A href="https://forums.ruckuswireless.com/users/5f9169f349d3ca752488cb68" style=""&gt;@jamie_walmsley&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks, its something i did a long time ago with someone from Ruckus, just forgot how to do it.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 20:04:12 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38947#M3380</guid>
      <dc:creator>Greg_WiGuy</dc:creator>
      <dc:date>2022-01-09T20:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to download AP firmware from SZ directly?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38948#M3381</link>
      <description>&lt;P style="margin: 0;"&gt;Hi &lt;A href="https://forums.ruckuswireless.com/users/5f9169eb49d3ca7524889fba"&gt;@Greg_WiGuy&lt;/A&gt;&amp;nbsp;&lt;A href="https://forums.ruckuswireless.com/users/5f9169f349d3ca752488cb68"&gt;@jamie_walmsley,&lt;/A&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;We do maintain individual AP firmware for each model in SZ database.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;We can run below set of commands from AP CLI. In below example, IP 10.1.1.1 is the SZ Control Plane IP and T310C is the AP Model. We were trying to pull firmware version 5.2.1.0.1038, through HTTP on port 91.&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Downloading directly from SZ is not allowed. Commands should be run on each and every AP, which is time consuming. However, support Engineers has access to SZ shell, they can help you pull the AP image. Please feel free to open a case.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;fw set host 10.1.1.1&lt;BR /&gt;fw set control wsg/firmware/T310C_5.2.1.0.1038&lt;BR /&gt;fw set proto http&lt;BR /&gt;fw set port 91&lt;BR /&gt;fw update&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Regards,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Parikshith&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Sr Staff TSE&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 05:57:37 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38948#M3381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-10T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to download AP firmware from SZ directly?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38949#M3382</link>
      <description>&lt;P&gt;&lt;A href="https://forums.ruckuswireless.com/users/5fa5ac8235f40c122b57116d" style=""&gt;@parikshith_nagaraj_aa0004&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you, these commands worked really well once I adapted them to the R850 on my current SZ code.&amp;nbsp; The conversion was very quick after running the reboot command.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 19:37:40 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/How-to-download-AP-firmware-from-SZ-directly/m-p/38949#M3382</guid>
      <dc:creator>Greg_WiGuy</dc:creator>
      <dc:date>2022-01-10T19:37:40Z</dc:date>
    </item>
  </channel>
</rss>

