<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Important Announcement — RUCKUS Networks Community</title>
        <link>https://community.ruckuswireless.com/</link>
        <pubDate>Mon, 21 Sep 2026 20:02:27 +0000</pubDate>
        <language>en</language>
            <description>Important Announcement — RUCKUS Networks Community</description>
    <atom:link href="https://community.ruckuswireless.com/discussions/tagged/important-announcement/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Welcome to the New and Improved RUCKUS Community!</title>
        <link>https://community.ruckuswireless.com/discussion/115505/welcome-to-the-new-and-improved-ruckus-community</link>
        <pubDate>Wed, 12 Aug 2026 15:10:48 +0000</pubDate>
        <category>Announcements</category>
        <dc:creator>dave_feasey</dc:creator>
        <guid isPermaLink="false">115505@/discussions</guid>
        <description><![CDATA[<h5 data-id="we-re-excited-to-welcome-you-to-the-new-ruckus-community-forums">We're excited to welcome you to the new RUCKUS Community Forums. </h5><p>We've moved to a brand new modern platform which sets us up for growth and innovation over the next few years. Our aim is to revitalize the Community as a place to get help from RUCKUS Team members as well as your peers. But coming soon we'll be adding many features and capabilities to make Community a destination for product discussions and ideas, specialty groups, vertical market solutions and event announcements.</p><p>At the risk of repeating ourselves:</p><ul><li>Please be sure to read the <a href="https://community.ruckuswireless.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fruckus-networks.vanillacommunities.com%2Fdiscussion%2F89%2Fruckus-community-guidelines" target="_blank" rel="nofollow noopener ugc">Community Guidelines</a> before posting.</li><li>Please visit the <a href="https://community.ruckuswireless.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fruckus-networks.vanillacommunities.com%2Fkb%2Fhelp-kb" target="_blank" rel="nofollow noopener ugc">Community Help and FAQs</a> for tips on using Vanilla features.</li><li><strong>Lennar SmartHome Customers:</strong> Please visit our <a href="https://community.ruckuswireless.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fruckus-networks.vanillacommunities.com%2Fcategories%2Flennar-knowledge-base" target="_blank" rel="nofollow noopener ugc"><strong>Lennar Knowledge Base</strong></a> for quick answers to common issues before posting to the forum.</li></ul><p>Happy posting!</p>]]>
        </description>
    </item>
    <item>
        <title>DHCP Issue. ICX7750 Version 08.0.95pT203..Help!!</title>
        <link>https://community.ruckuswireless.com/discussion/101688/dhcp-issue-icx7750-version-08-0-95pt203-help</link>
        <pubDate>Wed, 15 Jan 2025 00:26:09 +0000</pubDate>
        <category>SmartZone and Virtual SmartZone</category>
        <dc:creator>PC_JP</dc:creator>
        <guid isPermaLink="false">101688@/discussions</guid>
        <description><![CDATA[<p>Continuing this issue I am reposting the issue posted by someone as i dont get proper reply in comments.</p><p><a rel="nofollow" href="https://community.ruckuswireless.com/t5/ICX-Switches/DHCP-server-icx-7750/m-p/101495#M7109" target="_self">https://community.ruckuswireless.com/t5/ICX-Switches/DHCP-server-icx-7750/m-p/101495#M7109</a>&nbsp;</p><p>SW version is 08.0.95pT203</p><p>I have created 2 VLANS. For example vlan 100 and vlan 101<br />For vlan 100 I have used the dhcp pool created on ICX7750 and For Vlan 101 I used the TP-link router to provide DHCP. Both PC+ Mobile working fine with VLAN101 in SSID101 but VLAN 100 has SSID 100 in AP on which only PC get connects.</p><p>On checking VSZ6.1.2 it shows in AP clients i can see the DHCP ip received by the PC but the DHCP from the mobile phone reaches to VSZ but it shows 0.0.0.0:: and it donot request the dhcp to switch but incase of PC it does with the same SSID.</p><p>On checking via Wireshark:</p><p>--On Laptop (Wi-Fi)<br />--Receives DHCP Pool Address<br />DHCP Request:<br />*Option:(50) Requested IP address (192.168.92.4)<br />DHCP ACK:<br />*Option:(54) DHCP Server Identifier(192.168.92.1)</p><p>--On Mobile (Same Wi-Fi)<br />--Do not lease IP address, no Request and ACK, Only Discover is seen in Wireshark<br />*Option:(53) DHCP Message Type (Discover)<br />DHCP: Discover (1)<br />*Option:(61) Client Identifier<br />Client Mac Address:&lt;------&gt;<br />*OPtion:(12) Hostname<br />Hostname: &lt;Redmi-12-5G&gt;<br />*option:(55) Parameter Request list<br />Length:12<br />Parameter Request List Item: (1) Subnet mask<br />Parameter Request List Item: (3) Router<br />Parameter Request List Item: (6) Domain name Server<br />Parameter Request List Item: (15) Domain name<br />Parameter Request List Item: (26) Interface MTU<br />Parameter Request List Item: (28) Broadcast Address<br />Parameter Request List Item: (51) IP Address lease time<br />Parameter Request List Item: (58) Renewal time value<br />Parameter Request List Item: (43) vendor-specific Information<br />Parameter Request List Item:(114) DHCP Captive-Portal<br />Parameter Request List Item: (108) IPv6-Only Preferred</p><p><br />switch configuration:<br />ip dhcp-server pool vlan100<br />excluded-address 192.168.92.1<br />!<br />excluded-address 192.168.92.100 192.168.92.254<br />lease 1 0 0<br />network 192.168.92.0 255.255.255.0<br />option 3 ip 192.168.92.1<br />deploy<br />ip helper-use-responder-ip</p><p><br />interface ve 100<br />vrf forwarding abc<br />ip address 192.168.92.1 255.255.255.0<br />ip helper-address 1 192.168.92.1</p><p><br />also globally i have enabled<br />ip dhcp-server enable<br />ip dhcp-server relay-agent-echo enable</p>]]>
        </description>
    </item>
    <item>
        <title>Unleashed Overview</title>
        <link>https://community.ruckuswireless.com/discussion/76913/unleashed-overview</link>
        <pubDate>Wed, 13 Mar 2024 15:12:55 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Vásquez_Fer</dc:creator>
        <guid isPermaLink="false">76913@/discussions</guid>
        <description><![CDATA[<p>This provides a concise summary of the Unleashed network's operation, outlining essential requirements and handy commands for configuration.</p>
<p><strong>Unleashed Overview</strong></p>
<p><span>In an Unleashed network, a RUCKUS Unleashed 'Master' Access Point acts similarly to a controller, managing all control functions. These settings are then propagated to the other APs in the network. If the Master AP go offline, a 'Member' AP will automatically take on the role of the Unleashed Master, assuming control and maintaining network operations.</span></p>
<p><strong>Unleashed Support</strong></p>
<p>-Bridge mode 128 APs and 2,048 clients.</p>
<p>-Gateway mode supports up to 25 APs and 512 clients.</p>
<p>-<a href="https://docs.commscope.com/bundle/unleashed-200.15-onlinehelp/page/GUID-AB82AF31-39CA-48EA-9486-B0B8AFE3C55E.html" target="_blank" rel="noopener noreferrer nofollow">Dedicated Master </a></p>
<p><a href="https://docs.commscope.com/bundle/unleashed-200.15-onlinehelp/page/GUID-586B59E7-7349-4B65-BE81-FA220DC0F772.html" target="_blank" rel="noopener noreferrer nofollow">Overview Limitations from Zone Director </a></p>
<p>-IPv6 is not supported.</p>
<p>-No interface to communicate with SmartCell Insight analytics engine or SPoT location.</p>
<p>-No Northbound Interface to pass client authentication responsibility to an external entity.</p>
<p>-No WLAN groups.</p>
<p><strong>What are the necessary conditions or prerequisites for an access point to successfully connect to an existing Unleashed network?</strong></p>
<p>Connect the Member Access Point (AP) to the network, ensuring it is on the same VLAN as the Master AP. Upon powering up, the Member AP will engage in an election to determine if a Master already exists. It's important that the Member AP either matches or has a lower firmware version than the Master.</p>
<p>Additionally, it must be able to ping the Master AP and share the same country code setting.</p>
<p><strong> Commands to check if a member Access Point is not joining to the Unleashed Network.</strong></p>
<ul>
<li>&nbsp;ping &lt; Master_AP&gt;</li>
<li>&nbsp;get version&nbsp;</li>
<li>&nbsp;get boarddata : Display hardware version and system board information</li>
<li>&nbsp;get discovery-agent: Check if LLWAP protocol is enable.</li>
<li>get countrycode :</li>
<li>get director : show Master AP information.</li>
<li>get election: shows the status of all Unleashed APs</li>
<li>get syslog log</li>
</ul>
<p>The same information can be collected on the Master AP.</p>
<ul>
<li>Ping &lt;Member_IP&gt;</li>
<li>get version&nbsp;</li>
<li>get countrycode&nbsp;</li>
<li>get boarddata&nbsp;</li>
<li>get election&nbsp;</li>
</ul>
<p>Ruckus CLI on unleashed when SSH to the Access Points.</p>
<p>The '<strong>ruckus&gt;</strong>' CLI prompt indicates you are logged into the 'Master' Access Point. From here, you can navigate through various configuration modes to manage settings and preferences.</p>
<p><strong> Enable:</strong></p>
<p><strong> ruckus#</strong></p>
<p>Under enable mode we can go to different modes example:</p>
<p><strong>ap-mode</strong>: Note under this mode you can run set-get commands.</p>
<p><strong>ruckus(ap-mode)#</strong></p>
<p>&nbsp;</p>
<p><strong> Config</strong></p>
<p><strong> ruckus(config)# </strong></p>
<p>Under config there are some different modes</p>
<p>+<strong>Admin: </strong></p>
<p>ruckus(config-admin)#</p>
<p>+<strong>System:</strong></p>
<p>ruckus(config-sys)#</p>
<p>+<strong>Using the Mac-address of the AP</strong>:&nbsp;</p>
<p>ruckus(config)# ap d4:bd:4f:01:bc:10<br />The AP 'd4:bd:4f:01:bc:10' has been loaded. To save the AP, type 'end' or 'exit'.<br />ruckus(config-ap)#</p>
<p>The '<strong>rkscli</strong>:' prompt indicates that you are logged into a 'Member' Access Point. In this CLI, you can execute 'get' or 'set' commands to retrieve or configure the Access Point settings. For example:</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/11030iFF915AAB6400D6CD/image.png" role="button" title="Vsquez_Fer_0-1710342089483.png" alt="Vsquez_Fer_0-1710342089483.png" /></span></p>
<p>Best Regards&nbsp;</p>
<p>Fernando Vasquez&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>T610 PROBLEM</title>
        <link>https://community.ruckuswireless.com/discussion/97569/t610-problem</link>
        <pubDate>Tue, 17 Sep 2024 21:08:24 +0000</pubDate>
        <category>Access Points - Indoor and Outdoor</category>
        <dc:creator>VELECASNI</dc:creator>
        <guid isPermaLink="false">97569@/discussions</guid>
        <description><![CDATA[<p>Hello. I got a few questions.</p><p>I got a T610 AP from my friend and I cannot acces it. When i plug it in POE it gets ip adress from&nbsp;DHCP&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(169.254.62.226). I cannot acces it at all. My configure.me (xxx) is locked and the password is S/N from AP. When I connect nothing happens.&nbsp; Probably the AP was somewhere before configured. Is there any way to HARD reset it so the AP got his default ip 192.168.0.1 so i can configure it? If not, is there any way someone could explain a bit how to put new firmaware over tftp ( dunno if this will work cause i can't get it's ip)</p><p>&nbsp;</p><p>&nbsp;</p><p>Thanks a lot!</p>]]>
        </description>
    </item>
    <item>
        <title>DNS Domain configuration causing AP connectivity issue with RUCKUS Cloud</title>
        <link>https://community.ruckuswireless.com/discussion/52648/dns-domain-configuration-causing-ap-connectivity-issue-with-ruckus-cloud</link>
        <pubDate>Thu, 26 Jan 2023 16:31:13 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>syamantakomer</dc:creator>
        <guid isPermaLink="false">52648@/discussions</guid>
        <description><![CDATA[<p>Hello All,</p>
<p>In this article, I will explains an issue with customer DHCP configuration (related to DNS Domain name) which can potentially cause AP connectivity issue with RUCKUS Cloud.</p>
<p><span style="font-size: x-large;">Symptoms</span></p>
<ul>
<li>If you hit this issue, AP may show online but as soon as you make any configuration changes on venue, AP, WLAN, it will result AP state changing to "Never contacted Cloud".</li>
</ul>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/4902i0AA066104D7283F6/image.png" width="473" height="89" role="button" title="syamantakomer_0-1674750192338.png" alt="syamantakomer_0-1674750192338.png" /></span></p>
<ul>
<li>AP will not show any new event, since the time of its last successful connection to Cloud.<br />In some cases AP will also show in "Operational -&nbsp; applying configuration" state on Cloud UI and will never complete applying configuration.</li>
</ul>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/4903iD31884E7B562F7CA/image.png" width="473" height="77" role="button" title="syamantakomer_1-1674750294702.png" alt="syamantakomer_1-1674750294702.png" /></span></p>
<ul>
<li>AP will still serve clients with last known configuration (if AP was not rebooted).</li>
</ul>
<p><span style="font-size: x-large;">How to troubleshoot?</span></p>
<ul>
<li>Run a capture on switch port where AP is connected and reboot the AP.<br /><em><strong>Note:</strong></em>&nbsp;This will not help if AP is configured with static IP configuration.</li>
<li>Check the uplink packet capture and analyze (look at the DHCP Offer frame) the DHCP packets for the DHCP process.</li>
<li>You will see DHCP server sending DNS domain name information.</li>
</ul>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/4904i96C65F2F6A018B07/image.png" width="666" height="441" role="button" title="syamantakomer_2-1674750349311.png" alt="syamantakomer_2-1674750349311.png" /></span></p>
<ul>
<li>When Domain Name is added to the DHCP and configured on AP, AP will append the AP-Cloud discovery URL which is device.ruckus.cloud to device.ruckus.cloud.xyz.com. Because of this change in Cloud URL, AP will not be able to reach the correct controller IP (usually DNS resolution will fail) and will eventually fail to connect to Cloud.</li>
<li>In case domain specific URL (in this case "device.ruckus.cloud.xyz.com") has a valid DNS entry on customer/public DNS server, it will further result in connection failure as resulted IP address will not match with the correct Cloud controller IP address.</li>
<li>You can also factory reset one AP and then SSH into it (with default credentials super/sp-admin), run below commands to confirm if AP is getting the DNS Domain name configuration from DHCP.</li>
<li>Run and review the output of "get dns" command.</li>
<li>Output when DNS Domain name is received from DHCP server.<br />
<p>rkscli: <br />rkscli: get dns<br />Allow DNS from DHCP: Enabled<br />Ethernet DNS servers:<br />DNS 1 : 8.8.8.8<br />DNS 2 : 8.8.4.4</p>
<p>IPv6 DNS Setting</p>
<p><strong>DNS Domain</strong><br /><span style="color: #339966;"><strong>&lt;None&gt;</strong></span></p>
<p>DNS Search List<br />&lt;None&gt;<br />OK</p>
</li>
<li>
<p>Output when DNS Domain name is received from DHCP server</p>
<p>rkscli: <br />rkscli: get dns<br />Allow DNS from DHCP: Enabled<br />Ethernet DNS servers:<br />DNS 1 : 8.8.8.8<br />DNS 2 : 8.8.4.4</p>
<p>IPv6 DNS Setting</p>
<p><strong>DNS Domain</strong><br /><span style="color: #FF0000;"><strong>xyz.com</strong></span></p>
<p>DNS Search List<br />&lt;None&gt;<br />OK</p>
</li>
</ul>
<p><span style="font-size: xx-large;">Resolution</span></p>
<p>While issue is impacting RUCKUS APs, this is completely an issue caused by customer DNS and/or DHCP server configuration.</p>
<p>Follow below steps to fix the issue.</p>
<ul>
<li>Check and remove the domain name configuration from DHCP IP pool which is used for RUCKUS Access points.</li>
<li>Just updating the configuration on DHCP server may not fix APs as APs will still hold old IP&nbsp;which has valid lease time. In this case you may reboot the AP so that AP can get the fresh IP lease from DHCP server without DNS domain name. Also clearing the IP lease from DHCP server can help.</li>
<li>Even after rebooting or re-requesting IP from DHCP if issue is not solved, remove the AP from the Cloud and re-add.</li>
<li>If you continue seeing issue even after fixing the DHCP configuration, please contact RUCKUS Support and report the issue.</li>
</ul>
<p>I hope this will help!</p>
<p>Got any queries? Start the conversation!</p>
<p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>iPad losing Internet connection</title>
        <link>https://community.ruckuswireless.com/discussion/77886/ipad-losing-internet-connection</link>
        <pubDate>Tue, 09 Apr 2024 13:47:49 +0000</pubDate>
        <category>RUCKUS One</category>
        <dc:creator>jstenorio</dc:creator>
        <guid isPermaLink="false">77886@/discussions</guid>
        <description><![CDATA[<p>I have R350, R550 and R650 APs.&nbsp;<span>We're using WPA2. We are having problems with apple devices, they connect to the WiFi and loses the internet when they goes to sleep (without disconnecting from the WiFi). I have to disable and enable WiFi on the device to get internet again. It is not a problem of coverage or interference because android devices and laptops does not have that problem.</span></p><p><span>Does any of you have a solution for this?&nbsp;</span>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>Important Notice: RUCKUS DRS Certificate change - Action Required before 27th March 2024</title>
        <link>https://community.ruckuswireless.com/discussion/77238/important-notice-ruckus-drs-certificate-change-action-required-before-27th-march-2024</link>
        <pubDate>Thu, 21 Mar 2024 17:21:00 +0000</pubDate>
        <category>SmartZone and Virtual SmartZone</category>
        <dc:creator>Parik_MN</dc:creator>
        <guid isPermaLink="false">77238@/discussions</guid>
        <description><![CDATA[<p><strong>Dear Valued Customers,</strong></p><p><strong>&nbsp;</strong>This communication is intended for our Partners/Customers who rely on Device Registrar Service (DRS) to onboard devices (AP/Switch) onto Smart Zone Controller.</p><p>Please be aware of an upcoming change to the Device Registrar Service (DRS) Public Certificate Issuer. The Public Certificate Issuer is scheduled to be migrated from Entrust to GoDaddy, on March 27, 2024.&nbsp;</p><p><strong>Action Required:</strong></p><p>Customers who onboard devices through DRS discovery should whitelist <strong><a href="http://ocsp.godaddy.com" target="_blank" rel="nofollow noopener noreferrer">http://ocsp.godaddy.com</a> </strong>in their firewalls, so that the devices can OCSP-validate the DRS certificate before performing Controller discovery.</p><p><strong>Impact on Customers:</strong></p><p><strong>This activity impacts only those Customers who have outbound firewall rules blocking OCSP validation. In such environments devices would fail to discover a controller through DRS service.</strong></p><p><strong>FAQs:</strong></p><ul><li><strong>What is the downtime of this activity?</strong></li><li>There is no downtime expected.</li></ul><p>&nbsp;</p><ul><li><strong>What happens to my devices which are in production? </strong></li><li>There is no impact on devices which are in production or until the devices are rebooted.</li></ul><p>&nbsp;</p><ul><li><strong>Who and what does it affect?</strong></li><li>Customers who are about to deploy devices already registered or about to be registered in DRS should whitelist <strong><em><a href="http://ocsp.godaddy.com" target="_blank" rel="nofollow noopener noreferrer">http://ocsp.godaddy.com</a></em></strong>.</li></ul><p>If you have any urgent concerns or require immediate assistance, please do not hesitate to reach out to our support team at <a href="https://support.ruckuswireless.com/contact-us" target="_blank" rel="noopener noreferrer nofollow">https://support.ruckuswireless.com/contact-us</a></p><p>Thank you for your continued support.</p><p>Sincerely,</p><p>Ruckus NOC</p>]]>
        </description>
    </item>
    <item>
        <title>FQDNs and Ports that need to be open in Firewall for Ruckus One</title>
        <link>https://community.ruckuswireless.com/discussion/76386/fqdns-and-ports-that-need-to-be-open-in-firewall-for-ruckus-one</link>
        <pubDate>Thu, 29 Feb 2024 11:15:27 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>vasanth_edward</dc:creator>
        <guid isPermaLink="false">76386@/discussions</guid>
        <description><![CDATA[<p><span>To ensure proper communication between the APs and switches with RUCKUS One, customers must allow some FQDNs and Ports in their Firewall.</span></p>
<p><strong>Customer Environment</strong></p>
<p>APs and Switches deployed behind a firewall and inbound/outbound traffic needs to be allowed for successful communication between RUCKUS network devices and RUCKUS One.</p>
<p><strong>Symptoms</strong></p>
<p>Newly added APs and switches are in Never Contacted Cloud state, not joining RUCKUS One.</p>
<p><strong>Resolution</strong></p>
<p>To allow RUCKUS One to function properly, please configure your firewall to allow for outbound connectivity according to the following guidelines:<br />&nbsp;</p>
<p><strong>Outbound HTTPS (TCP 443) from APs and Switches to</strong>:</p>
<p><a href="https://ap-registrar.ruckuswireless.com" target="_blank" rel="noopener noreferrer nofollow">https://ap-registrar.ruckuswireless.com</a><br /><a target="_blank">https://sw-registrar.ruckuswireless.com</a><br /><a target="_blank">https://ocsp.comodoca.com</a><br /><a target="_blank">https://ocsp.entrust.net</a><br /><a target="_blank">https://ruckus.cloud</a><br /><a target="_blank">https://eu.ruckus.cloud</a><br /><a target="_blank">https://asia.ruckus.cloud</a><br /><a target="_blank">https://device.ruckus.cloud</a><br /><a target="_blank">https://device.eu.ruckus.cloud</a><br /><a target="_blank">https://device.asia.ruckus.cloud</a><br /><a target="_blank">https://storage.googleapis.com<br />http://ocsp.godaddy.com<br /></a></p>
<p><br /><strong>Outbound SSH (TCP 22) from APs and Switches to:</strong></p>
<p><a target="_blank">device.ruckus.cloud</a><br /><a target="_blank">device.eu.ruckus.cloud</a><br /><a target="_blank">device.asia.ruckus.cloud</a></p>
<p><br /><strong>Network Requirements</strong></p>
<p>The following list of firewall ports is required to allow APs to enable Cloud discovery and continued connection with the Cloud</p>
<p>Checking the firewall ports is the first step of troubleshooting if an AP is unable to connect to the Cloud or disconnects from the Cloud.</p>
<p><a href="https://docs.cloud.ruckuswireless.com/ruckusone/userguide/GUID-D00EA4CC-7B8A-4F99-969B-2A5FB5DDB178-low.png" target="_self" rel="noopener noreferrer nofollow">https://docs.cloud.ruckuswireless.com/ruckusone/userguide/GUID-D00EA4CC-7B8A-4F99-969B-2A5FB5DDB178-low.png</a>&nbsp;</p>
<p>If these information helped you in any way, please click on "KUDOs", so you can help other users.</p>]]>
        </description>
    </item>
    <item>
        <title>R770 Flashing Amber and can&#39;t set up</title>
        <link>https://community.ruckuswireless.com/discussion/74817/r770-flashing-amber-and-cant-set-up</link>
        <pubDate>Fri, 19 Jan 2024 18:20:36 +0000</pubDate>
        <category>Access Points - Indoor and Outdoor</category>
        <dc:creator>igobypenn</dc:creator>
        <guid isPermaLink="false">74817@/discussions</guid>
        <description><![CDATA[<p>I recently purhcased a ruckus R770.&nbsp;</p><p>Very basically I've tried to follow the AP Setup guide on the ruckus website but haven't been able to complete it.&nbsp;</p><p>I'm using a POE Injector ( TRENDnet TPE-319GI capable of POE++ and 10G) and new 1ft cat 6a cables.&nbsp;</p><p>First set up I tried.&nbsp;</p><p>AP -&gt; POE Port on injector, Laptop -&gt; POE Data Port. In this situation The AP will power on and the LED indicator will go from Solid RED -&gt; Solid Amber -&gt; Flashing Amber. And no matter how long i wait (up to 6 hrs) the LED will never turn to solid green and even when setting static IP address on Laptop to suggested 192.168.0.22 , I cannot access 192.168.0.1 in any web browser(chrome,firefox,brave,edge)</p><p>Next Set up i tried was&nbsp;</p><p>AP-&gt; poe port on injector, POE Data Port -&gt; Switch and Laptop to Switch. Same exact result.&nbsp;</p><p>I then tried factory reseting by holding the reset button until the light went from red-&gt; red with green to solid red). I then again tried the above scenarios exhibiting the same behavior.&nbsp;</p><p>At this point , I don't know what else to try and some help would be greatly appreciated. Thanks.&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>Known issue: Iphone with IOS 16 can&#39;t reach &quot;unleashed.ruckuswireless.com&quot; after connected to Unleashed network (Wireless Lennar Home network)</title>
        <link>https://community.ruckuswireless.com/discussion/61337/known-issue-iphone-with-ios-16-cant-reach-unleashed-ruckuswireless-com-after-connected-to-unleashed-network-wireless-lennar-home-network</link>
        <pubDate>Thu, 22 Jun 2023 19:05:59 +0000</pubDate>
        <category>RUCKUS Support for Lennar Homes</category>
        <dc:creator>DavidCh</dc:creator>
        <guid isPermaLink="false">61337@/discussions</guid>
        <description><![CDATA[<p>Hello Community,</p>
<p><strong>This is an announcement about this know issue we are currently working on Please check this information if you run into it.</strong></p>
<p><strong>Issue: iPhone&nbsp;with IOS 16 can't reach "unleashed.ruckuswireless.com" after connected to Unleashed network</strong></p>
<p><span><strong>Error message:</strong>&nbsp;"Not connected to the Unleashed network"</span></p>
<p><span><strong><u>PLEASE NOTE:</u>&nbsp;This is a known issue on which we are working with our Engineering Team internally. And&nbsp;This issue is expected to be fixed in the upcoming Unleashed version 200.14 software release and the App Release. &nbsp;</strong></span></p>
<p><span><strong>The estimated Time of Arrival (ETA) for the release is Mid of July 2023.</strong></span></p>
<p><span style="color: #FF0000;"><span><strong>For now, please refer to the workaround, that will be using the IP Address of Master AP as described in the below process.</strong></span></span></p>
<p><span>If you haven’t tried Accessing Unleashed on a web browser via the IP address of the Access Points, could you please try to find the&nbsp;<strong>Master IP address of the Access Point</strong>&nbsp;and try to check it on a browser?&nbsp;<strong>Please refer to the below guide to find the IP address.</strong></span></p>
<p><span><strong>How to find my Ruckus “Devices IP address” using free applications:</strong></span></p>
<p><a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Support-for-Lennar-Homes/How-to-find-my-Ruckus-Devices-IP-address-using-free-applications/td-p/47027" target="_blank"><span>https://community.ruckuswireless.com/t5/RUCKUS-Support-for-Lennar-Homes/How-to-find-my-Ruckus-Device...</span></a></p>
<p><span>You should see the below Unleashed dashboard after finding the IP Address of the AP. Try to log in</span></p>
<div id="tinyMceEditordavid_chavarri2_0">&nbsp;</div>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7094iA063E0934F2C04D6/image.png" role="button" title="david_chavarri2_5-1687460490423.png" alt="david_chavarri2_5-1687460490423.png" /></span></p>
<p><span><strong>Refer to the below screenshot to know your MASTER IP Address on the Web Unleashed system.</strong></span></p>
<div id="tinyMceEditordavid_chavarri2_1">&nbsp;</div>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7095i7EC8EAAC96842EAF/image.png" role="button" title="david_chavarri2_6-1687460521333.png" alt="david_chavarri2_6-1687460521333.png" /></span></p>
<p><span><strong>Once you find and can log in via the IP Address of the Unleashed Master Access Point, please try the below steps.</strong></span></p>
<p><span>1. Make sure you are connected to the RUCKUS Access Point Wi-Fi Network.</span></p>
<p><span>2. Click on ‘change login destination’. (Please refer to the below screenshot)</span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7096iD9F8B3864296A210/image.png" role="button" title="lennar 1.png" alt="lennar 1.png" /></span></p>
<p> <span>3. Put your Unleashed&nbsp;<strong>MASTER Access Point IP Address</strong>&nbsp;as ‘Destination IP’ and save it. (Please refer to the below screenshot and 0.0.0.0 is just an example)</span></p>
<div id="tinyMceEditordavid_chavarri2_3">&nbsp;</div>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7097i3C3C06548CDDCE22/image.png" role="button" title="Lennar 2.png" alt="Lennar 2.png" /></span></p>
<p><span>4. Now try to log in to Unleashed App using your credentials.</span></p>
<p>&nbsp;</p>
<p><span><strong>Please follow ALL 4 STEPS as explained above.</strong></span></p>
<p><span><strong>If you have any questions about the Steps for the workaround please open a new post using this as reference.</strong></span></p>
<p><span>Best regards,</span></p>
<p><span>David Chavarria&nbsp; | Technical Support Manager.</span></p>
<p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>Ports to Open between different RUCKUS devices, servers and v/SmartZone controller</title>
        <link>https://community.ruckuswireless.com/discussion/61643/ports-to-open-between-different-ruckus-devices-servers-and-v-smartzone-controller</link>
        <pubDate>Tue, 27 Jun 2023 18:47:21 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>syamantakomer</dc:creator>
        <guid isPermaLink="false">61643@/discussions</guid>
        <description><![CDATA[<p>Hello All,</p>
<p>In this article we are going to share information about ports, which should be open on firewall for RUCKUS Access Points, Switches and other services/server to v/SmartZone communication.</p>
<p>For each major release port requirement may differ, so it is advised to refer the Administrator guide of respective release.</p>
<p>Refer the below documents major release wise.</p>
<ul>
<li><a href="https://docs.commscope.com/bundle/sz-611-basiccontrollersettings-sz300vsz/page/GUID-078C00BE-7543-4439-9326-F6509EA404A0.html" target="_self" rel="noopener noreferrer nofollow">6.x.x</a></li>
<li><a href="https://docs.commscope.com/bundle/sz-522-adminguide-sz300vsz/page/GUID-078C00BE-7543-4439-9326-F6509EA404A0.html" target="_self" rel="noopener noreferrer nofollow">5.x.x</a></li>
<li><a href="https://docs.commscope.com/bundle/sz-362-adminguide-sz300/page/GUID-078C00BE-7543-4439-9326-F6509EA404A0.html" target="_self" rel="noopener noreferrer nofollow">3.6.x</a></li>
<li><a href="https://support.ruckuswireless.com/documents/1838-smartzone-3-5-1-mr1-administrator-guide-sz300-scg200-vsz-h/download" target="_self" rel="noopener noreferrer nofollow">3.5.x</a>&nbsp;refer the page #349</li>
<li><a href="https://support.ruckuswireless.com/documents/1194-smartzone-3-4-1-mr-administrator-guide-scg200-vsz-h/download" target="_self" rel="noopener noreferrer nofollow">3.4.x</a> refer the page #416</li>
<li><a href="https://support.ruckuswireless.com/documents/961-smartzone-3-2-1-mr-administrator-guide-scg-200-vsz-h/download" target="_self" rel="noopener noreferrer nofollow">3.2.x</a> refer the page #410</li>
</ul>
<p>If your controller is running on 6.1.0 or later version, you can also go to "<em>Network &gt; Data and Control Plane &gt; Cluster</em>", select any of the controller nodes from the left side pan, then click on the "Network Settings" under "Details" section. It lists up all the required ports under "Inbound ports'&nbsp;</p>
<p>For exact release related information, please go to <a href="https://support.ruckuswireless.com/products/83-virtual-smartzone-vsz?open=document" target="_self" rel="noopener noreferrer nofollow">v/SmartZone documentation</a> at our support site and refer the administrator guide for your specific v/SmartZone version.</p>]]>
        </description>
    </item>
    <item>
        <title>How to reset entire Unleashed network for reconfiguration or gaining the access to Unleashed management, if access is lost?</title>
        <link>https://community.ruckuswireless.com/discussion/34759/how-to-reset-entire-unleashed-network-for-reconfiguration-or-gaining-the-access-to-unleashed-management-if-access-is-lost</link>
        <pubDate>Wed, 22 Sep 2021 14:59:06 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>syamantakomer</dc:creator>
        <guid isPermaLink="false">34759@/discussions</guid>
        <description><![CDATA[<p>In this self-help discussion, I will explain how we can reset Unleashed network (mainly customers having more than 1 AP in Unleashed network).</p>
<p>This may require when customer doesn’t know the access credentials for admin web console due to change in ownership of the device or lost password due to any other reason.</p>
<p>&nbsp;</p>
<p><strong>What is the problem?</strong></p>
<p>&nbsp;</p>
<p>If you have more than 1 AP in Unleashed network and want to reset entire network, this can be difficult due to redundancy feature on Unleashed.</p>
<p>If you factory reset current master, election process will quickly elect new master from any available AP in the network and old master AP will again join the Unleashed network as a member of it.</p>
<p>&nbsp;</p>
<p><strong>Then what is the solution?</strong></p>
<p>&nbsp;</p>
<p>There are three ways to factory reset entire Unleashed network.</p>
<p>&nbsp;</p>
<p><strong>Method-1</strong></p>
<ol>
<li>Disconnect all the APs physically from wired network, except the master AP.</li>
<li>Factory reset master AP by pushing and holding the reset button or using master AP CLI (ap-mode) and then run the command “<em>set factory</em>”.</li>
<li>Now reconfigure master as per requirement.</li>
<li>Reset other member APs one by one (one at a time), by powering up on a isolated network (member APs should not be able to reach master AP over the network) or using POE injector or power adapter.</li>
<li>Once all member APs factory defaulted, plug them back to the network so that they can be discovered by master and get the fresh configuration.</li>
</ol>
<p><em><strong>Note:</strong></em></p>
<ul>
<li>Above procedure needs physical access to the devices, so cannot be done remotely.</li>
<li>A power injector or POE switch (in isolated network) or a power adapter is required.</li>
</ul>
<p><strong>Method-2</strong>&nbsp;</p>
<ol>
<li>If all APs are connected to a managed switch, you can shut the switch ports of all the member APs.</li>
<li>Then factory reset master AP using CLI (<em>set factory</em>).</li>
<li>Now shut down the port for master and turn up other member APs (one at a time) and follow the same for rest of the APs.</li>
<li>Once all the APs are done, keep last AP online, configure as master and then un shut the all switch ports for other APs.</li>
</ol>
<p><em><strong>Note:</strong></em></p>
<ul>
<li>For the above procedure you must have access to switch(es) where APs are connected.</li>
<li>To run "set factory" CLI command on master AP you have to first go to "enable" mode &gt;&gt; "ap-mode" and then run the "set factory" command followed by "reboot".</li>
</ul>
<p>&nbsp;</p>
<p><strong>Method-3</strong></p>
<ol>
<li>SSH into each AP or use master AP CLI (remote AP CLI option) to hardcode member APs role as “member only”. This way none of the member APs can become master, if original master factory reset or unreachable/unavailable.<br /><br /><strong>Command (from master AP):</strong><br /><br /><em>Please login: admin</em><br /><em>Password:</em><br /><em>Welcome to Ruckus Unleashed Network Command Line Interface</em><br /><em>ruckus&gt; enable</em><br /><em>ruckus# debug</em><br /><em>You have all rights in this mode.</em><br /><em>ruckus(debug)# remote_ap_cli &lt;AP_MAC_ADDRESS&gt;"set election role 1"</em><br /><br /><em>Command Usage: set election role</em><br /><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;-&gt; role &lt;0=Clear 1=Member&gt;</em><br /><br /><strong>Command (from member AP):</strong><br /><br /><em>rkscli&gt; set election role 1</em><br /><br /><em>Command Usage: set election role</em><br /><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;-&gt; role &lt;0=Clear 1=Member&gt;</em></li>
<li>Now factory reset master, followed by member APs. Once all are done, configure master AP again, and all member will join it.</li>
</ol>
<p><em><strong>Note:</strong></em> This procedure requires access to Unleashed AP CLI (member and master both), so if admin login credentials are not available, this cannot be done.</p>
<p>&nbsp;</p>
<p>Got questions? Start the conversation!</p>]]>
        </description>
    </item>
   </channel>
</rss>
