<?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: static IP  ON VLAN POOL  - SSID  WWING 5.8 in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89377#M8377</link>
    <description>If you have a router on VLAN-191, you can certainly setup the helper there.  I would recommend this route first.&lt;BR /&gt;
Otherwise, you can try configuring a helper on the controller.&lt;BR /&gt;
If on the controller, you need to ensure that the controller's interface is setup correctly.&lt;BR /&gt;
&lt;BR /&gt;
Something like:&lt;BR /&gt;
&lt;BR /&gt;
ip default-gateway 192.168.1.50 (address to router)&lt;BR /&gt;
interface vlan191  (VLAN that needs to listen for DHCP traffic to forward)&lt;BR /&gt;
 ip address 192.168.1.100/24 (IP address of VLAN-191 on the controller)&lt;BR /&gt;
 no ip dhcp client request options all&lt;BR /&gt;
&lt;B&gt; ip helper-address 192.168.1.200&lt;/B&gt;  (enter the address of the DHCP server)</description>
    <pubDate>Thu, 08 Aug 2019 04:25:28 GMT</pubDate>
    <dc:creator>ckelly</dc:creator>
    <dc:date>2019-08-08T04:25:28Z</dc:date>
    <item>
      <title>static IP  ON VLAN POOL  - SSID  WWING 5.8</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89372#M8372</link>
      <description>I CONFIGURE IN MY  RFS7000  A VLAN POOL  ASSIGMENT  WITH  AP7532, VLAN 190 Y VLAN 191, IS OK. &lt;BR /&gt;
MY PROBLEM  IS   WHEN I TRY TO  ASSIGN  A IP  WITH RESERVATION   DHCP SERVER  TROUGHT WIN SERVER 2013.&lt;BR /&gt;
&lt;BR /&gt;
WIN SERVER ASSIGN  192,168.1.3 TO HOST. IN VLAN 190 WITH RESERVATION CONFIG.&lt;BR /&gt;
BUT IN MY CONTROLLER ASSIGN   VLAN 191  AND MY HOST  DONT  REACH  THIS  DHCP SERVER AND DONT GET THE IP 192.168.1.3   , TAKE IP  FROM THE VLAN 191 ONLY &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
HELP ME PLEASE.</description>
      <pubDate>Mon, 05 Aug 2019 11:18:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89372#M8372</guid>
      <dc:creator>JESUS_REYES_DIA</dc:creator>
      <dc:date>2019-08-05T11:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: static IP  ON VLAN POOL  - SSID  WWING 5.8</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89373#M8373</link>
      <description>When you setup a VLAN pool like this, the controller will evenly distribute the clients amongst the VLANs you have in the pool (round-robin).  So it sounds like the controller is doing what it's supposed to do.&lt;BR /&gt;
&lt;BR /&gt;
What you need to do is decide how you want to modify the the network so that clients are able to get a DHCP lease when connected to VLAN-191.&lt;BR /&gt;
The first thought I have is to setup a DHCP helper/Relay agent on VLAN-191.  This would allow clients on VLAN-191 to still Discover and Request IP addresses from the DHCP server that exist on VLAN-190.</description>
      <pubDate>Wed, 07 Aug 2019 21:08:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89373#M8373</guid>
      <dc:creator>ckelly</dc:creator>
      <dc:date>2019-08-07T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: static IP  ON VLAN POOL  - SSID  WWING 5.8</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89374#M8374</link>
      <description>exactly   Chris &lt;BR /&gt;
my  expectation   is  make a reservation from IP pool   with my  third párty   DHCP  Server per device ,  only utilize  one  ssid  with vlan pool configuration on the WLC,  WHICH  give     up  to  500   devices IP  . on a DISTRIBUTION  center.&lt;BR /&gt;
&lt;BR /&gt;
is posible  with  ip  helper (relay) make  this   configuration??&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
Thanks   Chris.</description>
      <pubDate>Thu, 08 Aug 2019 02:19:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89374#M8374</guid>
      <dc:creator>JESUS_REYES_DIA</dc:creator>
      <dc:date>2019-08-08T02:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: static IP  ON VLAN POOL  - SSID  WWING 5.8</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89375#M8375</link>
      <description>Yes.  You would need to setup the DHCP helper on your network...on VLAN-191.  The helper would hear the DHCP Discovery broadcast messages and forward them to the DHCP server on VLAN-190 and the clients would then get an IP address while existing on VLAN-191.&lt;BR /&gt;
&lt;BR /&gt;
This could also be accomplished using dynamic VLAN assignment and RADIUS.&lt;BR /&gt;
When a client authenticates through RADIUS, the RADIUS server would be configured to provide a post-authentication VLAN ID using the &lt;B&gt;&lt;I&gt;tunnel-private-group-id&lt;/I&gt;&lt;/B&gt; attribute that is received by the controller in a RADIUS Access-Accept message.&lt;BR /&gt;
&lt;BR /&gt;
In this case, you would have one SSID.  When a user connects, that user's account on RADIUS could be configured so that it belongs to a specific VLAN.  This obviously would require pre-configuring all of the users and mapping them to a desired VLAN.  This is what the WLAN option in the GUI labeled "Allow RADIUS Override" is used for.  If</description>
      <pubDate>Thu, 08 Aug 2019 02:33:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89375#M8375</guid>
      <dc:creator>ckelly</dc:creator>
      <dc:date>2019-08-08T02:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: static IP  ON VLAN POOL  - SSID  WWING 5.8</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89376#M8376</link>
      <description>ok  my  friend,   the ip helper   where  should be ?  1.- in the  router  or  in  the WLC?</description>
      <pubDate>Thu, 08 Aug 2019 04:07:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89376#M8376</guid>
      <dc:creator>JESUS_REYES_DIA</dc:creator>
      <dc:date>2019-08-08T04:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: static IP  ON VLAN POOL  - SSID  WWING 5.8</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89377#M8377</link>
      <description>If you have a router on VLAN-191, you can certainly setup the helper there.  I would recommend this route first.&lt;BR /&gt;
Otherwise, you can try configuring a helper on the controller.&lt;BR /&gt;
If on the controller, you need to ensure that the controller's interface is setup correctly.&lt;BR /&gt;
&lt;BR /&gt;
Something like:&lt;BR /&gt;
&lt;BR /&gt;
ip default-gateway 192.168.1.50 (address to router)&lt;BR /&gt;
interface vlan191  (VLAN that needs to listen for DHCP traffic to forward)&lt;BR /&gt;
 ip address 192.168.1.100/24 (IP address of VLAN-191 on the controller)&lt;BR /&gt;
 no ip dhcp client request options all&lt;BR /&gt;
&lt;B&gt; ip helper-address 192.168.1.200&lt;/B&gt;  (enter the address of the DHCP server)</description>
      <pubDate>Thu, 08 Aug 2019 04:25:28 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/static-ip-on-vlan-pool-ssid-wwing-5-8/m-p/89377#M8377</guid>
      <dc:creator>ckelly</dc:creator>
      <dc:date>2019-08-08T04:25:28Z</dc:date>
    </item>
  </channel>
</rss>

