<?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 78 for IdentiFi APs in ExtremeWireless (Identifi)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32831#M987</link>
    <description>To start, I am providing option 78&lt;BR /&gt;
&lt;BR /&gt;
--Option 78 broken down...&lt;BR /&gt;
                                   Dec to Hex&lt;BR /&gt;
You have to do 01 then each value broken out... c0=192 -- a8=168 -- 2e=46 -- 03=3&lt;BR /&gt;
  option 78 instance 0 hex 01c0a82e03  &lt;BR /&gt;
&lt;BR /&gt;
-Config that we used on a S to be a DHCPserver &lt;BR /&gt;
&lt;BR /&gt;
S3 Chassis(su)-&amp;gt;show run&lt;BR /&gt;
&lt;BR /&gt;
!configure terminal&lt;BR /&gt;
 interface vlan.0.196&lt;BR /&gt;
  ip address 10.58.196.241 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
!&lt;BR /&gt;
# Static routes configured on routed interfaces&lt;BR /&gt;
 ip route &lt;A href="http://0.0.0.0/0" target="_blank" rel="nofollow noreferrer noopener"&gt;0.0.0.0/0&lt;/A&gt; 10.26.196.1 interface vlan.0.196 1&lt;BR /&gt;
!&lt;BR /&gt;
 ip dhcp send-all-options&lt;BR /&gt;
 ip local pool Extremenetworks 10.58.196.0 255.255.255.0&lt;BR /&gt;
  exclude 10.58.196.1 20&lt;BR /&gt;
  exclude 10.58.196.241 1&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool Extremenetworks&lt;BR /&gt;
&lt;BR /&gt;
  bootfile dhcpboot&lt;BR /&gt;
  domain-name &lt;A href="http://dougisgod.com/" target="_blank" rel="nofollow noreferrer noopener"&gt;Extremenetworks&lt;/A&gt;&lt;A href="http://dougisgod.com/" target="_blank" rel="nofollow noreferrer noopener"&gt;.com&lt;/A&gt;&lt;BR /&gt;
  lease 100 0 0&lt;BR /&gt;
  option 78 instance 0 hex 01c0a82e03  &lt;BR /&gt;
  default-router 10.58.196.241&lt;BR /&gt;
&lt;BR /&gt;
  dns-server 1.1.1.1&lt;BR /&gt;
 exit&lt;BR /&gt;
&lt;BR /&gt;
Jason&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 14 May 2014 18:21:00 GMT</pubDate>
    <dc:creator>Jason_Parker</dc:creator>
    <dc:date>2014-05-14T18:21:00Z</dc:date>
    <item>
      <title>DHCP option 78 for IdentiFi APs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32830#M986</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
If a customer has 2 controllers in HA mode connected to S4 and wishes to delegate the DHCP services for the APs at the S4, if he wants to use option 78 in order to tell the APs what are the controllers IP address (2 IP addresses), what is the CLI command regarding option 78 at the S4 under dhcp pool? &lt;BR /&gt;
&lt;BR /&gt;
Let's say the controllers IP addresses are 10.113.5.5 and 10.113.5.6. Must the values be entered in hex?...&lt;BR /&gt;
&lt;BR /&gt;
Or, since the controllers data port and APs are in the same VLAN/subnet (same broadcast domain - 10.113.5.0/24), it is better to use the controllers data port DHCP server capabilities in order to assign IPs to the APs (allowing AP registration in the data port, of course)?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2014 16:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32830#M986</guid>
      <dc:creator>Tavares__Goncal</dc:creator>
      <dc:date>2014-05-14T16:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 for IdentiFi APs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32831#M987</link>
      <description>To start, I am providing option 78&lt;BR /&gt;
&lt;BR /&gt;
--Option 78 broken down...&lt;BR /&gt;
                                   Dec to Hex&lt;BR /&gt;
You have to do 01 then each value broken out... c0=192 -- a8=168 -- 2e=46 -- 03=3&lt;BR /&gt;
  option 78 instance 0 hex 01c0a82e03  &lt;BR /&gt;
&lt;BR /&gt;
-Config that we used on a S to be a DHCPserver &lt;BR /&gt;
&lt;BR /&gt;
S3 Chassis(su)-&amp;gt;show run&lt;BR /&gt;
&lt;BR /&gt;
!configure terminal&lt;BR /&gt;
 interface vlan.0.196&lt;BR /&gt;
  ip address 10.58.196.241 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
