<?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 with multiple controllers? in ExtremeWireless (Identifi)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55757#M6574</link>
    <description>Ah, thank you Craig. It wasn't obvious from the documentation that the administration / management port could not be used for AP registration. I'll give this a go now.&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Mar 2018 22:14:00 GMT</pubDate>
    <dc:creator>Humza</dc:creator>
    <dc:date>2018-03-21T22:14:00Z</dc:date>
    <item>
      <title>DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55744#M6561</link>
      <description>Howdy,&lt;BR /&gt;
&lt;BR /&gt;
I am currently testing two C35 controllers - as part of our testing we were able to get some access points provisioned fine on a subnet existing on the two controllers in a HA pair.&lt;BR /&gt;
&lt;BR /&gt;
However, I have been trying to get the access points to provision on an external network using DHCP option 78. The attribute string I have tested with is 1 0.0.0.0 1.1.1.1 in hex without spaces however the access point does not seem to pick this up - at least not visibly.&lt;BR /&gt;
&lt;BR /&gt;
Nothing in /tmp/log indicates the DHCP options have been picked up, there are also several entries with:&lt;BR /&gt;
Mar 21 13:10:37 cap: 01090:ru_connect_to_ma.c:991-ru_connect_to_ac_ru_manager()-  IP https://devices.extremenetworks.com, state URL_ITEM_STATE_PENDING, flag URL_ITEM_FLAG_STATIC_HWC, retries 2, timestamp 55000, standby 300000 pversion 2  Mar 21 13:10:37 cap: 01090:ru_connect_to_ma.c:1016-ru_connect_to_ac_ru_manager()-  HWC IP https://devices.extremenetworks.com, state URL_ITEM_STATE_PENDING, diff_ticks 1000, TO_ticks 300000&lt;BR /&gt;
On a likely unrelated note, we're not able to get it to statically provision either using:&lt;BR /&gt;
cset authip 1 0.0.0.0&lt;BR /&gt;
capply&lt;BR /&gt;
csave&lt;BR /&gt;
reboot  It shows the following logs:&lt;BR /&gt;
Mar 21 13:28:31 cap: 01090:ru_connect_to_ma.c:1016-ru_connect_to_ac_ru_manager()-  HWC IP 0.0.0.0, state URL_ITEM_STATE_NO_ANSWER, diff_ticks 2000, TO_ticks 5000&lt;BR /&gt;
Mar 21 13:28:32 cap: 01090:ru_mgmt.c:2741-whsl_trans()-S_EDISC 159It is able to communicate fine with the controller and curl the web interface of the controller just fine.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas here?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Wed, 21 Mar 2018 20:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55744#M6561</guid>
      <dc:creator>Humza</dc:creator>
      <dc:date>2018-03-21T20:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55745#M6562</link>
      <description>What's the DHCP server type?</description>
      <pubDate>Wed, 21 Mar 2018 20:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55745#M6562</guid>
      <dc:creator>Doug</dc:creator>
      <dc:date>2018-03-21T20:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55746#M6563</link>
      <description>For the static setting take a look at.... &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-controller-s-IP-in-the-AP" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-controller-s-IP-in-the-AP&lt;/A&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55746#M6563</guid>
      <dc:creator>Doug</dc:creator>
      <dc:date>2018-03-21T20:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55747#M6564</link>
      <description>I'm guessing you're asking the vendor of the DHCP server - it's Juniper, and the configuration is fairly generic and straight forward. I've simply inputted the HEX values directly on DHCP option 78.&lt;BR /&gt;
