<?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 ExtremeWireless (Identifi)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46587#M4282</link>
    <description>Yes mostly i use windows Calculator but for option 43 VCI i m not able to. is there any otherway to do it.</description>
    <pubDate>Sun, 26 Jun 2016 11:09:00 GMT</pubDate>
    <dc:creator>Sachu</dc:creator>
    <dc:date>2016-06-26T11:09:00Z</dc:date>
    <item>
      <title>DHCP Option 43 -</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46582#M4277</link>
      <description>Hi All, &lt;BR /&gt;
&lt;BR /&gt;
Please suggest me online tool to convert for DHCP Option 43&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2016 19:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46582#M4277</guid>
      <dc:creator>Sachu</dc:creator>
      <dc:date>2016-06-23T19:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Option 43 -</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46583#M4278</link>
      <description>if you mean for IP to HEX for DHCP option 43&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://ncalculators.com/digital-computation/ip-address-hex-decimal-binary.htm" target="_blank" rel="nofollow noreferrer noopener"&gt;http://ncalculators.com/digital-computation/ip-address-hex-decimal-binary.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2016 19:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46583#M4278</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2016-06-23T19:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Option 43 -</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46584#M4279</link>
      <description>I was doing this in Windows Server 2013, and they actually accept Hex and Decimal.  But if you are not on 2012 you have to convert it.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2016 19:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46584#M4279</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-06-23T19:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Option 43 -</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46585#M4280</link>
      <description>hi i don't have AD i want to configure it on firewall or cisco switch. is there any tool which is not vendor specific</description>
      <pubDate>Sat, 25 Jun 2016 23:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46585#M4280</guid>
      <dc:creator>Sachu</dc:creator>
      <dc:date>2016-06-25T23:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Option 43 -</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46586#M4281</link>
      <description>You need to look what format the device supports - there is no general format/command.&lt;BR /&gt;
Some devices allow to configure the IP in the GUI and some require it in hex via CLI.&lt;BR /&gt;
The vendor of that hardware is responsible for the implementation and not Extreme Networks.&lt;BR /&gt;
&lt;BR /&gt;
i.e. here a example for a Fortigate Firewall...&lt;BR /&gt;
The controller has IP 10..10.10.10 which is in hex 0A0A0A0A plus you need to add 00 in the front...&lt;BR /&gt;
&lt;BR /&gt;
Spoke1 # show system dhcp serverconfig system dhcp server&lt;BR /&gt;
    edit 1&lt;BR /&gt;
        set default-gateway 10.128.1.254&lt;BR /&gt;
        set dns-service default&lt;BR /&gt;
        set interface "internal"&lt;BR /&gt;
            config ip-range&lt;BR /&gt;
                edit 1&lt;BR /&gt;
                    set end-ip 10.128.1.199&lt;BR /&gt;
                    set start-ip 10.128.1.101&lt;BR /&gt;
                next&lt;BR /&gt;
            end&lt;BR /&gt;
        set netmask 255.255.255.0&lt;BR /&gt;
        set option1 78 '000A0A0A0A'&lt;BR /&gt;
    next&lt;BR /&gt;
end&lt;BR /&gt;
&lt;BR /&gt;
To convert from decimal to hex I use my Windows build in Calculator.&lt;BR /&gt;
&lt;BR /&gt;
Here another example for a Cisco ASA5505&lt;BR /&gt;
# dhcpd option 43 ip 10.10.10.10 interface inside&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Jun 2016 23:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46586#M4281</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2016-06-25T23:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Option 43 -</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46587#M4282</link>
      <description>Yes mostly i use windows Calculator but for option 43 VCI i m not able to. is there any otherway to do it.</description>
      <pubDate>Sun, 26 Jun 2016 11:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-43/m-p/46587#M4282</guid>
      <dc:creator>Sachu</dc:creator>
      <dc:date>2016-06-26T11:09:00Z</dc:date>
    </item>
  </channel>
</rss>

