<?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: How to configure DHCP Server? in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71999#M6597</link>
    <description>&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;WLC#conf t&lt;BR /&gt;Enter configuration commands, one per line.  End with CNTL/Z.&lt;BR /&gt;WLC(config)#dhcp-server-policy vlan1&lt;BR /&gt;WLC(config-dhcp-policy-vlan1)#dhcp-pool vlan1&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#network A.B.C.D/M  Network number and Mask&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#network range x.x.x.x y.y.y.y&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#default router A.B.C.D Router's IP address&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#​dns-server x.x.x.x&lt;BR /&gt;&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#commit write&lt;BR /&gt;&lt;BR /&gt;Apply the newly created DHCP policy&lt;BR /&gt;WLC(config)#self&lt;BR /&gt;WLC(config-device-B4-C7-99-6D-CF-45)#use dhcp-server-policy vlan1&lt;BR /&gt;WLC(config-device-B4-C7-99-6D-CF-45)#commit write&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Feb 2019 09:39:11 GMT</pubDate>
    <dc:creator>RobertZ</dc:creator>
    <dc:date>2019-02-12T09:39:11Z</dc:date>
    <item>
      <title>How to configure DHCP Server?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71995#M6593</link>
      <description>I'm configuring an AP8533 with Wing v5.8, and I have two different wlan (SSIDs) and I want to distribute different dchp one for each SSID.&lt;BR /&gt;
&lt;BR /&gt;
At the moment I only have one DHCP server configured that is in a vlan1 virtual interface; I would like to know how to configure it.</description>
      <pubDate>Tue, 12 Feb 2019 06:17:44 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71995#M6593</guid>
      <dc:creator>Joel_Garcia</dc:creator>
      <dc:date>2019-02-12T06:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure DHCP Server?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71996#M6594</link>
      <description>I'm assuming here that the other SSID will be operating on a different VLAN (something other than VLAN-1)&lt;BR /&gt;
&lt;BR /&gt;
Here's a link to a guide for the GUI:&lt;BR /&gt;
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-DHCP-service-using-GUI-on-WiNG-device</description>
      <pubDate>Tue, 12 Feb 2019 06:23:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71996#M6594</guid>
      <dc:creator>ckelly</dc:creator>
      <dc:date>2019-02-12T06:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure DHCP Server?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71997#M6595</link>
      <description>If so, I already have both DHCP, but I am not able to assign a DHCP to a specific SSID.</description>
      <pubDate>Tue, 12 Feb 2019 07:57:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71997#M6595</guid>
      <dc:creator>Joel_Garcia</dc:creator>
      <dc:date>2019-02-12T07:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure DHCP Server?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71998#M6596</link>
      <description>DHCP services are setup based on the networks they need to lease addresses to.  You don't assign a DHCP server to an SSID (WLAN). &lt;BR /&gt;
Normally you would have multiple SSIDs, each operating on different VLANs.&lt;BR /&gt;
A DHCP server would be configured with address pools for the networks that the different VLANs represent.  The DHCP service would then applied to either an access point or a controller.&lt;BR /&gt;
&lt;BR /&gt;
So if you have SSID-1 and it's mapped to VLAN-1 and SSID-2 and it's mapped to VLAN-2, you would create a DHCP server and then setup two address pools.  One for each VLAN.&lt;BR /&gt;
Example:&lt;BR /&gt;
VLAN-1 might be for subnet: 10.10.1.0/24&lt;BR /&gt;
VLAN-2 might be for subnet: 10.10.2.0/24&lt;BR /&gt;
&lt;BR /&gt;
Within each of those address pools you would also specify the IP address range for the addresses that would be handed out to the DHCP clients.&lt;BR /&gt;
&lt;BR /&gt;
So if a client is looking for a DHCP service on VLAN-1, they could be doing this from the wired side or the wireless side.  It doesn't matter.  As long as they're on the VLAN-1 subnet, they will be served by the DHCP server and given an address that has been setup for the 10.10.1.0/24 network.  Same for the VLAN-2 network.</description>
      <pubDate>Tue, 12 Feb 2019 08:46:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71998#M6596</guid>
      <dc:creator>ckelly</dc:creator>
      <dc:date>2019-02-12T08:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure DHCP Server?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71999#M6597</link>
      <description>&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;WLC#conf t&lt;BR /&gt;Enter configuration commands, one per line.  End with CNTL/Z.&lt;BR /&gt;WLC(config)#dhcp-server-policy vlan1&lt;BR /&gt;WLC(config-dhcp-policy-vlan1)#dhcp-pool vlan1&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#network A.B.C.D/M  Network number and Mask&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#network range x.x.x.x y.y.y.y&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#default router A.B.C.D Router's IP address&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#​dns-server x.x.x.x&lt;BR /&gt;&lt;BR /&gt;WLC(config-dhcp-policy-vlan1-pool-vlan1)#commit write&lt;BR /&gt;&lt;BR /&gt;Apply the newly created DHCP policy&lt;BR /&gt;WLC(config)#self&lt;BR /&gt;WLC(config-device-B4-C7-99-6D-CF-45)#use dhcp-server-policy vlan1&lt;BR /&gt;WLC(config-device-B4-C7-99-6D-CF-45)#commit write&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Feb 2019 09:39:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/how-to-configure-dhcp-server/m-p/71999#M6597</guid>
      <dc:creator>RobertZ</dc:creator>
      <dc:date>2019-02-12T09:39:11Z</dc:date>
    </item>
  </channel>
</rss>