&lt;BR /&gt;
Is the format I have provided correct? This isn't clearly documented in any of the GTAC documents.&lt;BR /&gt;
&lt;BR /&gt;
Statically setting it is not preferred as we have many AP's to deploy at various different sites and it's massively impractical. However, for testing purposes I have already completed the steps in that GTAC article and that also does not work (snippets from the log are provided in the OP).&lt;BR /&gt;
&lt;BR /&gt;
I appreciate there are probably two different problems in play here - the DHCP options not being picked up, and the fact that the access point isn't able to provision in the first place.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55747#M6564</guid>
      <dc:creator>Humza</dc:creator>
      <dc:date>2018-03-21T20:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55748#M6565</link>
      <description>Option 78 should be 1 0.0.0.0    1 1.1.1.1</description>
      <pubDate>Wed, 21 Mar 2018 20:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55748#M6565</guid>
      <dc:creator>John_Romero</dc:creator>
      <dc:date>2018-03-21T20:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55749#M6566</link>
      <description>I have tried both &lt;B&gt;1&lt;/B&gt; 0.0.0.0 &lt;B&gt;1&lt;/B&gt; 1.1.1.1 and &lt;B&gt;1 &lt;/B&gt;0.0.0.0 1.1.1.1 in HEX, obviously without spaces. There aren't many useful entries in the log, but if it was working I would expect it to pick up the controller's IP address.&lt;BR /&gt;
&lt;BR /&gt;
Also any ideas why the static provisioning isn't working either?</description>
      <pubDate>Wed, 21 Mar 2018 21:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55749#M6566</guid>
      <dc:creator>Humza</dc:creator>
      <dc:date>2018-03-21T21:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55750#M6567</link>
      <description>could you try 2 x.x.x.x y.y.y.y&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55750#M6567</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2018-03-21T21:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55751#M6568</link>
      <description>Unfortunately, exactly the same issue here.</description>
      <pubDate>Wed, 21 Mar 2018 21:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55751#M6568</guid>
      <dc:creator>Humza</dc:creator>
      <dc:date>2018-03-21T21:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55752#M6569</link>
      <description>cset authipaddr 1 &lt;CONTROLLER ip=""&gt; &lt;BR /&gt;
capply&lt;BR /&gt;
csave&lt;BR /&gt;
(wait 30 seconds)&lt;BR /&gt;
reboot&lt;BR /&gt;
&lt;BR /&gt;
after the reboot check the config....&lt;BR /&gt;
cget config global | grep &lt;I&gt;&lt;/I&gt;&lt;/CONTROLLER&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55752#M6569</guid>
      <dc:creator>Doug</dc:creator>
      <dc:date>2018-03-21T21:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55753#M6570</link>
      <description>Thanks Doug,&lt;BR /&gt;
