<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AP Discovery - How to configure DHCP option 43 to discover the controller? in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79742#M357</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The get scg command did not work as the AP is on a Zone Director.&amp;nbsp; Is there another command with it being managed by a ZD?&amp;nbsp; Would "get director" do the trick?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 17:25:37 GMT</pubDate>
    <dc:creator>Intralink</dc:creator>
    <dc:date>2024-05-14T17:25:37Z</dc:date>
    <item>
      <title>AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/65975#M194</link>
      <description>&lt;P class=""&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;The DHCP option 43 is one of many methods for the RUCKUS AP to discover its controller.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=""&gt;This option is configured in the DHCP server and&amp;nbsp;&lt;STRONG&gt;must be masked&lt;/STRONG&gt;. Also, the vendor code and the length of the IP address must be specified in HEX.&lt;/P&gt;&lt;P class=""&gt;&lt;U&gt;&lt;STRONG&gt;RUCKUS vendor code: &lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P class=""&gt;- 06 for SmartZone&lt;/P&gt;&lt;P class=""&gt;- 03 for Zone Director&lt;/P&gt;&lt;P class=""&gt;Using&amp;nbsp;&lt;A href="https://shimi.net/services/opt43/" target="_blank" rel="noopener"&gt;this website&lt;/A&gt;&amp;nbsp;you will quickly mask the IP address from IPV4 to &lt;U&gt;dnsmasq&lt;/U&gt; values.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;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 "&lt;SPAN&gt;060d3139322e3136382e302e323030"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Orlando_Elias_1-1692061698341.png" style="width: 717px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/8254iEDFFFB073C04DC90/image-dimensions/717x473/is-moderation-mode/true?v=v2" width="717" height="473" role="button" title="Orlando_Elias_1-1692061698341.png" alt="Orlando_Elias_1-1692061698341.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;How did they get to such a result?&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Divide the IP Address:&lt;/STRONG&gt; Start by splitting the IP address into its four individual parts: A.B.C.D.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;192&lt;/LI&gt;&lt;LI&gt;168&lt;/LI&gt;&lt;LI&gt;0&lt;/LI&gt;&lt;LI&gt;200&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Mask the decimal values:&lt;/STRONG&gt; For each part, convert the decimal value to its corresponding hexadecimal representation. For instance:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Decimal 1 becomes "31"&lt;/LI&gt;&lt;LI&gt;Decimal 9 becomes "39"&lt;/LI&gt;&lt;LI&gt;Decimal 2 becomes "32" ...&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Add Separators:&lt;/STRONG&gt; Place "2e" (ASCII value for dot) between each pair of translated hex values.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Include Vendor Code and Length:&lt;/STRONG&gt; 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).&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Note: The length is 13 bytes since each pair of characters equals one byte.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;IP Address Translation:&lt;/STRONG&gt; The IP address "192.168.0.200" transforms into the hexadecimal string "3139322e3136382e302e323030".&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Combining Elements:&lt;/STRONG&gt; Combine all the translated parts to form the final hexadecimal representation.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Example for the IP address "192.168.0.200":&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Translated octets: "31", "39", "32", "2e", "31", "36", "38", "2e", "30", "2e", "32", "30", "30"&lt;/LI&gt;&lt;LI&gt;Vendor code: "06"&lt;/LI&gt;&lt;LI&gt;Length: "0d"&lt;/LI&gt;&lt;LI&gt;Combined: "060d3139322e3136382e302e323030"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-the-APs-discover-the-IP-address-of-the-controller/td-p/65974" target="_blank" rel="noopener"&gt;Visit this post&lt;/A&gt; to learn &lt;STRONG&gt;other ways&lt;/STRONG&gt; to provision RUCKUS APs with the IP address of their controllers.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 01:21:11 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/65975#M194</guid>
      <dc:creator>Orlando_Elias</dc:creator>
      <dc:date>2023-08-15T01:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79684#M352</link>
      <description>&lt;P&gt;Can you do 2 IP Addresses for redundant controllers when using DHCP Option 43?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 16:56:18 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79684#M352</guid>
      <dc:creator>Intralink</dc:creator>
      <dc:date>2024-05-13T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79685#M353</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/21228"&gt;@Intralink&lt;/a&gt;&amp;nbsp;, Yes you can. However, the number of Controller IPs you can include in this option has a restriction. For example, some DHCP server vendors do not allow this value to exceed 255 bytes.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:07:10 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79685#M353</guid>
      <dc:creator>Dilshad_Zafar</dc:creator>
      <dc:date>2024-05-13T17:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79686#M354</link>
      <description>&lt;P&gt;Thanks for the quick response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I only have one controller IP Address in the DHCP Option 43 hex code in my Sonicwall.&amp;nbsp; I want to add the additional IP address for the second controller.&amp;nbsp; The IPs for the controllers are (192.168.99.10 &amp;nbsp;&amp;amp; 192.168.99.11)&amp;nbsp; Do I need to do anything to separate the IPs in the hex code?&amp;nbsp;&amp;nbsp; Do I need to add 0x20 for a space between the 2 IP Addresses, or can I just leave it like I have it below?&amp;nbsp; Is there a way to test if an AP knows about both controllers?&amp;nbsp; I can ping both from an AP.&lt;/P&gt;&lt;P&gt;So this? 0x31; 0x39; 0x32; 0x2e; 0x31; 0x36; 0x38; 0x2e; 0x39; 0x39; 0x2e; 0x31; 0x30; 0x31; 0x39; 0x32; 0x2e; 0x31; 0x36; 0x38; 0x2e; 0x39; 0x39; 0x2e; 0x31; 0x31&lt;/P&gt;&lt;P&gt;Or this? 0x31; 0x39; 0x32; 0x2e; 0x31; 0x36; 0x38; 0x2e; 0x39; 0x39; 0x2e; 0x31; 0x30; 0x20; 0x31; 0x39; 0x32; 0x2e; 0x31; 0x36; 0x38; 0x2e; 0x39; 0x39; 0x2e; 0x31; 0x31&lt;/P&gt;&lt;P&gt;All of the APs are on the same subnet.&lt;/P&gt;&lt;P&gt;Also, the licenses from the “primary” controller will sync over to the “secondary” redundant controller when I configure the controller settings for smart redundancy, correct?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:34:58 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79686#M354</guid>
      <dc:creator>Intralink</dc:creator>
      <dc:date>2024-05-13T17:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79689#M355</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/21228"&gt;@Intralink&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This would vary from vendor to vendor. However, for Sonicwall DHCP option 43, we have a KB&amp;nbsp;&lt;A href="https://support.ruckuswireless.com/articles/000003431" target="_blank"&gt;https://support.ruckuswireless.com/articles/000003431&lt;/A&gt;&amp;nbsp;that you can refer to. This doc says that&amp;nbsp;Option Value (&amp;lt;IP1&amp;gt;, &amp;lt;IP2&amp;gt; etc.) should be a string converted to hex in "semicolon" separated characters, and not spaces. For more information, I would recommend referring to the specific vendor's user guide.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Once implemented, it can be tested by running AP CLI command "get scg". This would give you the IPs learnt using option 43 next to section "DHCP Option 43".&lt;/P&gt;&lt;P&gt;As for your question on licensing, the licenses of both active and standby are pooled together when you enable SmartRedundancy on ZD. More details on it's licensing concept can be found here -&amp;nbsp;&lt;A href="https://support.ruckuswireless.com/articles/000004832" target="_blank"&gt;https://support.ruckuswireless.com/articles/000004832&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:43:35 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79689#M355</guid>
      <dc:creator>Dilshad_Zafar</dc:creator>
      <dc:date>2024-05-13T18:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79690#M356</link>
      <description>&lt;P&gt;Excellent info.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:51:20 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79690#M356</guid>
      <dc:creator>Intralink</dc:creator>
      <dc:date>2024-05-13T18:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79742#M357</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The get scg command did not work as the AP is on a Zone Director.&amp;nbsp; Is there another command with it being managed by a ZD?&amp;nbsp; Would "get director" do the trick?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:25:37 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79742#M357</guid>
      <dc:creator>Intralink</dc:creator>
      <dc:date>2024-05-14T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: AP Discovery - How to configure DHCP option 43 to discover the controller?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79744#M358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/21228"&gt;@Intralink&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;For ZD, the command would be "get director"&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:51:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/AP-Discovery-How-to-configure-DHCP-option-43-to-discover-the/m-p/79744#M358</guid>
      <dc:creator>Dilshad_Zafar</dc:creator>
      <dc:date>2024-05-14T17:51:44Z</dc:date>
    </item>
  </channel>
</rss>

