<?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: DHCP Option 43 in To Be Moved</title>
    <link>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39222#M2098</link>
    <description>I should have added the following:&lt;BR /&gt;&lt;BR /&gt;It is the vendor controller identifier and HEX value of the IP address.&lt;BR /&gt;&lt;A href="https://support.ruckuswireless.com/answers/000004456" rel="nofollow" target="_blank" title="Link https//supportruckuswirelesscom/answers/000004456"&gt;https://support.ruckuswireless.com/answers/000004456&lt;/A&gt;</description>
    <pubDate>Tue, 29 Aug 2017 21:39:08 GMT</pubDate>
    <dc:creator>tim_morton_7322</dc:creator>
    <dc:date>2017-08-29T21:39:08Z</dc:date>
    <item>
      <title>DHCP Option 43</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39220#M2096</link>
      <description>So Ruckus suggests using the shimi.net website for Ruckus DHCP Option 43.&amp;nbsp; However I would instead like to know what method is being used to calculate the DHCP Option 43 value for Ruckus.&amp;nbsp; Cisco explains it on their website for their WLC's.&amp;nbsp; Why can't Ruckus do the same?&lt;BR /&gt;&lt;BR /&gt;What if that site is down or what if there is an issue with it, I would much rather know what is Ruckus using to calculate the values.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 29 Aug 2017 20:57:11 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39220#M2096</guid>
      <dc:creator>ali_db0udsohr2q</dc:creator>
      <dc:date>2017-08-29T20:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Option 43</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39221#M2097</link>
      <description>If you are using a Windows DHCP server or have access to one, you can put in the IP address of the ZoneDirector on the far left side and that will automatically put in the Binary and Data values. You should be able to take the Binary info and move it to any needed DHCP server to fulfill the option requirement.</description>
      <pubDate>Tue, 29 Aug 2017 21:21:02 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39221#M2097</guid>
      <dc:creator>tim_morton_7322</dc:creator>
      <dc:date>2017-08-29T21:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Option 43</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39222#M2098</link>
      <description>I should have added the following:&lt;BR /&gt;&lt;BR /&gt;It is the vendor controller identifier and HEX value of the IP address.&lt;BR /&gt;&lt;A href="https://support.ruckuswireless.com/answers/000004456" rel="nofollow" target="_blank" title="Link https//supportruckuswirelesscom/answers/000004456"&gt;https://support.ruckuswireless.com/answers/000004456&lt;/A&gt;</description>
      <pubDate>Tue, 29 Aug 2017 21:39:08 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39222#M2098</guid>
      <dc:creator>tim_morton_7322</dc:creator>
      <dc:date>2017-08-29T21:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Option 43</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39223#M2099</link>
      <description>Hi Ali,&lt;BR /&gt;&lt;BR /&gt;DHCP Option 43 for ZD and vSZ can be calculated as below.&lt;BR /&gt;&lt;BR /&gt;Let us assume 10.10.10.10 is the IP address of ZD/vSZ/SZ, the formula would be.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Sub option &lt;/B&gt;(ZD:03) or (vSZ:06) + &lt;B&gt;Length of the IP in HEX&amp;nbsp;&lt;/B&gt;+ &lt;B&gt;HEX Value of the IP&lt;/B&gt; (ASCII to HEX).&lt;BR /&gt;&lt;BR /&gt;Lets apply above formula on IP 10.10.10.10&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Sub Option ZD &lt;/B&gt;= 03&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Length of IP in HEX&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;10.10.10.10 has a length of 11 or hex value of 0x0b = 0b&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Example string length for different IP:&amp;nbsp;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;10.9.52.32 has a length of&amp;nbsp;10&amp;nbsp;or hex value of 0x0a&lt;BR /&gt;10.10.52.32 has a length of&amp;nbsp;11&amp;nbsp;or hex value of 0x0b&lt;BR /&gt;10.11.52.32&amp;nbsp;has a length of 11 or hex value of 0x0b&lt;BR /&gt;10.111.52.32 has a length of&amp;nbsp;12&amp;nbsp;or a hex value of 0x0c&lt;BR /&gt;192.168.100.10 has a length of 14 or a hex value of 0x0e&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Hex Value of IP&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;ASCII to HEX of '1' = 31&lt;BR /&gt;ASCII to HEX of '0' = 30&lt;BR /&gt;ASCII to HEX of '.' &amp;nbsp;= 2E&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;10.10.10.10&lt;BR /&gt;31302e 31302e 31302e 3130&lt;BR /&gt;&lt;BR /&gt;The Complete Option 43 Hex for IP 10.10.10.10 with ZD sub option (03) is &amp;nbsp;030b31302e31302e31302e3130&lt;BR /&gt;&lt;BR /&gt;The Complete Option 43 Hex for IP 10.10.10.10 with vSZ sub option (06) is&amp;nbsp;&lt;BR /&gt;060b31302e31302e31302e3130&lt;BR /&gt;&lt;BR /&gt;This is conversion method used, Hope this Helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Abilash PR.</description>
      <pubDate>Tue, 29 Aug 2017 21:49:09 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39223#M2099</guid>
      <dc:creator>abilash_p_r</dc:creator>
      <dc:date>2017-08-29T21:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Option 43</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39224#M2100</link>
      <description>Thank you for that exactly what I was looking at as I would like to be able to do this manually without using that site.</description>
      <pubDate>Wed, 30 Aug 2017 16:19:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/DHCP-Option-43/m-p/39224#M2100</guid>
      <dc:creator>ali_db0udsohr2q</dc:creator>
      <dc:date>2017-08-30T16:19:44Z</dc:date>
    </item>
  </channel>
</rss>

