<?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>Access points — RUCKUS Networks Community</title>
        <link>https://community.ruckuswireless.com/</link>
        <pubDate>Mon, 17 Aug 2026 17:25:44 +0000</pubDate>
        <language>en</language>
            <description>Access points — RUCKUS Networks Community</description>
    <atom:link href="https://community.ruckuswireless.com/discussions/tagged/access-points/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>NO Power on Access Points and ICX-7150-C12P Switch with Yellow and GREEN lights on SYST &amp; PWR</title>
        <link>https://community.ruckuswireless.com/discussion/110518/no-power-on-access-points-and-icx-7150-c12p-switch-with-yellow-and-green-lights-on-syst-pwr</link>
        <pubDate>Fri, 24 Oct 2025 14:47:49 +0000</pubDate>
        <category>RUCKUS Support for Lennar Homes</category>
        <dc:creator>Afofrancozola</dc:creator>
        <guid isPermaLink="false">110518@/discussions</guid>
        <description><![CDATA[<p><span>Hi, My switch is ICX 7150-C12P. I experienced a power outage and on restoration of power, the switch is showing Amber/Orange light on "SYST" and Green light on "PWR" &amp; NO lights on the 2 access points. </span></p><p><span>I have tried to repower the switch and doing a reset with the reset button but the issue still persist.</span></p><p><span>Kindly assist.&nbsp;</span></p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/16498iA0D4EF13867C5D8A/image.jpg" role="button" title="Afofrancozola_0-1761317211462.jpeg" alt="Afofrancozola_0-1761317211462.jpeg" /></span><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/16499iCA20D20C90368D02/image.jpg" role="button" title="Afofrancozola_1-1761317227712.jpeg" alt="Afofrancozola_1-1761317227712.jpeg" /></span><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/16500i15299B3D6C5A31FB/image.jpg" role="button" title="Afofrancozola_2-1761317254671.jpeg" alt="Afofrancozola_2-1761317254671.jpeg" /></span></p><p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>v/SZ - High retransmission rates | How can I tell in Wireshark if a frame is retransmitted?</title>
        <link>https://community.ruckuswireless.com/discussion/57731/v-sz-high-retransmission-rates-how-can-i-tell-in-wireshark-if-a-frame-is-retransmitted</link>
        <pubDate>Thu, 27 Apr 2023 19:54:50 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Orlando_Elias</dc:creator>
        <guid isPermaLink="false">57731@/discussions</guid>
        <description><![CDATA[<p>When troubleshooting performance issues in a wireless network, taking care of the different&nbsp;<u>frame flows</u> over the air, will help us mitigate the <strong>majority</strong> of the issues.</p><p>One of the frame's flows that affect the overall performance of the wireless network is the <strong>retransmission rate</strong>&nbsp;(a frame is retransmitted when the delivery was not acknowledged or it's reported as corrupted), excessive frame retransmission forces the client-AP to negotiate lower <strong>data rates</strong> for the communications, causing greater <strong>delay</strong>&nbsp;and higher <strong>airtime utilization</strong>.</p><p><span style="font-size: large;"><u>How can I tell if the retransmission rate is&nbsp;</u></span><span style="font-size: large;"><u>high?</u></span></p><ul><li><strong>From the AP support log.&nbsp;</strong></li></ul><p>&nbsp;</p><pre><code>----------------------- Host/Target Tx Stats ----------------------
RKS stats magic: cafe0001
421200 MSDUs success(msdus_success)
4582766 MPDUs success(mpdus_success)
632 tx completions delivered(comp_delivered)
7828618 Tx HW queued(hw_queued)
7828618 Tx HW reaped(hw_reaped)
188 Tx MAC underrun(underrun)
1424910 Tx HW paused(hw_paused)
3290623 Tx seq posted(seq_posted)
740 Tx mu seq posted(mu_seq_posted)
72066 Tx seq failed(seq_failed_queueing)
1342284 MPDUs requed(mpdu_requed)
5925004 MPDUs tried(mpdu_tried)
2748 MPDUs sw_flush(mpdus_sw_flush)
19468 MPDUs truncated(mpdus_truncated)
1324450 MPDUs block ack_failed(mpdus_ack_failed)
568 MPDUs expired(mpdus_expired)
2654643 excess retries(tx_xretry) ------------------------&gt; very high 'tx_xretry'
902025741 sched self trig(self_triggers)
116763 ampdu retry failed(sw_retry_failure)</code></pre><p>&nbsp;</p><p>Excessive retries can be directly related to PHY errors:</p><p>&nbsp;</p><pre><code>------------ Host/Tgt Rx Stats ------------
34066065 PPDUs Rx from HW(htt.ppdu_recvd)
31502324 MPDUs Rx OK(htt.mpdu_cnt_fcs_ok)
2602746 MPDUs Rx Err(htt.mpdu_cnt_fcs_err)
2696712 MPDUs dropped in FW ring(htt.fw_ring_mpdu_drop)
2599042 local mgmt Rx(pdev_local_buffer_stats.local_reaped)
63379830 Rx PHY errors(rx_phyerr) ---------------------------------&gt; very high 'rx_phyerr'
34073621 Rx MPDU errors(rxdesc_err_att)
2599027 Rx MPDU FCS errors(rxdesc_err_fcs)</code></pre><p>&nbsp;</p><ul><li><strong>From Wireshark.</strong></li></ul><p>Collect a packet capture on the specified wireless interface of the AP by selecting the AP and then click 'More'&gt;Packet Capture.</p><p>In the Packet capure page, select the appropiae radio you want to monitor and the option 'save to file'. Click 'Start' to begin to capture and then 'Stop' to stop the capture. When the file is ready, the 'Download' option will appear for you to download the file.</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/6087i9563654473ED8672/image.png" width="558" height="321" role="button" title="Orlando_Elias_1-1682624313109.png" alt="Orlando_Elias_1-1682624313109.png" /></span></p><p>Once you have got the pcap file, then you can look for the 'Retry' flag on the 802.11 information of the frame.</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/6088i00B1E3DC45D88191/image.png" width="735" height="215" role="button" title="Orlando_Elias_2-1682624538940.png" alt="Orlando_Elias_2-1682624538940.png" /></span></p><p>Right click and 'Apply as Filter&gt;Selected to fiter out the all the retransmitted frames:</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/6089iF78FA7B4B76E05B9/image.png" width="738" height="382" role="button" title="Orlando_Elias_3-1682624676297.png" alt="Orlando_Elias_3-1682624676297.png" /></span></p><p>This is the wireshark filter for the retry flag in the frames.</p><p>&nbsp;</p><pre><code>wlan.fc.retry == 1</code></pre><p>&nbsp;</p><p>Check the total amount of packets in the file vs. the number of packets displayed and then you will have a meassure of the retransmission rate of the packets captured in the specific lapse. In our example, we have a 10% of retransmission rate.</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/6090iE1AD2286A864B27D/image.png" role="button" title="Orlando_Elias_4-1682624837573.png" alt="Orlando_Elias_4-1682624837573.png" /></span></p><p>We can see, for our example, the probe response from the AP was retrasmitted many times, which means&nbsp; -most likely- the client never received it. This could have ended on a client unable to connect to the wireless network or maybe just connecting to the next available AP -no usually the closest one-.</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/6092iA60DAE98C13C874A/image.png" width="765" height="173" role="button" title="Orlando_Elias_6-1682625159080.png" alt="Orlando_Elias_6-1682625159080.png" /></span></p><p><u>What are the causes of high retransmission rates and how can I address them?</u></p><ol><li><strong>non-wifi interference</strong>. Identify the source of the interference and shut it down -if it's under your administration- or relocate the AP if the interference cannot be disabled.</li><li><strong>wifi interference (co-channel or adjacent channel).</strong> Review the channel plan and choose a channel selection option that best services your enviroment.</li><li><strong>hidden nodes.</strong> Reduce the cell size or relocate the AP.</li><li><strong>poor signal to noise ratio.</strong> Identify the sources of the most noise signals and reduce/disable them -if it's under you administration- or relocate the AP if the interence cannot be reduced.</li><li><strong>bad coverage configuration.</strong> Relocate the APs, add more APs or increase the cell size.</li></ol>]]>
        </description>
    </item>
    <item>
        <title>Ruckus AP LED indicator meaning</title>
        <link>https://community.ruckuswireless.com/discussion/67848/ruckus-ap-led-indicator-meaning</link>
        <pubDate>Tue, 12 Sep 2023 18:22:12 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>MariaC862</dc:creator>
        <guid isPermaLink="false">67848@/discussions</guid>
        <description><![CDATA[<p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">In this article, we will delve into the meaning behind these LED indicators and explain the behaviors they may exhibit. The LED lights on Ruckus access points (APs) play an important role in providing information about the AP's current status. Whether during the installation process or when troubleshooting, understanding these LED indicators is essential for:</span></p><ul><li><span style="font-size: medium; font-family: arial,helvetica,sans-serif;"><span>Network connectivity issues</span></span></li><li><span style="font-size: medium; font-family: arial,helvetica,sans-serif;"><span>Master AP election problems&nbsp;</span></span></li><li><span style="font-size: medium; font-family: arial,helvetica,sans-serif;"><span>Potential hardware failures</span></span></li><li><span style="font-size: medium; font-family: arial,helvetica,sans-serif;"><span>Assessing controller connection status&nbsp;</span></span></li></ul><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">It's important to note that the presence and functionality of LED lights on a Ruckus AP can vary depending on the specific model and series. However, most Ruckus APs feature the following five LED indicators: PWR, CTL, AIR, 2.4G, and 5G.</span></p><p><strong><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">PWR (Power Indicator):</span></strong></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Solid RED: Bootup in progress.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Flashing Green: AP firmware image booted. No routable IP received or assigned.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Solid Green: Routable IP address received.</span></p><p><strong><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">CTL/DIR (Control/Direction Indicator):</span></strong></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Off: AP is a RUCKUS Unleashed member AP.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Slowly Flashing Green (every 2 sec): RUCKUS Unleashed Master AP discovery in progress.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Fast Flashing Green (twice a sec): Receiving configuration or image upgrade.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Solid Green: AP is the RUCKUS Unleashed Master.</span></p><p><strong><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">AIR (Mesh indicator:)</span></strong></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Off: AP is operating in standalone or Root or non-Mesh AP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Solid Green: AP is functioning as Mesh AP (MAP)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Blinking Solid Green (2 Hz): AP is functioning as Mesh AP (MAP)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Blinking Solid Green (0.5 Hz): &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p><strong><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">2.4G (WLAN Service Indicator):</span></strong></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Off: The WLAN service is down.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Green: The WLAN is up, and at least one client is associated.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Amber: The WLAN is up, but no clients are associated.</span></p><p><strong><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">5G (WLAN Service and Mesh Downlink Indicator):</span></strong></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Off: The WLAN service is down.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Green: The WLAN is up, and at least one client is associated. No downlink MAPs are connected.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Slow Flashing Green (one flash every two seconds): The WLAN is up, and at least one downlink MAP is connected. No clients are associated.</span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">Fast Flashing Green (two flashes every second): The WLAN is up, at least one downlink MAP is connected, and at least one client is associated.</span></p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/8748iB170A1BDD7ECDEF4/image.png" role="button" title="image.png" alt="image.png" /></span><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/8749i8110A8686BAD412F/image.png" role="button" title="image.png" alt="image.png" /></span><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/8750i67FC85E55E3E37BE/image.png" role="button" title="image.png" alt="image.png" /></span></p><p><span style="font-size: medium; font-family: arial,helvetica,sans-serif;">More info about the LEDs can be found here: <a href="https://docs.commscope.com/bundle/unleashed-200.10-troublshootingref/page/GUID-738984DA-2A47-4E71-A690-B6DF9023AA50.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.commscope.com/bundle/unleashed-200.10-troublshootingref/page/GUID-738984DA-2A47-4E71-A690-B6DF9023AA50.html</a></span></p>]]>
        </description>
    </item>
    <item>
        <title>Wireless Client Troubleshooting using the Unleashed Diagnostic Tools</title>
        <link>https://community.ruckuswireless.com/discussion/99518/wireless-client-troubleshooting-using-the-unleashed-diagnostic-tools</link>
        <pubDate>Fri, 15 Nov 2024 20:41:56 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Vásquez_Fer</dc:creator>
        <guid isPermaLink="false">99518@/discussions</guid>
        <description><![CDATA[<p>This is a brief demonstration of how to use Unleashed tools to troubleshoot a basic connectivity issue on the network on end devices.</p>
<h1 id="toc-hId-481769755"><span style="font-size: medium;">1. Client Connection Troubleshooting</span></h1>
<p>Link as reference <a href="https://docs.commscope.com/bundle/unleashed-200.16-troublshootingref/page/GUID-5BBF52D0-939D-416F-B696-FABB12AC5EE9.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.commscope.com/bundle/unleashed-200.16-troublshootingref/page/GUID-5BBF52D0-939D-416F-B696-FABB12AC5EE9.html</a></p>
<p>This is a demonstration for the client troubleshooting.</p>
<p>Select Clients, and then click the Troubleshooting button.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14384i944C24192588032A/image.png" role="button" title="Vsquez_Fer_0-1731702964233.png" alt="Vsquez_Fer_0-1731702964233.png" /></span></p>
<p><strong>Figure 1</strong>: Clients Tab</p>
<p>Here, we can enter the MAC address of the client device in the specified format to begin troubleshooting process. If the device is already connected to the network, simply click on it, and the troubleshooting process will begin automatically.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14383i8E91B87CA7BB8C55/image.png" role="button" title="Vsquez_Fer_1-1731702964235.png" alt="Vsquez_Fer_1-1731702964235.png" /></span></p>
<p><strong>Figure 2</strong>: Troubleshooting button.</p>
<p>Identify the MAC Address: Obtain the MAC address of the client device you want to analyze. Ensure you have this information handy as it will be used to filter the capture.</p>
<p>Input the MAC address of the client device into the designated filter.</p>
<p>Click the Start button to begin the troubleshooting.</p>
<p>In this demonstration I will use the following Mac-address for one of my Wireless clients <strong>62:b6:b1:eb:09:89</strong></p>
<p><strong>&nbsp;</strong></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14382iB177243515022152/image.png" role="button" title="Vsquez_Fer_2-1731702964236.png" alt="Vsquez_Fer_2-1731702964236.png" /></span></p>
<p><strong>Figure 3</strong>: Start Troubleshooting Process</p>
<p>Once you click Start, no data will be displayed initially because the device has not yet connected to the network or attempted to connect to any of the AP's SSIDs.</p>
<p>&nbsp;</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14387i06AFDE95A4BCDE4D/image.png" role="button" title="Vsquez_Fer_3-1731702964238.png" alt="Vsquez_Fer_3-1731702964238.png" /></span></p>
<p><strong>Figure 4</strong>: Troubleshooting Process</p>
<p>In this example, I will attempt to connect my end client to the SSID of the Access Point and intentionally use an incorrect password.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14386i11DEED0F38ED2C72/image.png" role="button" title="Vsquez_Fer_4-1731702964240.png" alt="Vsquez_Fer_4-1731702964240.png" /></span></p>
<p><strong>Figure 5</strong>: Initial Packet Capture View</p>
<p>First, we will analyze what we are observing firsthand during this test. We can identify which Access Point the end device is connecting to, the band it is using (whether 2.4 GHz or 5 GHz), and in this case, it is 5 GHz on channel 157. Additionally, we can observe the environmental SNR and the timestamp of the events according to the Access Point's log.</p>
<p>Now we will analyze the packets exchanged between the end client and the Access Point.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14385iC8604DBB1B8BD81F/image.png" role="button" title="Vsquez_Fer_5-1731702964245.png" alt="Vsquez_Fer_5-1731702964245.png" /></span></p>
<p><strong>Figure 6</strong>: Analysis of Packet Exchange Between Client and Access Point</p>
<p>The client device initiates the connection by sending authentication and association requests, which the AP responds to. During the 4-way handshake, each attempt fails repeatedly, suggesting there is an issue. After multiple failures, the AP deauthenticates the client, ending the connection attempt.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14389i1D7A500539B8383C/image.png" role="button" title="Vsquez_Fer_6-1731702964249.png" alt="Vsquez_Fer_6-1731702964249.png" /></span></p>
<p><strong>Figure 7</strong>: Final Analysis - Client Failed Handshake</p>
<p>When the Information button on the error is pressed, it often provides a suggested error code and status, which can also be copied for reference. In this example, the tool indicates an "invalid passphrase" error, accurately reflecting the intentional use of an incorrect password for testing purposes. This tool is highly effective for troubleshooting connectivity issues, as it provides insights into client behavior during the authentication process, in roaming scenarios, and across various other network situations.</p>
<h1 id="toc-hId-1369273436"><span style="font-size: medium;">2.&nbsp;&nbsp;&nbsp; Capturing Remote Packets</span></h1>
<p>Remote packet capture enables one or more APs to operate in packet sniffer mode, allowing them to capture wireless packets on the network. These packets can either be saved locally on the device or streamed in real time to a packet analysis tool, such as Wireshark, for detailed inspection and troubleshooting. This feature is valuable for diagnosing connectivity issues and monitoring network performance by analyzing the captured packet data.</p>
<p>Link as reference <a href="https://docs.commscope.com/bundle/unleashed-200.16-onlinehelp/page/GUID-FE747C7C-8F63-409B-A423-63F898CA8331.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.commscope.com/bundle/unleashed-200.16-onlinehelp/page/GUID-FE747C7C-8F63-409B-A423-63F898CA8331.html</a></p>
<p>Go to Admin &amp; Services &gt; Administration &gt; Diagnostics &gt; Packet Capture.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14390iD68E372CE52834B5/image.png" role="button" title="Vsquez_Fer_7-1731702964252.png" alt="Vsquez_Fer_7-1731702964252.png" /></span></p>
<p><strong>Figure 8</strong>: Packet capture tab</p>
<p>In this section, we will find the Access Points in our network, along with their model, device name, and corresponding IP address.</p>
<p>To troubleshoot the client connectivity issue, select the desired APs, and then choose Add to Capture. This action will move the APs to the Capture APs table.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14388i03419BF1167819EC/image.png" role="button" title="Vsquez_Fer_8-1731702964254.png" alt="Vsquez_Fer_8-1731702964254.png" /></span></p>
<p><strong>Figure 9</strong>: Selecting the Access Point for the Packet Capture</p>
<p>For Radio, select either 2.4 GHz or 5 GHz/6 GHz. In this case, since we are working with a 5 GHz connection, select the 5 GHz option.</p>
<p>You can Select Local Mode or Streaming Mode as the capture mode:</p>
<p>+To capture a limited snapshot on each AP, select <strong>Local Mode</strong>.<br />+To stream the captured packets directly to Wireshark for real-time analysis, select <strong>Streaming Mode</strong>.</p>
<p>In this example we are going to select <strong>Local Mode</strong>.</p>
<p>In this example, since the MAC address of the problematic device is known, enter it to filter the capture data specifically for that client. Click <strong>Start</strong> to begin capturing packets. At this stage, reproduce the issue. Once the issue has been reproduced, click <strong>Stop</strong> to end the capture.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14391i265B55612419D493/image.png" role="button" title="Vsquez_Fer_9-1731702964255.png" alt="Vsquez_Fer_9-1731702964255.png" /></span></p>
<p><strong>Figure 10: </strong>Initiate the Packet Capture</p>
<p>Then click <strong>Save</strong> to store the packet capture as a local file for later analysis.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/14392iCF983697C50F7522/image.png" role="button" title="Vsquez_Fer_10-1731702964258.png" alt="Vsquez_Fer_10-1731702964258.png" /></span></p>
<p><strong>Figure 11</strong>&nbsp;: Downloaded PCAP from the Unlashed UI.</p>
<p>Once the file is downloaded, it will be saved in the <strong>Downloads</strong> folder. Extract the contents, and you’ll find folders containing the PCAP files. These files include detailed information on the association process for the end client , which will help you investigating if there is any incidents.</p>
<p>Note : Remember to remove the AP from the capture list and disable packet capture after completing this process.</p>
<p>By analyzing the packet exchange during the connection process, you can pinpoint where the failure occurs and take appropriate corrective actions. This method provides valuable insights into the interaction between client devices and APs in real time.</p>
<p>&nbsp;</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>802.1x authentication with NPS policies- Windows Server 2016</title>
        <link>https://community.ruckuswireless.com/discussion/62773/802-1x-authentication-with-nps-policies-windows-server-2016</link>
        <pubDate>Wed, 12 Jul 2023 16:55:45 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Vásquez_Fer</dc:creator>
        <guid isPermaLink="false">62773@/discussions</guid>
        <description><![CDATA[<p>This a demo for essential configuration steps to authenticate wireless clients using 802.1x-&nbsp;Unleashed by configuring NPs policy on a Windows server.</p>
<p>1- Make sure the server has the necessary basic features installed.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7442i266F973DDA9828F1/image.png" role="button" title="Vsquez_Fer_0-1689180226617.png" alt="Vsquez_Fer_0-1689180226617.png" /></span></p>
<p>&nbsp;</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7444i1EB72218DE29BF47/image.png" role="button" title="Vsquez_Fer_1-1689180226621.png" alt="Vsquez_Fer_1-1689180226621.png" /></span></p>
<p>&nbsp;</p>
<p>2-Navigate to the Network Policy Server tab, access NPS (local), and choose the 'Radius server for 802.1x' option for both wireless and wired connections. Finally, select 'Configure 802.1x'</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7443i18FF0896126AE2AC/image.png" role="button" title="Vsquez_Fer_2-1689180226625.png" alt="Vsquez_Fer_2-1689180226625.png" /></span></p>
<p>3-In this step, select 'Secure wireless connections' and customize the policy name to your preference. In this case, append 'DEMO' at the end of the policy name.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7447i7D7A72E8CAB9C3FC/image.png" role="button" title="Vsquez_Fer_3-1689180226627.png" alt="Vsquez_Fer_3-1689180226627.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7445i2B8BA03EF1D19FE6/image.png" role="button" title="Vsquez_Fer_4-1689180226629.png" alt="Vsquez_Fer_4-1689180226629.png" /></span></p>
<p>4-In this step, you need to configure the Radius Client by providing a friendly name, entering the IP address of the master Access Point, and optionally setting a password or using a password generation tool. Remember to save this configuration as it will be used in <strong>Step 9</strong>.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7446iE4737D4B39B40F49/image.png" role="button" title="Vsquez_Fer_5-1689180226630.png" alt="Vsquez_Fer_5-1689180226630.png" /></span></p>
<p>5-In this step, choose 'Microsoft Protect EAP (PEAP)' as the network access method</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7448iA512A27F8F7B14F4/image.png" role="button" title="Vsquez_Fer_6-1689180226631.png" alt="Vsquez_Fer_6-1689180226631.png" /></span></p>
<p>6- Next, leave the remaining options at their default settings, and conclude the configuration by clicking on the 'Finish' button.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7450iC05E2D85C92F3D0E/image.png" role="button" title="Vsquez_Fer_7-1689180226632.png" alt="Vsquez_Fer_7-1689180226632.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7449iAB43BF184F9BB130/image.png" role="button" title="Vsquez_Fer_8-1689180226633.png" alt="Vsquez_Fer_8-1689180226633.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7452i38BD3F67CC0A0C1D/image.png" role="button" title="Vsquez_Fer_9-1689180226635.png" alt="Vsquez_Fer_9-1689180226635.png" /></span></p>
<p>7-<strong>Configure the “Connection Request Policies”</strong></p>
<p>To configure the connection request policy, navigate to the 'Policies' section. Then, access the 'Connection Request Policy' folder and locate the policy is created with the same name. Double-click on it to access its properties. In the 'Properties' window, navigate to the 'Conditions' tab. Remove the 'Current' condition and any others if present. Add the 'Time' condition and select 'Permit all time'. Finally, click 'Apply' and then 'OK' to save the changes.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7451i4C994A9B3F0252B7/image.png" role="button" title="Vsquez_Fer_10-1689180226637.png" alt="Vsquez_Fer_10-1689180226637.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7453i057646EC13AF1A9E/image.png" role="button" title="Vsquez_Fer_11-1689180226638.png" alt="Vsquez_Fer_11-1689180226638.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7454i05E4FFB11E31123A/image.png" role="button" title="Vsquez_Fer_12-1689180226640.png" alt="Vsquez_Fer_12-1689180226640.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7456iE2EB871A3DB786D0/image.png" role="button" title="Vsquez_Fer_13-1689180226642.png" alt="Vsquez_Fer_13-1689180226642.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7455i55D2B8B57AD422BB/image.png" role="button" title="Vsquez_Fer_14-1689180226643.png" alt="Vsquez_Fer_14-1689180226643.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7458i6F6091DDA78786B7/image.png" role="button" title="Vsquez_Fer_15-1689180226644.png" alt="Vsquez_Fer_15-1689180226644.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7457i5E0291338CCBF9A6/image.png" role="button" title="Vsquez_Fer_16-1689180226648.png" alt="Vsquez_Fer_16-1689180226648.png" /></span></p>
<p>8-<strong>Configure Network policies</strong></p>
<p>To configure the Network Policies access to “Network Policy” folder and locate the policy is created on the folder and locate the policy is created with the same name. Double-click on it to access its properties. In the 'Properties' window for this example, I choose to ignore the user properties dial and proceed to the 'Conditions' section. Here, I add the 'User Groups' option to use the Active Directory users.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7459iE4AD26E5C61E4EC0/image.png" role="button" title="Vsquez_Fer_17-1689180226652.png" alt="Vsquez_Fer_17-1689180226652.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7462i374E86575ECF8FC2/image.png" role="button" title="Vsquez_Fer_18-1689180226654.png" alt="Vsquez_Fer_18-1689180226654.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7461i4C8914CB6E49D0B7/image.png" role="button" title="Vsquez_Fer_19-1689180226655.png" alt="Vsquez_Fer_19-1689180226655.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7460iB594CD61F70900AC/image.png" role="button" title="Vsquez_Fer_20-1689180226658.png" alt="Vsquez_Fer_20-1689180226658.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7465i4217BA700C93006F/image.png" role="button" title="Vsquez_Fer_21-1689180226661.png" alt="Vsquez_Fer_21-1689180226661.png" /></span></p>
<p>In this part, you have the option to either use an existing group and its users or create a new group along with its users.</p>
<p>Optional step</p>
<p><strong>How to create a group and users </strong></p>
<p>Open Active Directory Users and Computers, then select the domain used in this case, <em data-start="152" data-end="165">cslab12.com</em>. Navigate to the 'Users' folder, right-click on it, and choose 'New' &gt; 'Group.' Finally, enter the required information</p>
<p>Reference :&nbsp;<a href="https://docs.commscope.com/bundle/sz-700-accessservicesguide-sz300vsz/page/GUID-D9E129C3-A6AF-433F-ABA3-81BD8A1CCA91.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.commscope.com/bundle/sz-700-accessservicesguide-sz300vsz/page/GUID-D9E129C3-A6AF-433F-ABA3-81BD8A1CCA91.html</a></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7463i01545088D5DB6086/image.png" role="button" title="Vsquez_Fer_22-1689180226665.png" alt="Vsquez_Fer_22-1689180226665.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7464iEA41220098A50322/image.png" role="button" title="Vsquez_Fer_23-1689180226666.png" alt="Vsquez_Fer_23-1689180226666.png" /></span></p>
<p><strong>How to create an user </strong></p>
<p>Navigate to the Active Directory of users and computers, then left-click on it. Next, select 'New,' followed by 'user’, and proceed to fill in the required information (username and password ).</p>
<p>In this case, we need to edit the 'Member of' properties of this user. Since I want this user to belong to the earlier created 'DEMO' group, we navigate to the user's properties, specifically the 'Member of' section. Subsequently, we add the group and configure it as the primary group.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7468i33D391BAFDEFEB55/image.png" role="button" title="Vsquez_Fer_24-1689180226670.png" alt="Vsquez_Fer_24-1689180226670.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7466i754185EE6BC1CA94/image.png" role="button" title="Vsquez_Fer_25-1689180226670.png" alt="Vsquez_Fer_25-1689180226670.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7467i40877DEA1FDD0DA2/image.png" role="button" title="Vsquez_Fer_26-1689180226671.png" alt="Vsquez_Fer_26-1689180226671.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7470iA90EFC7867E6B0ED/image.png" role="button" title="Vsquez_Fer_27-1689180226676.png" alt="Vsquez_Fer_27-1689180226676.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7469iE8BD1D230C56DD6E/image.png" role="button" title="Vsquez_Fer_28-1689180226677.png" alt="Vsquez_Fer_28-1689180226677.png" /></span></p>
<p>Continue with the network policies configuration next, we will select the desired group and proceed to the 'Constraints' tab. Here, we will add CHAP as the authentication method.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7471i3009B4DDD490AFEF/image.png" role="button" title="Vsquez_Fer_29-1689180226680.png" alt="Vsquez_Fer_29-1689180226680.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7472i989E8E374EAD5F0A/image.png" role="button" title="Vsquez_Fer_30-1689180226682.png" alt="Vsquez_Fer_30-1689180226682.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7474i47FD7BFA64D437C9/image.png" role="button" title="Vsquez_Fer_31-1689180226684.png" alt="Vsquez_Fer_31-1689180226684.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7473iF88293E53F57936B/image.png" role="button" title="Vsquez_Fer_32-1689180226687.png" alt="Vsquez_Fer_32-1689180226687.png" /></span></p>
<p><strong>9-Unleashed Configuration</strong></p>
<p>In the Unleashed configuration, navigate to 'Admin and Services' and then 'Services.' Click on the plus (+) sign to add the RADIUS server and fill in the information based on the configuration we completed in Step 4. Ensure that the IP address points to the RADIUS server.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7475i4578BBF3B6908642/image.png" role="button" title="Vsquez_Fer_33-1689180226689.png" alt="Vsquez_Fer_33-1689180226689.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7476i175B316708E257AA/image.png" role="button" title="Vsquez_Fer_34-1689180226691.png" alt="Vsquez_Fer_34-1689180226691.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7477i8ED5858CBA033216/image.png" role="button" title="Vsquez_Fer_35-1689180226695.png" alt="Vsquez_Fer_35-1689180226695.png" /></span></p>
<p>10- WLAN Creation</p>
<p>Navigate to 'Wi-Fi Networks' and select the tab for creating a wireless network. Fill in the necessary information accordingly. In this step, the only addition is to include the server that we created in <strong>Step 9</strong> as the authentication server.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7479iB99CE563FA7320AA/image.png" role="button" title="Vsquez_Fer_36-1689180226698.png" alt="Vsquez_Fer_36-1689180226698.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7478i7D8C6B6CFFD8CAFE/image.png" role="button" title="Vsquez_Fer_37-1689180226701.png" alt="Vsquez_Fer_37-1689180226701.png" /></span></p>
<p><strong>11-Wireless Client</strong></p>
<p>After creating the wireless network, it's important to check the connectivity. Connect to the network and when prompted, enter the credentials of the created DEMO-USER along with the corresponding password. If the credentials match, you should be able to connect to the network without any issues.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7481i9548A2CE6BB66636/image.png" role="button" title="Vsquez_Fer_38-1689180226715.png" alt="Vsquez_Fer_38-1689180226715.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7482i0A065E739F66E667/image.png" role="button" title="Vsquez_Fer_39-1689180226724.png" alt="Vsquez_Fer_39-1689180226724.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/7483i5B836F0ACE6DF224/image.png" role="button" title="Vsquez_Fer_40-1689180226743.png" alt="Vsquez_Fer_40-1689180226743.png" /></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
        <link>https://community.ruckuswireless.com/discussion/65975/ap-discovery-how-to-configure-dhcp-option-43-to-discover-the-controller</link>
        <pubDate>Tue, 15 Aug 2023 01:00:37 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Orlando_Elias</dc:creator>
        <guid isPermaLink="false">65975@/discussions</guid>
        <description><![CDATA[<p><span style="font-size: large;"><strong>The DHCP option 43 is one of many methods for the RUCKUS AP to discover its controller.</strong></span></p><p>This option is configured in the DHCP server and&nbsp;<strong>must be masked</strong>. Also, the vendor code and the length of the IP address must be specified in HEX.</p><p><u><strong>RUCKUS vendor code: </strong></u></p><p>- 06 for SmartZone</p><p>- 03 for Zone Director</p><p>Using&nbsp;<a href="https://shimi.net/services/opt43/" target="_blank" rel="noopener nofollow noreferrer">this website</a>&nbsp;you will quickly mask the IP address from IPV4 to <u>dnsmasq</u> values.&nbsp;&nbsp;</p><p>For example, let's mask the IP address 192.168.0.200 using the website: the final value to enter in your DHCP server is "<span>060d3139322e3136382e302e323030"</span></p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/8254iEDFFFB073C04DC90/image.png" width="717" height="473" role="button" title="Orlando_Elias_1-1692061698341.png" alt="Orlando_Elias_1-1692061698341.png" /></span></p><p>&nbsp;</p><p><span style="font-size: x-large;"><strong>How did they get to such a result?</strong></span>&nbsp;</p><ol><li><p><strong>Divide the IP Address:</strong> Start by splitting the IP address into its four individual parts: A.B.C.D.</p><ol><li>192</li><li>168</li><li>0</li><li>200</li></ol></li><li><p><strong>Mask the decimal values:</strong> For each part, convert the decimal value to its corresponding hexadecimal representation. For instance:</p><ul><li>Decimal 1 becomes "31"</li><li>Decimal 9 becomes "39"</li><li>Decimal 2 becomes "32" ...</li></ul></li><li><p><strong>Add Separators:</strong> Place "2e" (ASCII value for dot) between each pair of translated hex values.</p></li><li><p><strong>Include Vendor Code and Length:</strong> Prefix the vendor code at the beginning (e.g., "06" for RUCKUS). Add the IP address length in bytes (e.g., "0d" for 13 bytes).</p><p><span style="color: #FF0000;"><strong>Note: The length is 13 bytes since each pair of characters equals one byte.</strong></span></p></li><li><p><strong>IP Address Translation:</strong> The IP address "192.168.0.200" transforms into the hexadecimal string "3139322e3136382e302e323030".</p></li><li><p><strong>Combining Elements:</strong> Combine all the translated parts to form the final hexadecimal representation.</p></li></ol><p>Example for the IP address "192.168.0.200":</p><ul><li>Translated octets: "31", "39", "32", "2e", "31", "36", "38", "2e", "30", "2e", "32", "30", "30"</li><li>Vendor code: "06"</li><li>Length: "0d"</li><li>Combined: "060d3139322e3136382e302e323030"</li></ul><p><a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-the-APs-discover-the-IP-address-of-the-controller/td-p/65974" target="_blank">Visit this post</a> to learn <strong>other ways</strong> to provision RUCKUS APs with the IP address of their controllers.</p>]]>
        </description>
    </item>
    <item>
        <title>Ruckus unleashed - import CSV of mac addresses to l2 mac address access control?</title>
        <link>https://community.ruckuswireless.com/discussion/72761/ruckus-unleashed-import-csv-of-mac-addresses-to-l2-mac-address-access-control</link>
        <pubDate>Thu, 07 Dec 2023 23:08:47 +0000</pubDate>
        <category>Community and Online Support Services</category>
        <dc:creator>bdillard</dc:creator>
        <guid isPermaLink="false">72761@/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>&nbsp;</p><p>I have about 10 APs R550's running the latest firmware with 4 VLANs - we want to put certain people on certain VLANs only and prevent them from logging in otherwise.&nbsp; &nbsp;The first group is about 50 mac addresses, the second is about 100 and the third is about 25 mac addresses.</p><p>&nbsp;</p><p>We'd really prefer to import a mac address list rather than add 175 mac addresses 1 at a time.</p><p>Anyone know a way to import the CSVs?</p><p>&nbsp;</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/10095i60582A9D481CEC17/image.jpg" role="button" title="Capture1.JPG" alt="Capture1.JPG" /></span></p>]]>
        </description>
    </item>
    <item>
        <title>Things to consider about PoE at a glance, when deploying.</title>
        <link>https://community.ruckuswireless.com/discussion/78021/things-to-consider-about-poe-at-a-glance-when-deploying</link>
        <pubDate>Fri, 12 Apr 2024 09:50:30 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>jdryan</dc:creator>
        <guid isPermaLink="false">78021@/discussions</guid>
        <description><![CDATA[<p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>By using copper Ethernet cabling to provide DC power, Power over Ethernet (PoE) removes the requirement for distinct power supplies and sockets. It grants increased installation flexibility for Ethernet end devices, although it lacks Ethernet data capabilities. Moreover, with their integration into switches, they can function as both data connection switches and power sourcing equipment (PSE). </span><span>&nbsp;<br /></span><span>However, when working with devices that can deliver PoE, there are a few things to consider.&nbsp;<br /></span></span><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>Let’s take look at them,&nbsp;<br /></span><strong>The total PoE capacity of the PSE / PoE budget of the device and the level of PoE it can deliver.&nbsp;&nbsp;<br /></strong><span>This dictates the total PoE power that the device can deliver and the type of PoE standard it can support.&nbsp;</span><span>&nbsp;</span><span>Most devices can hold up to PoE and PoE+, while there are some that deliver PoE++ or 802.3bt as well.&nbsp;</span><span>&nbsp;<br /></span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>How can we check this?&nbsp;</span><span>&nbsp;</span><span>The data sheet of the device(s) !.<br /></span><span>Let’s consider, <strong>RUCKUS ICX 7150-48P Switch,</strong> which has the following hardware specifications:</span><span>&nbsp;</span></span></p><ul><li><span style="font-size: small; font-family: arial,helvetica,sans-serif;">48× 10/100/1000 Mbps RJ-45 PoE+ ports&nbsp;&nbsp;</span></li><li><span style="font-size: small; font-family: arial,helvetica,sans-serif;">370 W PoE budget&nbsp;&nbsp;</span></li><li><span style="font-size: small; font-family: arial,helvetica,sans-serif;">2× 10/100/1000 Mbps uplink RJ-45 ports&nbsp;&nbsp;</span></li><li><span style="font-size: small; font-family: arial,helvetica,sans-serif;">4× 1/10 GbE uplink/stacking SFP/SFP+ ports&nbsp;</span></li></ul><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span> </span><span>Which shows that,&nbsp;</span><strong>&nbsp;</strong><strong>It has a PoE budget of 370 W and there are 48 ports that can support PoE+ or 802.3at.<br /></strong></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>For more reading, refer : </span><a href="https://www.commscope.com/globalassets/digizuite/61729-ds-icx-7150.pdf" target="_blank" rel="noopener noreferrer nofollow"><span>https://www.commscope.com/globalassets/digizuite/61729-ds-icx-7150.pdf</span></a><span>&nbsp;<br /></span><span>Note that in this example we have considered 7150, but for other models such as 8200, 7550, etc. Please refer to the data sheets for the respective switch families.</span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><strong>Number of devices it can deliver PoE to.&nbsp;&nbsp;<br /></strong></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;">This relates to the PoE budget of the device and the type of Powered Devices (PDs) used. Nowadays, PDs typically come with PoE+ capabilities, although there are still some that support only PoE. The crucial factor is understanding the PD's capability to determine how many of them the switch can accommodate or power up. For instance, consider an Access Point (AP) rated for PoE+. When negotiating for PoE, the device communicates with the switch through the LLDP TLV field, specifying its class and power requirements. Based on this class, the switch allocates power accordingly.</span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/11300i31AFC512F1744A0D/image.png" role="button" title="jdryan_0-1712914896074.png" alt="jdryan_0-1712914896074.png" /></span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span><span>The above reference is as per IEEE Documentation for PoE standards 802.3at and 802.3bt.&nbsp;</span></span><span>&nbsp;<br /></span><span>Based on this, considering that the<strong> PD is PoE+ capable</strong>, on RUCKUS ICX 7150-48P that has 370 W PoE budget.</span><span>&nbsp;<br /></span><strong>We can calculate the below:&nbsp;</strong><span><strong>&nbsp;</strong><br /></span><span>PSE's budget = 370W</span><span>&nbsp;<br /></span><span>PD's PoE Class = PoE+ that reserves max. of 30W at PSE&nbsp;</span><span>&nbsp;<br /></span><strong>Number of devices = PSE's PoE budget / PoE Class of the device = 370 / 30 = 12.3333&nbsp;<br /></strong>It can power up to 12 PDs at PoE+ power level. Any additional PDs would not activate due to insufficient remaining power in the budget.</span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>Now the question arises, why not define the power limit manually?&nbsp;</span><span>&nbsp;<br /></span><span>&nbsp; &nbsp; Strict manipulation can indeed bring up more PDs, but it carries a risk. After all PDs are operational and receiving optimal power, reallocating power back to the budget pool is possible. However, if a reload or power cycle of the Power Sourcing Equipment (PSE) occurs unexpectedly, PDs may encounter power-up issues. During the initial power-up or startup phase, the PSE delivers full power to the PDs. Consequently, some connected PDs may experience power shortages and struggle to come online.</span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>Can it be done? And how?&nbsp;</span><span>&nbsp;<br /></span><strong>To configure the power limit manually on a interface based on power limit.&nbsp;</strong><span>&nbsp;<br /></span><span>Please do refer.&nbsp;</span><span>&nbsp;<br /></span><a href="https://docs.commscope.com/bundle/fastiron-08095-managementguide/page/GUID-58622E67-07D7-41E4-B4C6-A9B6F3EA8C74.html" target="_blank" rel="noopener noreferrer nofollow"><span>https://docs.commscope.com/bundle/fastiron-08095-managementguide/page/GUID-58622E67-07D7-41E4-B4C6-A9B6F3EA8C74.html</span></a><span>&nbsp;<br /></span><strong>To configure the power limit manually on a interface based on class of the PD.</strong><span><strong>&nbsp;</strong><br /></span><span>Please do refer.</span><span>&nbsp;<br /></span><a href="https://docs.commscope.com/bundle/fastiron-08095-managementguide/page/GUID-155FABD5-F3C2-4579-ADBB-CC240997524A.html" target="_blank" rel="noopener noreferrer nofollow"><span>https://docs.commscope.com/bundle/fastiron-08095-managementguide/page/GUID-155FABD5-F3C2-4579-ADBB-CC240997524A.html</span></a><span>&nbsp;<br /></span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;">How does Ruckus address this?<br />Ruckus offers two well-known ways for Power Management methods for ICX line that are PoE capable.<br /><strong>Static Power Management:<br /></strong><span>Power is set aside for each powered device (PD) connected to switch ports when in static PM.<strong> This approach adheres to the previously discussed procedure, wherein the maximum power is set aside according to the linked power device's class</strong>. <strong>If the power reservation is not possible, even when the overall usage is less than the entire power budget, no new PDs will be powered.</strong></span><strong>&nbsp;<br /></strong><span>The ICX devices are configured or made available in this mode for PoE management Out of the Box.</span><span>&nbsp;</span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>To overcome this, we have Dynamic Power management.&nbsp;</span><span>&nbsp;<br /></span><strong>Dynamic Power Management:&nbsp;<br /></strong>Where this helps via <strong>having the power allocation done based on the consumption of the PD that’s connected.&nbsp;</strong><strong>&nbsp;</strong><span><strong>Here power is not set aside for any ports in dynamic PM. Until the overall power consumption is within the ICX device's total power budget,</strong> PDs are turned on automatically.&nbsp;</span><span>&nbsp;<br /></span><span>However here<strong> the switch will immediately shut down any PDs with low priority ports or, if all ports have the same priority, shut down PDs attached to higher-numbered ports in order to keep the total power consumption within the total power budget if the power consumption increases, either by increasing the power consumption of connected PDs or by adding new PDs.</strong></span><strong>&nbsp;<br /></strong></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>How to go about setting this?&nbsp;</span><span>&nbsp;<br /></span><span>Do refer here:&nbsp;</span><span>&nbsp;</span><a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-enable-Dynamic-PoE-power-on-the-ICX-switches/m-p/68751" target="_blank"><span>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-enable-Dynamic-PoE-power-on-the-ICX-switches/m-p/68751</span></a><span>&nbsp;</span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>There however is a third way, that is<strong> Hybrid Power Management.</strong></span><span>&nbsp;<br /></span><span>This is a mix of the above 2 methods and <strong>can be achieved by configuring static PM for a few of the ports and dynamic PM for a few of the ports. The way this works to differentiate between the two methods is based on the priority that is set for the specific interfaces, priority of 1 dictate that it uses static PM, as priority of 2 or higher dictates it uses dynamin PM.</strong> This priority can be set per interface or globally as well.&nbsp;</span><span>&nbsp;<br /></span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>Under this method, after enabling dynamic poe, below settings are needed enable Hybrid PM,<br /></span><span>(1) to enable Static PM, use "</span><strong><span>inline power ethernet unit/slot/port priority 1"</span></strong><span> on those specific ports.</span><span>&nbsp;<br /></span><span>Example: in config mode,&nbsp;</span><span>&nbsp;<br /></span><span>Inline power ethernet 1/1/1 priority 1</span><span>&nbsp;<br /></span></span><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>(2) to enable Dynamic PM, use a priority of 2 or 3 instead of 1</span><span> on those specific ports.</span><span>&nbsp;<br /></span><span>Example: in config mode,&nbsp;</span><span>&nbsp;<br /></span><span>inline power ethernet 1/1/4 priority 2</span><span>&nbsp;<br /><br /></span><span>Apart from this, there is also <strong>Perpetual PoE and Fast Boot PoE.<br /></strong></span><span><strong>Perpetual PoE,</strong> where PoE power delivery to the equipment is uninterrupted, when the device is rebooting or reloading.&nbsp;</span><span>&nbsp;<br /></span><span><strong>Fast Boot PoE</strong>, where the PoE is delivered as soon as the switch is turned on, where the PD would not have to wait until the system is up.&nbsp;</span><span>&nbsp;<br /></span><span>To enable this, Use “</span><strong><span>inline power poe-ha</span></strong><span>” in interface configuration prompt.&nbsp;</span><span>&nbsp;<br /></span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>For Further reading on PoE features on the ICX line-up,&nbsp;<a href="https://docs.commscope.com/bundle/fastiron-10010-managementguide/page/GUID-36148BA0-4CDB-4551-9463-C1ABD8139CCB.html&nbsp;" target="_blank" rel="noopener noreferrer nofollow">Click here</a>,&nbsp;</span><span>&nbsp;<br /></span></span></p><p><span style="font-size: small; font-family: arial,helvetica,sans-serif;"><span>Abbreviations used:<br /></span><span>PD - Power Device.</span><span>&nbsp;<br /></span><span>PSE - Power Source Equipment also known as Endspan device.</span><span>&nbsp;<br /></span><span>PoE - Power over ethernet.</span><span>&nbsp;<br /></span><span>PoE Injector is also known as Midspan device.</span><span>&nbsp;</span></span></p>]]>
        </description>
    </item>
    <item>
        <title>Information to gather for ICX POE issues</title>
        <link>https://community.ruckuswireless.com/discussion/77628/information-to-gather-for-icx-poe-issues</link>
        <pubDate>Thu, 04 Apr 2024 02:34:32 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>josue_jimenez_c</dc:creator>
        <guid isPermaLink="false">77628@/discussions</guid>
        <description><![CDATA[<p>Basic list of non-intrusive commands.</p><p><br /><span>show commands:</span><br /><span>1.&nbsp;</span><span>show config</span><br /><span>2.&nbsp;</span><span>show running-config</span><br /><span>3.&nbsp;</span><span>show stack</span><br /><span>4.&nbsp;</span><span>show version</span><br /><span>5.&nbsp;</span><span>show chassis</span><br /><span>6.&nbsp;</span><span>show vlan</span><br /><span>7.&nbsp;</span><span>show inline power</span><span>&nbsp;| inc</span><span>&nbsp;stack/slot/port</span><span>)</span><br /><span>8.&nbsp;</span><span>show interface brief</span><br /><span>9.&nbsp;</span><span>show inline power detail</span><br /><span>10.&nbsp;</span><span>show chassis</span><br /><span>11.&nbsp;</span><span>show lldp</span><br /><span>12.&nbsp;</span><span>show lldp neighbors detail ports all&nbsp;</span><span>(for single port:</span><span>&nbsp;ports ethernet stack/slot/port</span><span>)</span><br /><span>13.&nbsp;</span><span>show fdp</span><br /><span>14.&nbsp;</span><span>show fdp neighbors ethernet stack/slot/port</span><br /><span>14.&nbsp;</span><span>show inline power emesg</span></p><p>&nbsp;</p><p><span><br /><strong>General information to request:</strong><br /><br />What Powered Device (PD) types are connecting to the Power Source Equipment (PSE)<br />i.e. Model number, firmware version, serial number, manufacturer, PoE standard provides up to 15.4 W, PoE+ or PoE plus, provides up to 25.5 W of power?<br />And/or Power over HDBaseT (PoH), ratified in September 2011, extends PoE’s capabilities to deliver up to 95W?</span></p>]]>
        </description>
    </item>
    <item>
        <title>v/SZ - What is the latest SmartZone firmware supported for the AP R600?</title>
        <link>https://community.ruckuswireless.com/discussion/57573/v-sz-what-is-the-latest-smartzone-firmware-supported-for-the-ap-r600</link>
        <pubDate>Tue, 25 Apr 2023 00:08:58 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Orlando_Elias</dc:creator>
        <guid isPermaLink="false">57573@/discussions</guid>
        <description><![CDATA[<p>The latest and most recommended version of the virtual/SmartZone controller that supports the AP R600 is 5.2.2.0.1563.</p><p data-unlink="true">https://support.ruckuswireless.com/software&nbsp;</p><p>The advantage of the SZ controller is that if you need to upgrade to <strong>the newest version 6.1.1</strong>, you can still keep the EOL R600 AP on a separate AP Zone with the firmware 5.2.2 for this zone, while the newer APs are managed in zones with the appropriate version for them.</p><p>Need to upgrade de controller? <a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/v-SZ-how-to-upgrade-the-controller-easy-upgrade-steps-for/td-p/58284" target="_blank">Follow this step-by-step</a>.</p><p>&nbsp;</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>Hide SSID on vsz / sz</title>
        <link>https://community.ruckuswireless.com/discussion/74239/hide-ssid-on-vsz-sz</link>
        <pubDate>Tue, 09 Jan 2024 15:16:40 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>_Mudit</dc:creator>
        <guid isPermaLink="false">74239@/discussions</guid>
        <description><![CDATA[<p>&nbsp;</p><p>As a Ruckus TAC engineer, I would like to share&nbsp;a knowledge article&nbsp;about how to hide the SSID on smart zones.</p><p>We can access the option to hide the SSID from the controller's GUI and CLI.</p><p>&nbsp;</p><p><strong><u>Hide SSID from Controller GUI:</u></strong></p><p><strong><u>&nbsp;</u></strong></p><p>In controller GUI we can access the option under below path:</p><p>&nbsp;</p><p>Wlan &gt;&gt; (select wlan) &gt;&gt; configure &gt;&gt; Advance options &gt;&gt; Broadcast SSID</p><p>&nbsp;</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/10417iE573E4D78F84A920/image.png" role="button" title="_Mudit_9-1704813266683.png" alt="_Mudit_9-1704813266683.png" /></span></p><p>&nbsp;</p><p>&nbsp;</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/10416iBFA095BD19ED39FC/image.png" role="button" title="_Mudit_10-1704813266685.png" alt="_Mudit_10-1704813266685.png" /></span></p><p>&nbsp;</p><p>&nbsp;</p><p>To hide the SSID, we must disable this option, and to enable SSID, we must enable it.</p><p>&nbsp;</p><p><strong><u>Hide SSID from Controller CLI:</u></strong></p><p>&nbsp;</p><p>&nbsp;</p><p>Similarly, we can access the option via the controller CLI with the following commands:</p><p>&nbsp;</p><p>vSZ-E-31(config)# zone &lt;zone name&gt;</p><p>vSZ-E-31(config-zone)# wlan &lt;wlan name&gt;</p><p>vSZ-E-31(config-zone-wlan)# hide-ssid</p><p>&nbsp;</p><p>Below is the example form my controller:</p><p>&nbsp;</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/10418i12FE90427829B3D5/image.png" role="button" title="_Mudit_11-1704813266686.png" alt="_Mudit_11-1704813266686.png" /></span></p><p>&nbsp;</p><p>&nbsp;</p><p>We can see and check the SSID hide configuration from the AP support logs using the logs lines below:</p><p>wlans/wlan0/wlan-ssid-hide='1'</p><p>wlans/wlan32/wlan-ssid-hide='1'</p><p>&nbsp;</p><p>Below is an example from my AP support logs:</p><p>&nbsp;</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/10419i0F36813B029693AF/image.png" role="button" title="_Mudit_12-1704813266687.png" alt="_Mudit_12-1704813266687.png" /></span></p><p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>Find Answers Faster: RUCKUS Lennar Knowledge Base Self-Help Articles – Check Here Before You Post</title>
        <link>https://community.ruckuswireless.com/discussion/74988/find-answers-faster-ruckus-lennar-knowledge-base-self-help-articles-check-here-before-you-post</link>
        <pubDate>Tue, 23 Jan 2024 14:58:51 +0000</pubDate>
        <category>RUCKUS Support for Lennar Homes</category>
        <dc:creator>imran.sanadi@commscope.com</dc:creator>
        <guid isPermaLink="false">74988@/discussions</guid>
        <description><![CDATA[<p><span style="font-size: large;">Hello RUCKUS Lennar Homeowners,</span></p>
<p><span style="font-size: large;">Greetings from RUCKUS!</span></p>
<p><span style="font-size: large;">We’re glad to have you here! To make your experience smoother, we’ve created the <strong><a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Lennar-Support-Knowledge/tkb-p/lennar_tkb" target="_blank">RUCKUS Lennar Knowledge Base,</a></strong> a dedicated self-help section with step-by-step guides, solutions to common issues, and troubleshooting resources for your RUCKUS devices.</span></p>
<p><span style="font-size: large;">Before posting a new question, we kindly encourage you to:</span></p>
<p><span style="font-size: large;"><strong>1.</strong>&nbsp;<strong>Visit the <a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Lennar-Support-Knowledge/tkb-p/lennar_tkb" target="_blank">RUCKUS Knowledge Base</a></strong> to check if your issue is already addressed.</span></p>
<p><span style="font-size: large;"><strong>2. Use the search bar</strong> or browse <strong>related content links</strong> to see if other users have discussed the same issue.</span></p>
<p><span style="font-size: large;"><strong>3. Join existing discussions</strong> where you can find valuable insights or share your experience.</span></p>
<p><span style="font-size: large;">If you don’t find a solution, please post your query in the <strong><a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Support-for-Lennar-Homes/bd-p/lennar?emcs_t=S2h8ZW1haWx8Y3dmX3RvcGljX3N1YnNjcmlwdGlvbnxMUDAyNVFFOFdIWENJMXw3MTM1M3xTVUJTQ1JJUFRJT05TfGhL" target="_blank">RUCKUS Lennar Support section</a></strong>, and our team will be happy to assist you in resolving issues with your Lennar Home RUCKUS devices.</span></p>
<p><span style="font-size: large;">Thank you for being part of the RUCKUS Lennar Community, your contributions help make this space a richer resource for everyone!</span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>Dedicated master -  Unleashed</title>
        <link>https://community.ruckuswireless.com/discussion/73788/dedicated-master-unleashed</link>
        <pubDate>Thu, 28 Dec 2023 20:25:37 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>MariaC862</dc:creator>
        <guid isPermaLink="false">73788@/discussions</guid>
        <description><![CDATA[<p>As a replacement for the ZoneDirector 1200, Dedicated Master is introduced in Unleashed 200.13.</p><div><span>Note:</span><span>&nbsp;</span>Only the R750 AP and the R850 AP can be elected as a Dedicated Master.</div><p>As compared to Unleashed bridge mode, the following features are supported in Dedicated Master mode:</p><ul><li>Cross-network segment networking</li><li>Dedicated Master VLAN and AP VLAN</li><li>Smart Redundancy</li><li>Maximum capacity limit to 4,000 clients (compared to Unleashed bridge mode)</li><li>Tunnel WLAN</li><li>ZoneDirector AP migration to Unleashed network</li></ul><p>To disable dedicated master a factory reset must be done.</p><p>Is important to highlight that this is different from setting a preferred master, as this setting is not bounded to an ap model,&nbsp;<span>any other Ethernet-connected member AP can take the Master role. For more info on preferred master please visit&nbsp;</span><a title="Designating a Preferred Master AP" href="https://docs.commscope.com/bundle/unleashed-200.13-onlinehelp/page/GUID-99C3506C-62B7-4987-8F98-B6DE8BEE1F7C.html" target="_blank" rel="noopener noreferrer nofollow"><span style="font-size: medium;">Designating a Preferred Master AP</span></a></p>]]>
        </description>
    </item>
    <item>
        <title>AP LAN Port option greyed out</title>
        <link>https://community.ruckuswireless.com/discussion/73155/ap-lan-port-option-greyed-out</link>
        <pubDate>Mon, 18 Dec 2023 15:33:26 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>_Mudit</dc:creator>
        <guid isPermaLink="false">73155@/discussions</guid>
        <description><![CDATA[<p>As a Ruckus TAC engineer, I would like to share my experience with some AP model with Single LAN port AP( for example R350) where option to change the untagged VLAN ID on AP LAN port is greyed out on Ruckus cloud GUI.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/10171i2154DAD9B05D73EA/image.png" role="button" title="_Mudit_0-1702913481829.png" alt="_Mudit_0-1702913481829.png" /></span></p>
<p>We can see that even when the enable port is checked, we are unable to update the VLAN untagged ID on the cloud GUI.</p>
<p>Many customers have inquired about the inability of a certain AP model, such as the R350, to modify the untagged VLAN ID on the cloud.</p>
<p>This is the design objective for a single LAN port APs, as there is no VLAN given in the ethernet frame for untagged traffic.</p>
<p>For example, our AP on VLAN 1 will be able to communicate with any other side device on any untagged VLAN.</p>
<p>Any changes to the AP for the untagged VLAN ID that are necessary to get the AP onto the chosen subnet must be made at the switch port level where AP is connected.</p>
<p>I hope you find this information useful.</p>]]>
        </description>
    </item>
    <item>
        <title>Data Center Migration from Hongkong to Singapore</title>
        <link>https://community.ruckuswireless.com/discussion/72774/data-center-migration-from-hongkong-to-singapore</link>
        <pubDate>Fri, 08 Dec 2023 15:20:06 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>_Mudit</dc:creator>
        <guid isPermaLink="false">72774@/discussions</guid>
        <description><![CDATA[<p><strong><u>Pre-checks on migrations:</u></strong></p><ul><li>Make sure that all switches and APs added on cloud should be operational.</li><li>Make sure to whitelist below IPs/FQDNs on your firewall outbound rules:</li></ul><ol><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IP range: 34.87.82.64 through 34.87.82.95, ports: tcp 443 &amp; 22</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FQDN: ap-registrar.ruckuswireless.com, port: tcp 443</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FQDN: sw-registrar.ruckuswireless.com, port: tcp 443</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FQDN: ocsp.comodoca.com, port: tcp 443 &amp; 80</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FQDN: ocsp.entrust.net, port: tcp 443 &amp; 80</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FQDN: device.asia.ruckus.cloud, port: tcp 443 &amp; 22</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FQDN: storage.googleapis.com, port: tcp 443</li></ol><p><strong>Post migration connectivity checkpoints and troubleshooting before contacting Ruckus Support:</strong></p><p><span><strong>AP Troubleshooting:</strong></span></p><ul><li>Connect laptop to a switch and same subnet as APs. Ping device.asia.ruckus.cloud, and please check if the resolved IP is in range: 34.87.82.64 through 34.87.82.95.</li></ul><p>&nbsp;</p><ul><li>If the resolved IP is outside the mentioned range (34.87.82.64 through 34.87.82.95), make sure to flush DNS cached entries from DNS server. Now try to resolve “device.asia.ruckus.cloud” and validate that IP resolution is within the specified IP range.</li></ul><p>&nbsp;</p><p>$ curl -XGET “<a href="https://device.asia.ruckus.cloud”" target="_blank" rel="noopener nofollow noreferrer">https://device.asia.ruckus.cloud”</a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;</p><p><strong>On MacOS</strong>, a success response would be:</p><p>curl: (56) LibreSSL SSL_read: LibreSSL/3.3.6: error:1404C45C:SSL routines:ST_OK:reason(1116), errno 0</p><p>&nbsp;</p><p><strong>On Windows PC</strong>, a success response would be:</p><p>&nbsp;&nbsp;&nbsp;&nbsp; curl : (56) Send Failure: Connection was aborted</p><p>&nbsp;</p><ul><li>Check reachability to <a href="https://device.asia.ruckus.cloud" target="_blank" rel="noopener nofollow noreferrer">https://device.asia.ruckus.cloud</a> using the command below.</li></ul><p>&nbsp;</p><ul><li>Feel free to contact Ruckus Support, if all the troubleshooting steps are exhausted.</li></ul><p><strong><u>&nbsp;</u></strong></p><p><strong><u>ICX Switch Troubleshooting:</u></strong></p><ul><li>For Switches on version 9010e and 9010f kindly reboot the switches to clear DNS cached entries.</li></ul><p>&nbsp;</p><ul><li>Switches on version 9.0.10h_cd2 and 10.0.10b (for ICX 8200 switches) will not require a reboot to get connected to the new DC.</li></ul><p>&nbsp;</p><ul><li>Run “show sz status” from switch CLI and check SWR (Switch Registrar) IP has updated new IP range from 34.87.82.64 through 34.87.82.95.</li></ul><p>&nbsp;</p><ul><li>If the IP address is outside the above range run below commands:</li></ul><ol><li>device(config)# manager disable</li><li>device(config)# no manager disable</li><li>device# manager registrar-query-restart</li><li>device# show manager status</li></ol><p>&nbsp;</p><ul><li>Feel free to contact <a href="https://support.ruckuswireless.com/contact-us" target="_blank" rel="noopener noreferrer nofollow">Ruckus support</a> if above steps does not help.</li></ul><p><em>Note that, switch disconnection from cloud doesn’t impact the production due to data center migration.</em></p>]]>
        </description>
    </item>
    <item>
        <title>CVE-2023-49225: RUCKUS AP Stored Cross-Site Scripting Vulnerability</title>
        <link>https://community.ruckuswireless.com/discussion/72725/cve-2023-49225-ruckus-ap-stored-cross-site-scripting-vulnerability</link>
        <pubDate>Thu, 07 Dec 2023 16:06:46 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>syamantakomer</dc:creator>
        <guid isPermaLink="false">72725@/discussions</guid>
        <description><![CDATA[<p>Hello All,</p>
<p>This is an important security announcement.</p>
<table style="width: 208px;">
<tbody>
<tr>
<td style="width: 104.219px; height: 57px;">CVE number</td>
<td style="width: 102.869px; height: 57px;">CVE-2023-49225</td>
</tr>
<tr>
<td style="width: 104.219px; height: 30px;">Severity</td>
<td style="width: 102.869px; height: 30px;">Medium</td>
</tr>
<tr>
<td style="width: 104.219px; height: 30px;">Workaround</td>
<td style="width: 102.869px; height: 30px;">Available</td>
</tr>
<tr>
<td style="width: 104.219px; height: 30px;">Fix</td>
<td style="width: 102.869px; height: 30px;">Available</td>
</tr>
</tbody>
</table>
<p>A vulnerability in the web-based management interface of the RUCKUS AP product line could allow an<br />unauthenticated, remote attacker to execute a cross-site scripting (XSS) attack against a user that’s<br />logged on to the interface of an affected device.</p>
<p>A security bulletin was posted by RUCKUS Networks Security team on 28 Nov 2023. Please refer the same from the below link.</p>
<p><a title="Security Advisory: ID 20231128" href="https://support.ruckuswireless.com/security_bulletins/323" target="_blank" rel="noopener noreferrer nofollow">Security Advisory: ID 20231128</a></p>
<p>Fix is already available and customers are advised to upgrade to recommended version.</p>
<p>While you check and plan to upgrade your devices, we strongly recommend you to implement the workaround first, as this will immediately block the possibility of this security vulnerability.</p>
<p><strong>Workaround:</strong><span>&nbsp;</span>This vulnerability can be mitigated by disabling the web services (HTTP and HTTPS) on the AP. This can be done by using the AP CLI commands "set https disable" and "set http disable".</p>
<p><strong>Note:</strong><span>&nbsp;</span>For ZoneDirector and SmartZone APs, the web services components are disabled by default, once AP joins the controller.</p>
<p><strong>Some quick facts:</strong></p>
<ol>
<li>Only Access Points are impacted due to this security vulnerability, not the controllers.</li>
<li>Disabling web server on AP (HTTP and HTTPS) guaranties no further possibility of an attack.</li>
<li>By default, any AP joining a RUCKUS Controller disables the AP web service, so your AP will only be impacted if you are using it in standalone mode or enabled the HTTP or HTTPS manually.</li>
<li>Only SmartZone, Zonedirector and solo (standalone) access point software versions are impacted.</li>
<li>RUCKUS Cloud and Unleashed APs are NOT impacted.</li>
</ol>
<p><strong>FAQs</strong></p>
<ul>
<li><strong>Q: What if I don’t have an active Support contract with RUCKUS – will I be able to upgrade my software?</strong><br />A: Yes. You will be able to obtain the recommended software that are available for your platform even if you don’t have a current support contract. At this time, a limited time manual support entitlement (1 day validity) will be provided, if your controller falls into the eligibility criteria for the upgrade. Option to upgrade with one day entitlement will be valid only for 30 days from the date of this post.</li>
<li><strong>Q: What is the eligibility criteria to get one time support exception?</strong><br />A: Your Controller (Not Access Point version) should be on a version which is impacted.<br />B: Access Point model(s) for which you want to apply the fix should be supported by the recommended firmware version.</li>
<li><strong>Q: Post upgrade if I am facing any issues (other than controller/AP firmware upgrade) with my controller/Access points, am I eligible to get support?</strong><br />A: No, limited time support entitlement is valid only for obtaining the upgrade files and entitlement, so that controller/APs can be upgraded. No additional issues can be reported under limited time support entitlement. We strongly recommend you to purchase the support entitlement for your product, to get all the support benefits.&nbsp;</li>
</ul>
<p>If you have any queries, please use the comment section on this thread and we will be happy to answer and assist.</p>]]>
        </description>
    </item>
    <item>
        <title>Configuring your Unleashed system for Sonos Subwoofer or Stereo pair</title>
        <link>https://community.ruckuswireless.com/discussion/72460/configuring-your-unleashed-system-for-sonos-subwoofer-or-stereo-pair</link>
        <pubDate>Fri, 01 Dec 2023 21:35:40 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Yarenis</dc:creator>
        <guid isPermaLink="false">72460@/discussions</guid>
        <description><![CDATA[<p><span style="color: #FF6600;"><span>This guide will explain, in details, how to disable two parameters that will cause that your Sonos devices can't pair with each other.</span></span></p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td>
<p><span style="color: #FF6600;"><strong>Command</strong></span></p>
</td>
<td>
<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: #FF6600;">Explanation</span></strong></p>
</td>
</tr>
<tr>
<td>
<p><strong>set qos eth0 directed multicast disable</strong></p>
<p>&nbsp;</p>
</td>
<td>
<p>This prevents the WLAN from converting multicast traffic to unicast.</p>
</td>
</tr>
<tr>
<td>
<p><strong>qos directed-threshold 0</strong></p>
</td>
<td>
<p>disable the multicast and broadcast threshold.</p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><span style="color: #FF6600;"><span>— Requirements:</span></span></p>
<p>*SSH client access (Putty on Windows, macOS command Terminal, or Linux terminal).</p>
<p><span style="color: #FF6600;">*Download putty for Windows computer.</span></p>
<p><a href="https://putty.org/" target="_blank" rel="noopener nofollow noreferrer">https://putty.org/</a></p>
<p><span style="color: #FF6600;">*For macOS, you will use the terminal app integrated into your MAC.</span></p>
<p>&nbsp;</p>
<p>Enter the next command from the MAC terminal for SSH access</p>
<p><span style="color: #FF6600;">Format</span></p>
<p>ssh &lt;unleashed user&gt;@&lt;IP of the master Access Point&gt;</p>
<p><span style="color: #FF6600;">Example</span></p>
<p>ssh <a href="mailto:admin@192.168.1.1" target="_blank" rel="noopener nofollow noreferrer">admin@192.168.1.1</a></p>
<p>*Or from Windows open Putty and add the next information, then hit open</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/10032i565483CD8CAA2619/image.png" role="button" title="Yarenis_1-1701465251704.png" alt="Yarenis_1-1701465251704.png" /></span></p>
<p>&nbsp;</p>
<p><span style="color: #FF6600;">Note:</span> the credentials for the CLI access to the master Access Point are the same credentials you used for the APP or the Web GUI</p>
<p><span style="color: #FF6600;">1:</span> Using your SSH client application such as a putty or MAC terminal, gain access via CLI to the AP Master Unleashed.</p>
<p>&nbsp;</p>
<p><span style="color: #FF6600;">2:</span> Now enter the credentials:</p>
<p><span style="color: #FF6600;">Note:</span> the credentials for the CLI access to the master Access Point are the same credentials you used for the APP or the Web GUI</p>
<p>Enter the username and password</p>
<p>You should be at the command prompt&nbsp;</p>
<p>Enter the username and password</p>
<p>You should be at the command prompt&nbsp;</p>
<p>&nbsp;</p>
<p>ruckus&gt;</p>
<p>Enter the following command:&nbsp;enable</p>
<p><span style="color: #FF6600;">ruckus&gt;enable</span></p>
<p>ruckus#</p>
<p>Enter the command:&nbsp;config</p>
<p><span style="color: #FF6600;">ruckus#config</span></p>
<p>ruckus(config)#</p>
<p>Enter the command:&nbsp;show wlan</p>
<p><span style="color: #FF6600;">ruckus(config)#show wlan</span></p>
<p>Enter the command:&nbsp;wlan&nbsp;<em>home-WiFi</em></p>
<p><em>Replace home-WiFi with the name of your Wi-Fi SSID</em></p>
<p><span style="color: #FF6600;">ruckus(config)# wlan&nbsp;<em>home-WiFi</em></span></p>
<p>ruckus(config-wlan)#</p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Enter the command:&nbsp;<strong>no qos directed-multicast</strong></span></p>
<p><span style="color: #FF6600;"><strong>ruckus(config-wlan)# no qos directed-multicast</strong></span></p>
<p>Enter the command:&nbsp;<strong>qos directed-threshold 0</strong></p>
<p><span style="color: #FF6600;"><strong>ruckus(config-wlan)# qos directed-threshold 0</strong></span></p>
<p>Enter the command:&nbsp;<strong>end</strong></p>
<p><span style="color: #FF6600;"><strong>ruckus(config-wlan)# end</strong></span></p>
<p>This will save the changes.</p>
<p><span style="color: #FF6600;"><strong>Now restart your SONOS components</strong></span></p>
<p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>Israel Country Code missing DFS channels</title>
        <link>https://community.ruckuswireless.com/discussion/71628/israel-country-code-missing-dfs-channels</link>
        <pubDate>Fri, 17 Nov 2023 12:25:20 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>vasanth_edward</dc:creator>
        <guid isPermaLink="false">71628@/discussions</guid>
        <description><![CDATA[<p>DFS channels have been approved by the Israel telecommunication authorities for some time. Why haven't Smart Zone enabled DFS support for Israel AP Zones?</p><p><strong>Customer Environment</strong></p><p>Smart Zone 5.2.2.0.1563 or earlier, 6.0.0, 6.1.0 version</p><p><strong>Root Cause</strong></p><p>Israel DFS channel support was implemented to Smart Zone 6.1.1.0.359 in May of 2022 and have not yet been ported to Smart Zone 5.2.2.0.1563 or older, 6.0.0. or 6.1.0 releases. Future releases of Smart Zone will include Israel DFS channel selection.</p><p><strong>Symptoms</strong></p><p>Israel DFS channels are missing in Access Point Zones</p><p><strong>Workaround</strong></p><p>Please upgrade to the following controller + access point patch combination</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9819i82A024CDD97DD215/image.png" width="801" height="116" role="button" title="vasanth_edward_0-1700223799493.png" alt="vasanth_edward_0-1700223799493.png" /></span></p><p><strong>Resolution</strong></p><p>Upgrade to 5.2.2 patch 3 (5.2.2.0.2122) or 6.1.1.0.359 and newer releases to enable Israel DFS channels.</p>]]>
        </description>
    </item>
    <item>
        <title>v/SZ - What is the Regular and non-Regular Application Signature Package?</title>
        <link>https://community.ruckuswireless.com/discussion/71605/v-sz-what-is-the-regular-and-non-regular-application-signature-package</link>
        <pubDate>Thu, 16 Nov 2023 22:32:09 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Orlando_Elias</dc:creator>
        <guid isPermaLink="false">71605@/discussions</guid>
        <description><![CDATA[<p><a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/v-SZ-What-is-the-Application-Signature-Package-or-quot-sigpack/td-p/68570" target="_blank">Visit this post</a> to understand <strong>what is the Application Signature Package.</strong></p><p><strong>Overview:</strong></p><p>There are <u><strong>t</strong><strong>wo types of Signature Packages</strong></u> (Sigpacks) available in the Support site for the v/SZ (virtual SmartZone) platform:</p><p>1. Regular Sigpack and</p><p>2. Non-Regular Sigpack.</p><p>These packages serve different purposes and are designed to be used in specific scenarios.</p><hr /><p><strong>1. Regular Signature Package:</strong></p><p>The Regular Sigpack is a comprehensive package that can be utilized in various scenarios. It is specifically required if you intend to make use of the <u><strong>Client Virtual Id Extraction feature within the WLAN configuration.</strong></u></p><ul><li><p><strong>Compatibility:</strong> This package is <span style="color: #FF0000;"><u>not supported by 802.11ac Wave 1 AP running firmware prior to version 6.0.</u></span></p></li></ul><hr /><p><strong>2. Non-Regular Signature Package:</strong></p><p>The Non-Regular Sigpack is a versatile package designed for use in scenarios other than those requiring the Client Virtual Id Extraction feature. It is compatible with any supported AP model and firmware version.</p><p><strong><u>Note: Using the Non-Regular Sigpack will trigger a prompt indicating that the Regular Sigpack is available for download.</u></strong></p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9812i09E29730272C4414/image.png" width="570" height="273" role="button" title="Orlando_Elias_0-1700173672360.png" alt="Orlando_Elias_0-1700173672360.png" /></span></p><p>&nbsp;</p><hr /><p>At <u>Application Control &gt; Application Signature Package</u>, users can check the following information:</p><ul><li><p><strong>Current Signature Package Info:</strong></p><ul><li>Displays the file name and version of the currently installed package.</li><li><u><strong>Indicates whether the current package is the Regular Sigpack.</strong></u></li></ul></li><li><p><strong>Latest Available from Support Site:</strong></p><ul><li>Displays the latest available Sigpack on the Support site.</li><li>Indicates whether the Support Regular Sigpack is available for download.</li></ul></li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9813i0C049D784A571D05/image.png" width="569" height="508" role="button" title="Orlando_Elias_1-1700173818623.png" alt="Orlando_Elias_1-1700173818623.png" /></span></p><p><a href="https://support.ruckuswireless.com/software/3473-smartzone-6-1-1-sigpack-1-590-1-regular-application-signature-package" target="_blank" rel="noopener noreferrer nofollow">Download here</a> the latest Regular sigpack for 6.1.1</p><p><a href="https://support.ruckuswireless.com/software/3474-smartzone-6-1-1-sigpack-1-590-1-application-signature-package" target="_blank" rel="noopener noreferrer nofollow">Download here</a> the latest non-Regular sigpack for 6.1.1</p>]]>
        </description>
    </item>
    <item>
        <title>Random APs are frequently changing vSZ nodes</title>
        <link>https://community.ruckuswireless.com/discussion/71599/random-aps-are-frequently-changing-vsz-nodes</link>
        <pubDate>Thu, 16 Nov 2023 20:54:22 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Ahamed1</dc:creator>
        <guid isPermaLink="false">71599@/discussions</guid>
        <description><![CDATA[<p>Recently&nbsp;noticed a recurring issue where numerous Access Points were experiencing random disconnections from the control interface of the vSZ-H. The state of these APs frequently involves disconnection and hopping across nodes. Refer to the checklist below to gain insights into this issue and discover a workaround to address and overcome the problem.</p><p><strong>Issue noticed:&nbsp;</strong></p><p>Numerous APs experiencing disconnections from control planes and bouncing to different cluster nodes. The frequency of these node changes was notably high, with the same APs observed hopping between nodes every minute and, at times the issue appeared after hours. The issue was very random.</p><p>Issue observed in <strong>vSZ-H</strong> version <strong>6.1.1.0.959</strong>.</p><p><strong>Checklist:</strong></p><ol><li><span>Review the AP event logs to assess the frequency of the issue, focusing on event code 311 (AP changed control plane).</span></li><li><span>Examine the total number of control planes on the Cluster Summary page, observing patterns in AP node changes. Determine whether APs are switching nodes within specific interfaces or across all interfaces in the cluster.</span></li><li><span>Assess the uptime of control planes from the Control Plane section, verifying the accuracy of leader and follower status. Check for recent role changes.</span></li><li><span>Ensure a reasonable balance of APs per node.</span></li><li><span>In the event of a known or recent outage, and if recovery seems inadequate, schedule a maintenance window. Reboot the cluster node to prevent sync issues or any lingering lock-up state.</span></li><li><span>Validate whether uptime aligns with the reboot time after the activity. Confirm that services on all nodes are online and operational.</span></li><li><span>Ensure the vm resources required for the amount of APs involved or connected to the vSZ-H as per configuration guide.</span></li><li><span>Ensure ping reachability, latencies and node to node connectivity between AP to vSZ.</span></li></ol><p><strong>Observed Impact:</strong></p><p>The impact can range from minimal to severe, contingent on the total number of APs or APs associated with the cluster node affected. A change in cluster nodes triggers a restart of SSH tunnels, enabling APs to download the updated configuration from the zone. This AP bounce and configuration download can have ramifications for WIFI operation, with the impact escalating significantly when dealing with a larger number of APs.</p><p><strong>Logs to confirm:</strong></p><p>Observe below logs from the AP support info files;</p><p>Sep 14 23:14:05 xxxxxxx-AP daemon.err idm: httpRecv receive fail</p><p>Sep 14 23:14:05 xxxxxxx-AP daemon.info rsmd_func[9098]:&nbsp;<span>SSH Tunnel Stopped</span></p><p>Sep 14 23:14:05 xxxxxxx-AP daemon.notice rsmd[45]: sshclient ....... [stopped] (0.686)</p><p>Sep 14 23:14:05 xxxxxxx-AP daemon.err rsmd_func[9115]: <span>SSHtunnel: Cannot start SSH-Tunnel</span>.&nbsp;rsm_ip6_sgetSettingsWrapper() function failed to execute. RSM API Return value = 35 : unknown err code 35</p><p>&nbsp;</p><p>Sep 9 00:08:55 xxxxxxx-AP user.err syslog: dbclient -&nbsp;<span style="color: #FF0000;"><span>Restarting SSH tunnel due to dbclient restarting itself</span></span></p><p>Sep 9 00:08:55 xxxxxxx-AP user.info syslog: /usr/bin/dbclient: Connection to sshtunnel@172.25.207.192:22 exited: <span style="color: #FF0000;"><span>No auth methods could be used.</span></span></p><p>&nbsp;</p><p>From the SZ logs, we&nbsp;observed the error for authorizedKey and the connection status was closed by AP.&nbsp;</p><p>&nbsp;</p><p>2023-09-27T18:22:18+00:00 vszxxxxx sshd[12236]: <span style="color: #FF0000;"><span>error: AuthorizedKeys</span>Command</span> /usr/bin/sshtunnel_auth_key.sh sshtunnel ssh-rsa&nbsp;</p><p>2023-09-27T18:22:18+00:00 vszxxxxxx sshd[12236]:&nbsp;<span>Connection closed&nbsp;by 10.x.x.x.x</span> port 49404</p><p>2023-09-27T18:29:54+00:00 vszxxxxxx sshtunnel_auth_key[29977]:&nbsp;<span style="color: #FF0000;"><span>Can not find key</span>&nbsp;ssh-rsa</span></p><p>&nbsp;</p><p>Based on the aforementioned logs and conditions, a support engineer can decipher the cause of the <span style="color: #FF0000;">"Can not find key"</span> error by exploring various combinations. In our specific case, the analysis revealed that a potential trigger for this issue could be a situation where the Command Line Interface to keycached is shorter than the timeout duration set for keycached.</p><p>&nbsp;</p><p><strong>Direction to resolve:</strong></p><p>If you observe a similar behavior, please adhere to the checklist below and gather the following information:</p><ol><li><span>Follow the provided checklist and include screenshots of any relevant references.</span></li><li><span>Download the AP support info files for a minimum of 2 to 3 APs under scrutiny.</span></li><li><span>Download snapshot logs from both the leader node and the node associated with the identified APs.</span></li><li><span>Initiate a support case, attaching the requested information. The support team will then validate the observed behavior and provide either a KSP or recommend a suitable release to address and resolve the identified issue.</span></li></ol>]]>
        </description>
    </item>
    <item>
        <title>Enable Channel Blacklisting Feature via CLI on Zone Director Managed APs</title>
        <link>https://community.ruckuswireless.com/discussion/71548/enable-channel-blacklisting-feature-via-cli-on-zone-director-managed-aps</link>
        <pubDate>Thu, 16 Nov 2023 09:27:22 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>vasanth_edward</dc:creator>
        <guid isPermaLink="false">71548@/discussions</guid>
        <description><![CDATA[<p>How can I avoid certain channels being selected by client connecting to Zone Director managed APs?</p><p><strong>Customer Environment</strong></p><p>Zone Director managed AP network where you would like to blacklist certain channels. This is mainly applies for ZD version below 9.5.</p><p><strong>Symptoms</strong></p><p>Resource group mapped to a user needed to revisited and modified</p><p><strong>Resolution</strong></p><p>After logging into the ZD CLI, enter into the ‘enable’ context, then the ‘debug’ context. To enable channel Blacklist feature run the below command:</p><p>remote_ap_cli –A “set blacklist [wifi0¦wifi1] [enable¦disable]" – It executes for all the ZD managed Aps.</p><p>remote_ap_cli –a MAC address of the AP “set blacklist [wifi0¦wifi1] [enable¦disable]" – It executes on the specifc AP.</p><p>Where:</p><p>wifi0 = 2.4Ghz radio</p><p>wifi1 = 5Ghz radio</p><p>Manually Blacklisting channels from channel selection:</p><p>To manually specify blacklisted channels use the command:</p><p>remote_ap_cli –A “set blacklist [wifi0¦wifi1] &lt;ch&gt; &lt;option&gt;”</p><p>Where &lt;option&gt;:</p><p>-1 = permanently add to the blacklist (will survive a reboot)</p><p>0 = clear channel from blacklist</p><p>1 = temporarily add to the blacklist (won’t survive a reboot)</p><p>&nbsp;</p><p>Note : From 9.5 and above firmware version, we can block the channel from the ZD GUI :: Configure :: Access Points, click on the particular AP, under '<strong>Channel</strong> <strong>Range</strong> <strong>Settings</strong>' you can see that option.</p>]]>
        </description>
    </item>
    <item>
        <title>URLs to be Allowed in Firewall for RUCKUS AI (formerly known as RUCKUS Analytics)</title>
        <link>https://community.ruckuswireless.com/discussion/71544/urls-to-be-allowed-in-firewall-for-ruckus-ai-formerly-known-as-ruckus-analytics</link>
        <pubDate>Thu, 16 Nov 2023 08:33:49 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>vasanth_edward</dc:creator>
        <guid isPermaLink="false">71544@/discussions</guid>
        <description><![CDATA[<p><span>To ensure proper communication between the vSZ/SZ, APs and switches with RUCKUS AI, customers must allow port 443 and some URLs in their Firewall.</span></p><p><strong>Customer Environment </strong></p><p>Any SZ with RUCKUS AI where SZ is behind a firewall and inbound/outbound traffic needs to be allowed for successful communication between SmartZone and RUCKUS AI</p><p><strong>Symptoms</strong></p><p>SZ is not onboarding/communicating in RA.</p><p><strong>Resolution</strong></p><p>The endpoints for RA are as follows:</p><p>For firewall ports, only outbound 443 needs to be opened from the SZ.</p><p><strong>For US</strong></p><p><a href="https://ruckus.cloud" target="_blank" rel="noopener nofollow noreferrer">https://ruckus.cloud</a> (34.102.183.44) is used for the administration portal of Ruckus Cloud.</p><p><a href="https://messagehub.analytics.ruckus.cloud" target="_blank" rel="noopener nofollow noreferrer">https://messagehub.analytics.ruckus.cloud</a> (34.69.139.151) is used by the SZ to send analytics data to the cloud.</p><p><a href="https://serviceloc.ruckuswireless.com" target="_blank" rel="noopener noreferrer nofollow">https://serviceloc.ruckuswireless.com</a> (23.236.63.97) is used by the SZ to determine the correct endpoints to connect to. No analytical data will flow to this endpoint but connectivity is required for service discovery.</p><p><strong>For EU</strong></p><p><a href="https://eu.ruckus.cloud" target="_blank" rel="noopener nofollow noreferrer">https://eu.ruckus.cloud</a> (34.107.197.242) is used for the administration portal of Ruckus Cloud.</p><p><a href="https://messagehub.analytics.eu.ruckus.cloud" target="_blank" rel="noopener nofollow noreferrer">https://messagehub.analytics.eu.ruckus.cloud</a> (34.89.193.24) is used by the SZ to send analytics data to the cloud.</p><p><a href="https://serviceloc.ruckuswireless.com" target="_blank" rel="noopener noreferrer nofollow">https://serviceloc.ruckuswireless.com</a> (23.236.63.97) is used by the SZ to determine the correct endpoints to connect to. No analytical data will flow to this endpoint but connectivity is required for service discovery.</p><p><strong>For ASIA</strong></p><p><a href="https://asia.ruckus.cloud" target="_blank" rel="noopener nofollow noreferrer">https://asia.ruckus.cloud</a> (35.190.34.117) is used for the administration portal of Ruckus Cloud.</p><p><a href="https://messagehub.analytics.asia.ruckus.cloud" target="_blank" rel="noopener nofollow noreferrer">https://messagehub.analytics.asia.ruckus.cloud</a> (34.96.208.196) is used by the SZ to send analytics data to the cloud.</p><p><a href="https://serviceloc.ruckuswireless.com" target="_blank" rel="noopener noreferrer nofollow">https://serviceloc.ruckuswireless.com</a> (23.236.63.97) is used by the SZ to determine the correct endpoints to connect to. No analytical data will flow to this endpoint but connectivity is required for service discovery.</p><p>The above-mentioned IP addresses are subjected to change in future, please use FQDN wherever possible.</p><p>If an IP address will change, we will update this content.</p>]]>
        </description>
    </item>
    <item>
        <title>iPhone and MacBook devices constantly disconnecting from the wireless network</title>
        <link>https://community.ruckuswireless.com/discussion/70733/iphone-and-macbook-devices-constantly-disconnecting-from-the-wireless-network</link>
        <pubDate>Sat, 28 Oct 2023 01:30:27 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Orlando_Elias</dc:creator>
        <guid isPermaLink="false">70733@/discussions</guid>
        <description><![CDATA[<p>In my work as a TAC support agent for RUCKUS Wireless products, I've recently encountered cases where <strong>iPhone and MacBook users complain of frequent disconnections</strong> from the wireless network. I've been able to resolve those cases by following the steps below.&nbsp;</p><p>This is part of the symptom you will see in the AP support log:</p><pre><span>Aug 19 17:58:11 clbd <strong>sta join</strong> XX:XX:XX:XX:XX:XX wlan3(YY:YY:YY:YY:YY:YY) 1 rssi=(25 42) 2g(0x0 4 31) 5g(0x0 4 13) <br />Aug 19 17:58:12 clbd <strong>sta leave</strong> XX:XX:XX:XX:XX:XX wlan36(YY:YY:YY:YY:YY:YZ) rc=1 rss(20 0) 0 pkt(3588 12841) byte(498065 12750895) <br />Aug 19 17:58:15 clbd <strong>sta join</strong> XX:XX:XX:XX:XX:XX wlan36(YY:YY:YY:YY:YY:YZ) 116 rssi=(11 22) 2g(0x0 4 29) 5g(0x0 4 12) <br />Aug 19 17:58:16 clbd <strong>sta leave</strong> XX:XX:XX:XX:XX:XX wlan3(YY:YY:YY:YY:YY:YY) rc=1 rss(43 0) 0 pkt(1011 2437) byte(101751 2409641) <br />Aug 19 17:58:20 clbd stamac=XX:XX:XX:XX:XX:XX bssid:YY:YY:YY:YY:YY:YZ score=0 oldstate:NONE newstate:GOOD</span></pre><p>I tried&nbsp;<a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Roaming-How-to-determine-overlapping-SSIDs/td-p/60168" target="_blank">ensuring that the airtime was decongested and free of interference</a>, the RSSI was good, the SNR was good, and coverage for roaming was good. There weren't any notorious sources of interference, <a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/v-SZ-High-retransmission-rates-How-can-I-tell-in-Wireshark-if-a/td-p/57731" target="_blank">high retransmission rates</a>, or physical errors in the APs.</p><p>For troubleshooting, I even enabled features like 'RSSI threshold' and 'Transient Client Management', but none of those were causing any difference in the constant and annoying disconnections.</p><p>So, I started to suspect more and more that there was an issue with those Apple devices, especially when there wasn't an obvious reason for this problem. I began to research within online forums and Apple support pages, an I found many people were complaining about this issue, but there wasn't an actual resolution or valuable comments from the Apple support team until I found this <a href="https://discussions.apple.com/thread/254325225?&amp;previousThread=254322541021" target="_blank" rel="noopener nofollow noreferrer">Apple support forum</a>.</p><p>This is the workaround that worked for every customer I have suggested it:</p><p><strong>In your iPhone:</strong></p><p>1. Go to Settings, scroll down, and select 'Privacy and Security.'</p><p>2. Select 'Location Services' and make sure the toggle is switched on.</p><p>3. Scroll down and select 'System Services.'</p><p>4. Switch off the toggle for 'Networking and Wireless.'</p><p>5. Forget the Wi-Fi network and then reconnect.</p><p>After applying these steps in iPhones running iOS 16.1 the issue was solved immediately. However, the computers kept disconnecting. Then, <strong>an upgrade on the computers to the MacOS Ventura version 13.6, finally solved the disconnection issues for the MacBooks as well.</strong></p><p>I hope this article is useful if you're experiencing similar issues.</p>]]>
        </description>
    </item>
    <item>
        <title>Latency! And how to identify and troubleshoot it</title>
        <link>https://community.ruckuswireless.com/discussion/70511/latency-and-how-to-identify-and-troubleshoot-it</link>
        <pubDate>Tue, 24 Oct 2023 11:46:22 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>jdryan</dc:creator>
        <guid isPermaLink="false">70511@/discussions</guid>
        <description><![CDATA[<p>In a network, latency&nbsp;can occur at any moment. However, given that we have a varied end-user pool, the impact of this can vary in scale. Therefore, keeping a close eye on it would prove vital.</p><p>Given that in a deployment, we see various devices from various vendors. The scope of the article is written with troubleshooting and isolation procedures in hand with vendor neutrality. &nbsp;</p><p>&nbsp;</p><p>When there is a report of slowness of traffic, isolation is needed&nbsp;as in:</p><ul><li>Is the latency on the traffic bound towards the internet.</li><li>Is the latency on the local site traffic.</li></ul><p>&nbsp;</p><p>1&gt; If the latency is seen:</p><p><strong>When accessing data or application hosted remotely on a cloud server or on another site<br /></strong><strong>When connecting to the internet and web pages load slowly </strong></p><p>This would be external to the network.</p><p>Here for this,<br />Step by step elimination is needed, to know at what point the latency is coming up and is being seen.</p><p>in this scenario: it would generally appear on/above core switch level moving towards the internet connection [ISP’s CPE].</p><p>And the BW provided by the ISP can also contribute to this, if in case there is a large resource dependency on the remotely hosted data for the user base.</p><p>&nbsp;</p><p>Gauging this can be done using:</p><ul><li>Remotely hosted Iperf server [ there are a few that are available publicly&nbsp; <a href="https://iperf.fr/iperf-servers.php" target="_blank" rel="noopener nofollow noreferrer">Click here</a>&nbsp;]<br />This can help with BW assessment.</li></ul><ul><li><a href="https://speed.cloudflare.com/" target="_blank" rel="nofollow noopener noreferrer">https://speed.cloudflare.com/</a> : this can help gauging the ISP connection for latency<br />As this gives detailed statistical output of :<br />Packet Loss measurement<br />Latency measurements<br />Jitter<br />Download and upload measurements.<br />Including uplink and downlink speeds on the connection.</li></ul><p>&nbsp;</p><p>2&gt; If the latency is seen:</p><p><strong>When accessing data or application hosted locally on site<br /></strong><strong>When connecting to the application or servers the data loads slowly.</strong></p><p>Note :</p><p><strong>"When connecting to the application or servers the data loads slowly.</strong>" Here, the given condition is :<br />That the servers or the set of servers are not burdened with many concurrent users<br />And the servers in the set up are having the specifications to handle a given user load and function well under load.</p><p>This would be internal to the network.</p><p>Here the isolation would need to be followed in the below manner:</p><ul><li>Are the user and the resource that’s being connected to located in the same subnet or across subnet:</li><li>If in the same subnet:</li><li>then would also need to check if there is any trouble on the end points.</li><li>Would need to check if there are or is any traffic suppression going on. : like excessive broadcast and more.</li></ul><ul><li>If across subnets:</li><li>First check for traffic suppression and/or redirection<br />Redirection at times can happen when working across north-south bound traffic.</li></ul><ul><li>During what operation is the latency seen, to name a few:<br />During a file transfer<br />During remote access/RDP session<br />During video conferencing / VoIP calls</li></ul><p>&nbsp;</p><p>This would help us identify the type and nature of traffic getting impacted.</p><ul><li>If during Data transfer / file transfer:</li></ul><p>In this case: check if there is any resource usage and or frame loss being seen during operation.<br />If the above, comes clean and yet it’s still seen check the traffic flow pattern.<br />traffic suppression and/or redirection, this can cause there to be re-transmits to be seen, usually they are the tell-tale indicators here.<br />Once this pattern is seen and established, appropriate measures are needed to be employed.</p><p>&nbsp;</p><ul><li>If during remote access or RDP session:</li><li>This is here is a example of application specific concern</li></ul><p>Here if there are multiple users/RDP sessions in progress: there is a chance you can see the disconnections/timeouts/interruptions/drops etc.</p><p>And on the LAN devices you will see drop counters increment on the interface.<br />More specifically interface queues.<br />Usually seen on Q0 as this where all default traffic would go.<br />RDP traffic by default will be processed/traversed here on Q0</p><p>On this case as this comes downs to specific queue:</p><p>You can try having the minimum guaranteed bandwidth set for the interface queue: this should re-allocate buffer bandwidth to necessary queues.<br />This option is provided by most vendors:&nbsp;<a href="https://docs.commscope.com/bundle/fastiron-10010-trafficguide/page/GUID-4D0D76C7-1253-444D-BC5D-B2C0CCDDC256.html" target="_self" rel="noopener noreferrer nofollow">here's ours </a>&nbsp;</p><p>If that does not help, then QoS re-marking would be the other effective option for the traffic prioritization over the network.</p><p>&nbsp;</p><ul><li>If during video conferencing /VoIP calls:</li><li>This is here is an example of traffic specific concern</li></ul><p>Here it would more towards on the network: with VoIP networks usually QoS is already in place.</p><p>Hence, it’s can possibly be a rare event for the VoIP Network to have that.</p><p>However, Video conferencing applications like Teams and Zoom this can happen.</p><p>For here traditional QoS settings may work to an extent …... But not completely</p><p>As this would be application traffic.</p><p>Hence here we explore two options: to make effective use of the underlying LAN's QoS /CoS features.</p><p>1&gt; easy way approach: have the application mark the DSCP on the exiting traffic.<br />Zoom has this option: and with Admin Privilege that can enabled for the organization.<br /><a href="https://support.zoom.us/hc/en-us/articles/207368756-Using-QoS-DSCP-Marking" target="_blank" rel="noopener nofollow noreferrer">click here</a>&nbsp;</p><p>Once this traffic is marked: have the network trust it : this will ensure the traffic receiving proper priority when being forwarded across the network.</p><p>2&gt; Network based approach:</p><p>Here the application will not have a feature to mark the traffic.<br />However, there will be a set of TCP/UDP ports that the application uses for each task<br />Teams we have this bit when it uses a certain range of TCP/UDP ports for<br />Audio, Video and content sharing&nbsp;<br /><a href="https://learn.microsoft.com/en-us/microsoftteams/qos-in-teams" target="_blank" rel="noopener nofollow noreferrer">click here</a>&nbsp;<br />Based on this: on the network where all traffic converges : usually at the core<br />Have a L3 QoS DSCP policy set marking the respective traffic based on these ports.<br />And have rest of the network devices: trust the data stream coming from the core.</p><p>&nbsp;</p><p><strong>Other important bits that can help identify latency:<br /></strong>After the above isolation is done: to understand whether the latency seen is external or internal in nature.&nbsp;<br />Below are a few Ways to find out if latency turning up in the network.</p><ul><li><em>Ping stats:</em></li></ul><p>ping 1.1.1.1 -n 10</p><p>Pinging 1.1.1.1 with 32 bytes of data:</p><p>Reply from 1.1.1.1: bytes=32 time=46ms TTL=56</p><p>Reply from 1.1.1.1: bytes=32 time=47ms TTL=56</p><p>Reply from 1.1.1.1: bytes=32 time=46ms TTL=56</p><p>Reply from 1.1.1.1: bytes=32 time=47ms TTL=56</p><p><strong>Reply from 1.1.1.1: bytes=32 time=44ms TTL=56</strong></p><p>Reply from 1.1.1.1: bytes=32 time=45ms TTL=56</p><p><strong>Reply from 1.1.1.1: bytes=32 time=44ms TTL=56</strong></p><p>Reply from 1.1.1.1: bytes=32 time=52ms TTL=56</p><p><strong>Reply from 1.1.1.1: bytes=32 time=143ms TTL=56</strong></p><p>Reply from 1.1.1.1: bytes=32 time=50ms TTL=56</p><p>&nbsp;</p><p>Ping statistics for 1.1.1.1:</p><p>&nbsp;&nbsp;&nbsp; Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),</p><p>Approximate round trip times in milli-seconds:</p><p>&nbsp;&nbsp;&nbsp;<strong> Minimum = 44ms,</strong> Maximum = 143ms, <strong>Average = 56ms</strong></p><p>&nbsp;</p><p>Here in a sample space of ten pings:</p><p>the highest response time outlier seen is at 143ms.</p><p>the lowest response time outlier seen is at 44ms.</p><p>the sample space is seen to average out at 56ms.</p><p>&nbsp;</p><p>Here the things to look out for: <strong>lowest/minimum response time and average response time. </strong></p><p>This should not be high: if the same or either are high then the same does indicate there is latency.</p><p>As highest that we see is selected from the highest of all data points.</p><p>As lowest that we see is selected from the lowest of all data points.</p><p>Hence the lowest would be a better measure.</p><p>NOTE:<br />Its suggested that Ping should be done from host to host and not from a switch/AP/Router or to a&nbsp;switch/AP/Router for detection of latency as&nbsp;switch/AP/Router process pings differently.<br />Ping can be used to check if the device is responding or not.&nbsp;</p><p>&nbsp;</p><ul><li><em>Iperf Test:</em></li></ul><p>This helps gauge the BW seen by the end client through the network.<br />Also gives a fair understanding of whether the traffic traversing a specific direction faces any choke points.</p><p>Here once this is done checking path link by link would also help: as BW between two end points can be impacted by the BW of the interconnecting links as well including the device itself.</p><p>&nbsp;</p><ul><li><em>Network assessment:</em></li></ul><p>This would encompass the checking of redirection based issues, retransmits.<br />Traffic suppression, impact due to broadcast storms and loops [ physical and logical] etc.</p><p>&nbsp;</p><p>Abbrevations :&nbsp;<br />ISP &gt; Internet Service Provider&nbsp;<br />CPE &gt; Customer Premises Equipment&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>How to Disable LED Indicators in Ruckus Unleashed</title>
        <link>https://community.ruckuswireless.com/discussion/68692/how-to-disable-led-indicators-in-ruckus-unleashed</link>
        <pubDate>Wed, 27 Sep 2023 19:54:09 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>MariaC862</dc:creator>
        <guid isPermaLink="false">68692@/discussions</guid>
        <description><![CDATA[<p>In some situations,&nbsp;<span><span>administrators</span></span> may wish to disable the LED lights on the access points to avoid drawing attention to them, when installed in a public location, for example.</p><p>To disable status LEDs on all APs of a specific model:</p><ol><li><span>Go to<span>&nbsp;</span><strong>Access Points &gt; Summary &gt; Edit &gt; Other</strong>.</span></li><li><span>Select the AP model from the list and enable the option<span>&nbsp;</span><span>Disable Status LEDs</span>. The setting must be configured for each AP model individually.</span></li><li><span>Click<span>&nbsp;</span><span>Finish</span><span>&nbsp;</span>to save your changes</span></li></ol><p><span><span>For more info on the LED behavior meaning please visit:&nbsp;<a rel="nofollow" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Ruckus-AP-LED-indicator-meaning/td-p/67848" target="_blank">https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Ruckus-AP-LED-indicator-meaning/td-p/67848</a></span></span></p>]]>
        </description>
    </item>
    <item>
        <title>v/SZ - What is the Application Signature Package or &quot;sigpack&quot;</title>
        <link>https://community.ruckuswireless.com/discussion/68570/v-sz-what-is-the-application-signature-package-or-sigpack</link>
        <pubDate>Mon, 25 Sep 2023 23:51:40 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Orlando_Elias</dc:creator>
        <guid isPermaLink="false">68570@/discussions</guid>
        <description><![CDATA[<p><strong>What is the application signature package?<span>&nbsp;</span></strong>It’s a file that helps the Access Points identify applications used on the internet. It’s mostly for security purposes when specific firewall policies are configured. It also helps keep track of the applications being used by the wireless users and monitor the traffic used by each of the applications.</p><p>&nbsp;</p><p>It’s optional but recommended to update this file to the appropriate version of the newly installed version. Verify the<span>&nbsp;</span><a href="https://docs.commscope.com/bundle/sz-600-adminguide-sz100vsz/page/GUID-7A295C06-ACDF-4E78-97DE-A1DA3611759B.html" target="_blank" rel="noopener noreferrer nofollow">RUCKUS v/SZ Upgrade Guide</a><span>&nbsp;</span>to learn more about this.&nbsp;</p><p><strong><u>Is the upgrade of the sigpack failing?</u></strong><span>&nbsp;</span>Just skip this task and attempt the upgrade after the controller is on the newer version.</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/8961i03111E529B567661/image.png" role="button" title="Orlando_Elias_0-1695685948152.png" alt="Orlando_Elias_0-1695685948152.png" /></span></p><p>- -&nbsp;</p><p>Orlando Elias /Support team</p><p>&nbsp;</p>]]>
        </description>
    </item>
    <item>
        <title>v/SZ - Collecting AP Packet Capture from Different Interfaces Simultaneously</title>
        <link>https://community.ruckuswireless.com/discussion/68031/v-sz-collecting-ap-packet-capture-from-different-interfaces-simultaneously</link>
        <pubDate>Thu, 14 Sep 2023 20:00:58 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>Orlando_Elias</dc:creator>
        <guid isPermaLink="false">68031@/discussions</guid>
        <description><![CDATA[<p><strong>Objective:</strong><br />This guide explains how to collect packet captures from any interface of an Access Point (AP) simultaneously for troubleshooting purposes. This method is useful for diagnosing wireless connectivity issues.</p><p><strong>Requirements:</strong></p><ul><li>A computer with Wireshark installed (wired or wirelessly connected to the network)</li><li>Access to the affected AP's IP address</li><li>Access to the SmartZone's web user interface</li></ul><p><strong>Procedure:</strong></p><p><strong>1. Start the Capture on the AP:</strong></p><ul><li>Access the SmartZone's web user interface.</li><li>Navigate to the specific AP for which you want to capture packets.</li><li>In the AP settings, find the option to initiate a packet capture on the AP radio.</li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9306iDB1A8F5AB6759567/image.png" width="715" height="202" role="button" title="Orlando_Elias_0-1697566355075.png" alt="Orlando_Elias_0-1697566355075.png" /></span></p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9307iF25747DA680D072A/image.png" width="492" height="182" role="button" title="Orlando_Elias_1-1697566395814.png" alt="Orlando_Elias_1-1697566395814.png" /></span></p><p>&nbsp;</p><ul><li>Start the packet capture from the AP radio. Ensure that it captures data from all traffic types simultaneously. <strong>(Management, Control and Data)</strong></li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9308iD8D287D2604D7294/image.png" width="450" height="286" role="button" title="Orlando_Elias_2-1697566459675.png" alt="Orlando_Elias_2-1697566459675.png" /></span><strong>2. Prepare Your Computer:</strong></p><ul><li>Ensure that Wireshark is installed on your computer.</li><li>Launch Wireshark.</li><li>Before starting the capture, navigate to Capture &gt; Options.</li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9309iFE0A474062998CF2/image.png" width="555" height="229" role="button" title="Orlando_Elias_3-1697566499842.png" alt="Orlando_Elias_3-1697566499842.png" /></span></p><ul><li>In the 'Capture Options' window, click 'Manage Interfaces'.</li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9310i0A9A8553ED238F0F/image.png" width="659" height="326" role="button" title="Orlando_Elias_4-1697566538301.png" alt="Orlando_Elias_4-1697566538301.png" /></span></p><ul><li>In the 'Manage Interfaces' window, go to the 'Remote Interfaces' tab.</li><li>Click the '+' icon to add a new remote interface.</li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9311i1ED978E13BF083F1/image.png" width="579" height="350" role="button" title="Orlando_Elias_5-1697566628839.png" alt="Orlando_Elias_5-1697566628839.png" /></span></p><ul><li>Type the IP address of the affected AP in the 'Host' field.</li><li>Leave the 'Port' field blank.</li><li>Select 'Null authentication' from the dropdown menu.</li><li>Click 'OK'.</li></ul><p><strong>3. Select All Interfaces:</strong></p><ul><li>Back in the 'Manage Interfaces' window, all interfaces of the affected AP will be listed and checked. Ensure they are all selected or just select the interfaces you know you need to capture from.</li><li>Click 'OK'.</li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9312iC152451DBF3709E0/image.png" width="547" height="329" role="button" title="Orlando_Elias_6-1697566698513.png" alt="Orlando_Elias_6-1697566698513.png" /></span></p><p><strong>4. Prepare for Capture:</strong></p><ul><li>Be ready with a testing device in the affected area before proceeding, as you will start receiving a significant amount of traffic.</li><li>Select the specific interfaces you will be capturing on this round. For this demo I will be selecting wlan32 and br0 (br0 is a virtual interface that bridges all other interfaces together).</li><li>Click 'Start' in Wireshark to begin capturing traffic from the selected interfaces.</li></ul><p><strong>**Note:&nbsp;</strong>Avoid capturing traffic from ALL the interfaces at the same time as this may cause performance degradation on the AP or it could crash the resources of system hosting the Wireshark application.</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9313iF7FC1FFE3823E0D9/image.png" width="623" height="394" role="button" title="Orlando_Elias_7-1697566744335.png" alt="Orlando_Elias_7-1697566744335.png" /></span></p><p><strong>**Note:&nbsp;</strong>In order to find out the WLAN number of your WLAN of interest, we must run from the AP CLI the command '<u><strong>get wlanlist</strong></u>'. Note that there is a WLAN number for 2.4 GHz SSIDs and a different WLAN number for 5 GHz SSIDs (wlan0 to wlan7 for 2.4 GHz, wlan32 to wlan39 for 5GHz):</p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9323i09F373CA35EDEBD6/image.png" width="584" height="371" role="button" title="Orlando_Elias_11-1697567301893.png" alt="Orlando_Elias_11-1697567301893.png" /></span></p><p><strong>5. Perform the required testing:</strong></p><ul><li>Conduct the testing required to replicate the issue. Make sure the issue is replicated while the packet collection is performed.</li><li>Note that Wireshark will tell you the interface where the packet has been collected from:</li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9315i3FC20E376D6A6ABE/image.png" width="531" height="329" role="button" title="Orlando_Elias_8-1697566903222.png" alt="Orlando_Elias_8-1697566903222.png" /></span></p><ul><li>Once the testing is completed, stop the capture in Wireshark.</li><li>Save the captured data in Wireshark to a file for further analysis. (If the captured that is too much, filter the desired packets and save only the portion of interest)&nbsp;</li></ul><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9317i07E01860EA035226/image.png" role="button" title="Orlando_Elias_9-1697566975578.png" alt="Orlando_Elias_9-1697566975578.png" /></span></p><p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/9320i2BC438522AEFFFEA/image.png" width="429" height="279" role="button" title="Orlando_Elias_10-1697567012166.png" alt="Orlando_Elias_10-1697567012166.png" /></span></p><ul><li>Access the GUI of the AP and stop the capture from there.</li></ul><p><strong>Collect the Support Log:</strong></p><ul><li>Collect the support log of the AP. This log may contain valuable information for diagnosing the issue.</li></ul><p>By following this procedure, you can initiate a packet capture from the AP radio using the SmartZone's web user interface and gather packet captures from all interfaces of the AP, which can be invaluable for troubleshooting and resolving wireless connectivity issues.</p>]]>
        </description>
    </item>
    <item>
        <title>How to factory reset or factory default different type of Ruckus Access points?</title>
        <link>https://community.ruckuswireless.com/discussion/46029/how-to-factory-reset-or-factory-default-different-type-of-ruckus-access-points</link>
        <pubDate>Mon, 15 Aug 2022 23:08:02 +0000</pubDate>
        <category>RUCKUS Self-Help</category>
        <dc:creator>syamantakomer</dc:creator>
        <guid isPermaLink="false">46029@/discussions</guid>
        <description><![CDATA[<p>In this self-help topic I will&nbsp;<span>explain the physical and command line interface based factory reset (factory default) procedure for different types of Ruckus Access Points.</span></p>
<p>There are different type of Ruckus Access points and majorly categorized in below categories.</p>
<h2 id="toc-hId--1330396459">Indoor APs.</h2>
<ul>
<li>RXX0 series (Standard Indoor)</li>
<li>HXX0 series (Wall-Mounted)</li>
<li>MXX0 series (Mobile Indoor)</li>
<li>CXX0 series (Cable modem - Indoor Wall Mounted)</li>
<li>ZoneFlex or ZFXXXX series (EOL)</li>
</ul>
<h2 id="toc-hId--442892778">Outdoor APs</h2>
<ul>
<li>TXX0 series (Standard Outdoor)</li>
<li>TXX0 series CM (Outdoor - Cable modem)</li>
<li>EXX0 Series (Embedded)</li>
<li>ZoneFlex or ZFXXXX series (EOL)</li>
</ul>
<p><em><strong>Note:</strong></em> Here XX0 stands for first two digits of different AP model numbers, like 310, 510, 610, 710, etc.</p>
<h2 id="toc-hId-444610903">Reset/FD (factory default) physical button location for Indoor APs.</h2>
<h2 id="toc-hId-1332114584">R series</h2>
<p>In R series Ruckus has many different AP models and though physical layout may look different for each AP, reset button is always located near the ethernet port or in some APs near the USB port.<br />One thing to note, in R series APs there will be single Reset button. Pushing the button just once and releasing it will do a restart (power cycle). Pushing and holding the button for 8 seconds or more will factory default the AP settings.</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2942i6E1EEB022CE50593/image.png" role="button" title="R510.png" alt="R510.png" /></span></p>
<p>&nbsp;</p>
<h2 id="toc-hId--2075349031">H series</h2>
<p>In H series APs you will find two separate buttons. One for "Reset" (Reboot the AP) and other for Factory Default (FD).</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2938i80174124FB20E2AC/image.png" role="button" title="H510.png" alt="H510.png" /></span></p>
<h2 id="toc-hId--1187845350">M series</h2>
<h2 id="toc-hId--300341669"><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2941iCEF9EE45537CBE7C/image.png" role="button" title="M510.png" alt="M510.png" /></span></h2>
<h2 id="toc-hId-587162012">C series (Cable modem Indoor Wall Mounted)</h2>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2937i7E09F87EFDBE2DFE/image.png" role="button" title="C110.png" alt="C110.png" /></span></p>
<h2 id="toc-hId-1474665693">ZoneFlex (ZF) series (EOL)</h2>
<p>All (most) older RUCKUS access points models starts with ZF has the similar physical layout as the newer access points. Just identify the type of your AP (Indoor, outdoor, Wall mounted, etc) and refer the same information given for new AP models.</p>
<h1 id="toc-hId--125343459">Reset/FD (factory default) physical button location for Outdoor APs</h1>
<h2 id="toc-hId-1615662378">T series (Standard Outdoor)</h2>
<p>You can reset the AP factory default settings by pressing the reset button behind the access plug covering the Ethernet port (PoE IN port).</p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2943iF466C89645E8B29E/image.png" role="button" title="t610.png" alt="t610.png" /></span></p>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2944iD56317FF16CB3D31/image.png" role="button" title="Tseries.png" alt="Tseries.png" /></span></p>
<p><em><strong>Note:</strong> </em>Your AP layout may look different but reset button is always hidden inside the PoE IN plug covering the Ethernet port for all Ruckus outdoor APs.</p>
<h2 id="toc-hId--1791801237">T series CM (Outdoor - Cable modem)</h2>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2940i991A66C05B74B3D1/image.png" role="button" title="C811.png" alt="C811.png" /></span></p>
<h2 id="toc-hId--904297556">E Series (Embedded)</h2>
<p><span><img src="https://us.v-cdn.net/6038795/uploads/khoros_attachments/2939i09449BDEB0B99137/image.png" role="button" title="E510.png" alt="E510.png" /></span></p>
<p><em><strong>Note:</strong> </em>Remember to replace the Torx screw covering the Reset button after use. Insert the screw and torque to 4 in-lbs.</p>
<h2 id="toc-hId--16793875">ZoneFlex (ZF) series (EOL)</h2>
<p>All (most) older RUCKUS access points models starts with ZF has the similar physical layout as the newer access point. Just identify the type of your AP (Indoor, outdoor, Wall mounted, etc) and refer the same information give for new AP models.</p>
<h1 id="toc-hId-1067223311">Procedure for physical factory reset or hard reset.</h1>
<ol>
<li>Identify the type of AP model from the above list.</li>
<li>Find a paper clip or the clip which came with your RUCKUS AP.</li>
<li>Make sure AP is power ON while you perform reset.</li>
<li>To factory reset, locate the Reset (FD button for Wall Mount APs).</li>
<li>Push the button with clip and hold it for 10 seconds (8 seconds are required but to make sure reset is done correctly, use 10 seconds).</li>
<li>Release button and let the AP factory reset and boot.</li>
</ol>
<h1 id="toc-hId-1954726992">Procedure to factory reset the AP using AP CLI</h1>
<ol>
<li>Locate the AP IP address</li>
<li>Use a terminal application like Putty and SSH into the AP IP address</li>
<li>Type the AP's CLI admin username and password (this depends upon how AP is being managed)
<ul>
<li>For ZoneDirector managed APs username password will be the same as Zone Director admin credentials.</li>
<li>For Unleashed also it will be the same as your Unleashed master AP.</li>
<li>For SmartZone managed APs it will be the user name password set in AP Zone's settings.</li>
<li>In default state AP's default user name and password is: super/sp-admin</li>
</ul>
</li>
<li>Now run the commands "set factory" followed by "reboot".</li>
</ol>
<p><em><strong>Note:</strong> </em>APs managed by Ruckus Cloud cannot be factory default using CLI. Either you have to do using Cloud UI or using physical button.</p>]]>
        </description>
    </item>
   </channel>
</rss>
