<?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: NX 5500 DHCP Server in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/nx-5500-dhcp-server/m-p/81473#M7534</link>
    <description>Good evening Julio,&lt;BR /&gt;
I don't know if I have understood correctly , but If you want that NX5500 acts  as DHCP server for clients connected to VLAN10 usually I simply create the DHCP policy (under Configuration&amp;gt; Services &amp;gt; DHCP server policy) and then I apply this DHCP policy over the specific Device (in this case Configuration &amp;gt; Devices &amp;gt; Your NX5500 &amp;gt; Services &amp;gt; DHCP Server, then select the DHCP Server policy from drop down menu).&lt;BR /&gt;
&lt;BR /&gt;
I am not very familiar with the CLI commands, but this is an extract of configuration file that results&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;! Configuration of NX5500 version 5.9.2.5-001R&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;version 2.6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;dhcp-server-policy DHCP-VLAN10&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt; option ControllerIPAddress 191 ascii&lt;/I&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; dhcp-pool VLAN10&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; network 192.168.10.0/24&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt; address range 192.168.10.100 192.168.10.200&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; default-router 192.168.10.254&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;NX5500 5C-0E-8B-1B-FE-5E&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; use profile default-NX5500&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; use rf-domain default&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; hostname NX55001BFE5E&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; use dhcp-server-policy DHCP-VLAN10&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Obviously you must check that VLAN10 is correctly mapped to the desired WLAN, but I took it for assumed...&lt;BR /&gt;
&lt;BR /&gt;
Regards, Andrea</description>
    <pubDate>Fri, 10 May 2019 23:18:44 GMT</pubDate>
    <dc:creator>Andrea_Cavicchi</dc:creator>
    <dc:date>2019-05-10T23:18:44Z</dc:date>
    <item>
      <title>NX 5500 DHCP Server</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/nx-5500-dhcp-server/m-p/81472#M7533</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I have a NX 5500 in VLAN 1 (192.168.1.1)  and also have DHCP Server for vlan 10 configured in this controller. (Pool 10.10.10.2 - 10.10.10.5)&lt;BR /&gt;
&lt;BR /&gt;
The controller is connected to a Switch in VLAN 1 (192.168.1.100) and L3 Vlan 10 (10.10.10.1) configured for APs.&lt;BR /&gt;
&lt;BR /&gt;
I configured a DHCP-Relay (ip dhcp-relay fwd-path 10.10.10.1 192.168.1.1) and I am not receiving any IP from the controller.&lt;BR /&gt;
&lt;BR /&gt;
Is there missing something that I should configure?</description>
      <pubDate>Fri, 10 May 2019 20:11:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/nx-5500-dhcp-server/m-p/81472#M7533</guid>
      <dc:creator>Julio_Oliveira</dc:creator>
      <dc:date>2019-05-10T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: NX 5500 DHCP Server</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/nx-5500-dhcp-server/m-p/81473#M7534</link>
      <description>Good evening Julio,&lt;BR /&gt;
I don't know if I have understood correctly , but If you want that NX5500 acts  as DHCP server for clients connected to VLAN10 usually I simply create the DHCP policy (under Configuration&amp;gt; Services &amp;gt; DHCP server policy) and then I apply this DHCP policy over the specific Device (in this case Configuration &amp;gt; Devices &amp;gt; Your NX5500 &amp;gt; Services &amp;gt; DHCP Server, then select the DHCP Server policy from drop down menu).&lt;BR /&gt;
&lt;BR /&gt;
I am not very familiar with the CLI commands, but this is an extract of configuration file that results&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;! Configuration of NX5500 version 5.9.2.5-001R&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;version 2.6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;dhcp-server-policy DHCP-VLAN10&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt; option ControllerIPAddress 191 ascii&lt;/I&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; dhcp-pool VLAN10&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; network 192.168.10.0/24&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt; address range 192.168.10.100 192.168.10.200&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; default-router 192.168.10.254&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;NX5500 5C-0E-8B-1B-FE-5E&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; use profile default-NX5500&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; use rf-domain default&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; hostname NX55001BFE5E&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; use dhcp-server-policy DHCP-VLAN10&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt;(…)&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Obviously you must check that VLAN10 is correctly mapped to the desired WLAN, but I took it for assumed...&lt;BR /&gt;
&lt;BR /&gt;
Regards, Andrea</description>
      <pubDate>Fri, 10 May 2019 23:18:44 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/nx-5500-dhcp-server/m-p/81473#M7534</guid>
      <dc:creator>Andrea_Cavicchi</dc:creator>
      <dc:date>2019-05-10T23:18:44Z</dc:date>
    </item>
  </channel>
</rss>