!&lt;BR /&gt;
# Static routes configured on routed interfaces&lt;BR /&gt;
 ip route &lt;A href="http://0.0.0.0/0" target="_blank" rel="nofollow noreferrer noopener"&gt;0.0.0.0/0&lt;/A&gt; 10.26.196.1 interface vlan.0.196 1&lt;BR /&gt;
!&lt;BR /&gt;
 ip dhcp send-all-options&lt;BR /&gt;
 ip local pool Extremenetworks 10.58.196.0 255.255.255.0&lt;BR /&gt;
  exclude 10.58.196.1 20&lt;BR /&gt;
  exclude 10.58.196.241 1&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool Extremenetworks&lt;BR /&gt;
&lt;BR /&gt;
  bootfile dhcpboot&lt;BR /&gt;
  domain-name &lt;A href="http://dougisgod.com/" target="_blank" rel="nofollow noreferrer noopener"&gt;Extremenetworks&lt;/A&gt;&lt;A href="http://dougisgod.com/" target="_blank" rel="nofollow noreferrer noopener"&gt;.com&lt;/A&gt;&lt;BR /&gt;
  lease 100 0 0&lt;BR /&gt;
  option 78 instance 0 hex 01c0a82e03  &lt;BR /&gt;
  default-router 10.58.196.241&lt;BR /&gt;
&lt;BR /&gt;
  dns-server 1.1.1.1&lt;BR /&gt;
 exit&lt;BR /&gt;
&lt;BR /&gt;
Jason&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2014 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32831#M987</guid>
      <dc:creator>Jason_Parker</dc:creator>
      <dc:date>2014-05-14T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 for IdentiFi APs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32832#M988</link>
      <description>Hey guys, sorry to revive a year old thread, but do you know if this same approach would be used on an extreme XOS switch?  Doing some research about setting up the x460 switch as a dhcp server for some APs and came across this thread.  I see the user guides show the setup for windows server and using the byte code/array option and couldn't figure out how to map that to XOS.  Hoping I can just use HEX as you've described above?</description>
      <pubDate>Wed, 14 May 2014 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32832#M988</guid>
      <dc:creator>David_Gibb</dc:creator>
      <dc:date>2014-05-14T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 for IdentiFi APs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32833#M989</link>
      <description>Here we go...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-DHCP-option-78-on-EXOS-switch-for-Identifi-Wireless-AP-discovery-to-locate-controller" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-DHCP-option-78-on-EXOS-sw...&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2014 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32833#M989</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2014-05-14T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 for IdentiFi APs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32834#M990</link>
      <description>Thank you sir!</description>
      <pubDate>Wed, 14 May 2014 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32834#M990</guid>
      <dc:creator>David_Gibb</dc:creator>
      <dc:date>2014-05-14T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 for IdentiFi APs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32835#M991</link>
      <description>Goncalo, &lt;BR /&gt;
&lt;BR /&gt;
I believe the CLI command would be similar to this below, and in hex. &lt;BR /&gt;
&lt;BR /&gt;
option 78 instance 0 hex &lt;I&gt; &lt;BR /&gt;
&lt;BR /&gt;
This is taken from a test config from a S3, but I believe the syntax would be the same:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;S3 Chassis(su)-&amp;gt;show run&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!configure terminal&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; interface vlan.0.196&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  ip address 10.58.196.241 255.255.255.0 primary&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  ip dhcp server&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  no shutdown&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  exit&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Static routes configured on routed interfaces&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip route 0.0.0.0/0 10.26.196.1 interface vlan.0.196 1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip dhcp send-all-options&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip local pool ap 10.58.196.0 255.255.255.0&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  exclude 10.58.196.1 20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  exclude 10.58.196.241 1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; exit&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip dhcp pool ap&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;  bootfile dhcpboot&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  domain-name test.com&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  lease 100 0 0&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  option 78 instance 0 hex 01c0a82e03  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  option 72 ip 10.1.1.1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  default-router 10.58.196.241&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;  dns-server 1.1.1.1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; exit&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
Thanks, &lt;BR /&gt;
Jason&lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 14 May 2014 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32835#M991</guid>
      <dc:creator>Jason1</dc:creator>
      <dc:date>2014-05-14T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 for IdentiFi APs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32836#M992</link>
      <description>I should have "refreshed" -  Thanks Jason!</description>
      <pubDate>Wed, 14 May 2014 18:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-for-identifi-aps/m-p/32836#M992</guid>
      <dc:creator>Jason1</dc:creator>
      <dc:date>2014-05-14T18:50:00Z</dc:date>
    </item>
  </channel>
</rss>