&lt;BR /&gt;
That is exactly what I've done a few times already. The controller IP address appears fine in the configuration file but it can't seem to connect to the controller, even though I'm able to curl the controller on port 5825 just fine. Mar 21 16:09:17 cap: 01093:ru_connect_to_ma.c:991-ru_connect_to_ac_ru_manager()-  IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, flag URL_ITEM_FLAG_STATIC_HWC, retries 4, timestamp 106000, standby 0 pversion 1&lt;BR /&gt;
Mar 21 16:09:17 cap: 01093:ru_connect_to_ma.c:1016-ru_connect_to_ac_ru_manager()-  HWC IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, diff_ticks 5000, TO_ticks 5000&lt;BR /&gt;
Mar 21 16:09:17 cap: 01093:ru_connect_to_ma.c:1021-ru_connect_to_ac_ru_manager()-  HWC IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, curr retries 3, total retries 5&lt;BR /&gt;
Mar 21 16:09:17 cap: 01093:ru_connect_to_ma.c:1035-ru_connect_to_ac_ru_manager()-  HWC IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, retrying 4&lt;BR /&gt;
Mar 21 16:09:17 cap: 01093:ru_connect_to_ma.c:663-ru_discov_send_legacy_connect_req()- Attempting connection 4 to RU_manager 10.5.1.100&lt;BR /&gt;
Mar 21 16:09:17 cap: 01093:ru_connect_to_ma.c:665-ru_discov_send_legacy_connect_req()-my sn=1804Y-1293000000&lt;BR /&gt;
Mar 21 16:09:18 cap: 01093:ru_mgmt.c:2741-whsl_trans()-S_EDISC 236&lt;BR /&gt;
Mar 21 16:09:18 cap: 01093:ru_connect_to_ma.c:991-ru_connect_to_ac_ru_manager()-  IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, flag URL_ITEM_FLAG_STATIC_HWC, retries 5, timestamp 111000, standby 0 pversion 1&lt;BR /&gt;
Mar 21 16:09:18 cap: 01093:ru_connect_to_ma.c:1016-ru_connect_to_ac_ru_manager()-  HWC IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, diff_ticks 1000, TO_ticks 5000&lt;BR /&gt;
Mar 21 16:09:19 cap: 01093:ru_mgmt.c:2741-whsl_trans()-S_EDISC 235&lt;BR /&gt;
Mar 21 16:09:19 cap: 01093:ru_connect_to_ma.c:991-ru_connect_to_ac_ru_manager()-  IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, flag URL_ITEM_FLAG_STATIC_HWC, retries 5, timestamp 111000, standby 0 pversion 1&lt;BR /&gt;
Mar 21 16:09:19 cap: 01093:ru_connect_to_ma.c:1016-ru_connect_to_ac_ru_manager()-  HWC IP 10.5.1.100, state URL_ITEM_STATE_NO_ANSWER, diff_ticks 2000, TO_ticks 5000Is there something I need to do on the controller to allow external provisioning?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55753#M6570</guid>
      <dc:creator>Humza</dc:creator>
      <dc:date>2018-03-21T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55754#M6571</link>
      <description>Make sure the default route/Gateway is set on the controller, under network/ routing protocols.</description>
      <pubDate>Wed, 21 Mar 2018 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55754#M6571</guid>
      <dc:creator>Craig_Guilmette</dc:creator>
      <dc:date>2018-03-21T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55755#M6572</link>
      <description>Default route was already set, and the controller can be curl'ed successfully on port 5825 and for testings sake the AP is on the same subnet as the management interface of the controller so that wouldn't make any difference.</description>
      <pubDate>Wed, 21 Mar 2018 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55755#M6572</guid>
      <dc:creator>Humza</dc:creator>
      <dc:date>2018-03-21T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55756#M6573</link>
      <description>Is the AP reg box checked on the front panel ESA port that leads to the subnet the AP's are on? Make sure the AP's would not route to the controller via the admin port as admin port does not support AP reg.</description>
      <pubDate>Wed, 21 Mar 2018 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55756#M6573</guid>
      <dc:creator>Craig_Guilmette</dc:creator>
      <dc:date>2018-03-21T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55757#M6574</link>
      <description>Ah, thank you Craig. It wasn't obvious from the documentation that the administration / management port could not be used for AP registration. I'll give this a go now.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55757#M6574</guid>
      <dc:creator>Humza</dc:creator>
      <dc:date>2018-03-21T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55758#M6575</link>
      <description>&lt;BLOCKQUOTE&gt;as part of our testing we were able to get some access points provisioned fine on a subnet existing on the two controllers in a HA pair.&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;When you mentioned this in the original post, wouldn't think the ap reg check box would be the issue.</description>
      <pubDate>Wed, 21 Mar 2018 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55758#M6575</guid>
      <dc:creator>Brian_Anderson</dc:creator>
      <dc:date>2018-03-21T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55759#M6576</link>
      <description>Seems like the controller is not answering the ap's request. Without looking at the big picture (full configs and logs) it's hard to tell what's wrong. I would suggest contacting the GTAC - &lt;A href="https://www.extremenetworks.com/support/contact/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.extremenetworks.com/support/contact/&lt;/A&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55759#M6576</guid>
      <dc:creator>Doug</dc:creator>
      <dc:date>2018-03-21T22:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP option 78 with multiple controllers?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55760#M6577</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
please check if you have duplicate IP anywhere?tracert..&lt;BR /&gt;
Or you have 2 DHCP Server which causing issue during providing/getting IP for the AP.&lt;BR /&gt;
Try to set a static IP on the AP.&lt;BR /&gt;
&lt;BR /&gt;
Good luck.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Umut Aydin&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/dhcp-option-78-with-multiple-controllers/m-p/55760#M6577</guid>
      <dc:creator>Umut_Aydin</dc:creator>
      <dc:date>2018-03-22T15:32:00Z</dc:date>
    </item>
  </channel>
</rss>

