<?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: Handy tool: DHCP Option 43 builder in ZoneDirector</title>
    <link>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28565#M5541</link>
    <description>It would be nice to know what calculation method is being used by Ruckus so that if this site is down/unavailable we can do it ourselves.</description>
    <pubDate>Tue, 29 Aug 2017 20:58:14 GMT</pubDate>
    <dc:creator>ali_db0udsohr2q</dc:creator>
    <dc:date>2017-08-29T20:58:14Z</dc:date>
    <item>
      <title>Handy tool: DHCP Option 43 builder</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28564#M5540</link>
      <description>&lt;A href="http://shimi.net/services/opt43/" rel="nofollow"&gt;http://shimi.net/services/opt43/&lt;/A&gt;
&lt;BR /&gt;&lt;BR /&gt;
Author says: "You're welcome to use; Disclaimer: Not really debugged, I take no responsibility for errors or for the availability of the service in the future;"
&lt;BR /&gt;&lt;BR /&gt;
but if you've ever struggled with all the hex...you'll appreciate it!</description>
      <pubDate>Thu, 10 Apr 2014 16:09:06 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28564#M5540</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2014-04-10T16:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Handy tool: DHCP Option 43 builder</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28565#M5541</link>
      <description>It would be nice to know what calculation method is being used by Ruckus so that if this site is down/unavailable we can do it ourselves.</description>
      <pubDate>Tue, 29 Aug 2017 20:58:14 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28565#M5541</guid>
      <dc:creator>ali_db0udsohr2q</dc:creator>
      <dc:date>2017-08-29T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Handy tool: DHCP Option 43 builder</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28566#M5542</link>
      <description>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:37:40 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28566#M5542</guid>
      <dc:creator>tim_morton_7322</dc:creator>
      <dc:date>2017-08-29T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Handy tool: DHCP Option 43 builder</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28567#M5543</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&amp;nbsp;&lt;/B&gt;(ZD:03) or (vSZ:06) +&amp;nbsp;&lt;B&gt;Length of the IP in HEX&amp;nbsp;&lt;/B&gt;+&amp;nbsp;&lt;B&gt;HEX Value of the IP&lt;/B&gt;&amp;nbsp;(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&amp;nbsp;&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 the coverstion method, Hope this Helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Abilash PR.</description>
      <pubDate>Tue, 29 Aug 2017 21:50:11 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Handy-tool-DHCP-Option-43-builder/m-p/28567#M5543</guid>
      <dc:creator>abilash_p_r</dc:creator>
      <dc:date>2017-08-29T21:50:11Z</dc:date>
    </item>
  </channel>
</rss>

