<?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: Configuring different VLANs for Access Points and WLANs in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58845#M4621</link>
    <description>Hi Madeline,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the detailed response. I didn't know if we could configure the AP int Ge interface with switchport commands.&lt;BR /&gt;
&lt;BR /&gt;
In my case I'd have to configure the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;AP Ge Interface:&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
  switchport trunk native vlan 10&lt;BR /&gt;
  no switchport trunk native tagged&lt;BR /&gt;
  switchport trunk allowed vlan 10,20&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 10&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Switchport Config (Where AP is connected)&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
interface gi1/0/1&lt;BR /&gt;
switchport mode trunk&lt;BR /&gt;
switchport trunk native vlan 10&lt;BR /&gt;
switchport trunk allowed vlan 10,20&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;The Switch Config:&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 10&lt;BR /&gt;
ip address 192.168.10.1 255.255.255.0&lt;BR /&gt;
ip helper-address &lt;I&gt;&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 20&lt;BR /&gt;
ip address 192.168.20.1 255.255.255.0&lt;BR /&gt;
ip helper-address &lt;I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Does it make any sense?&lt;/I&gt;&lt;/I&gt;</description>
    <pubDate>Mon, 12 Mar 2018 10:27:00 GMT</pubDate>
    <dc:creator>dot1x</dc:creator>
    <dc:date>2018-03-12T10:27:00Z</dc:date>
    <item>
      <title>Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58841#M4617</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I'm new to Extreme wireless.&lt;BR /&gt;
Could someone please assist how can we configure the following:&lt;BR /&gt;
&lt;BR /&gt;
1. APs get the IP Address from Management Subnet.&lt;BR /&gt;
2. WLANs users get the IP Address from different subnet than the APs.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 12 Mar 2018 04:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58841#M4617</guid>
      <dc:creator>dot1x</dc:creator>
      <dc:date>2018-03-12T04:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58842#M4618</link>
      <description>Hey Moin,&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;By default, WiNG AP is configured with DHCP IP for VLAN 1 which is the native VLAN for ge1 
&lt;/LI&gt;&lt;LI&gt;For WLAN user to get Ip address from a different subnet, multiple ways can be done:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt; 
&lt;LI&gt;For externally hosted DHCP server &amp;gt;&amp;gt; You will need to specify the VLAN under WLAN configuration and allow the VLAN at the switchport, refer to this: &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-do-I-Create-a-WLAN-on-my-WM-Controller" target="_blank" rel="nofollow noreferrer noopener"&gt;How do I Create a WLAN on A WM Controller&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;If you wish to host the DHCP server at AP, you will need to first set up the DHCP server, then specify the VLAN under WLAN configuration and allow the VLAN at the switchport. You may refer to the following article on how to configure DHCP service: &lt;A href="https://gtacknowledge.extremenetworks.com/articles/Solution/How-to-configure-DHCP-services-useing-CLI-WiNG-Access-Points" target="_blank" rel="nofollow noreferrer noopener"&gt;How to configure DHCP services using CLI on WiNG Access Points.&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;Hope this helps~! &lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2018 07:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58842#M4618</guid>
      <dc:creator>Madeline</dc:creator>
      <dc:date>2018-03-12T07:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58843#M4619</link>
      <description>Hi Madeline,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your reply.&lt;BR /&gt;
When you say WiNG AP is configured with DHCP IP for VLAN 1 which is the native VLAN for ge1.&lt;BR /&gt;
It is the case when the switchport has no config on it? Correct me if I'm wrong?&lt;BR /&gt;
&lt;BR /&gt;
If we want APs to get IP address from a different VLAN, say VLAN10 and WLAN users on VLAN20. Do we need to configure the switchport as a trunk port with native VLAN as VLAN10?</description>
      <pubDate>Mon, 12 Mar 2018 07:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58843#M4619</guid>
      <dc:creator>dot1x</dc:creator>
      <dc:date>2018-03-12T07:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58844#M4620</link>
      <description>1. When you say WiNG AP is configured with DHCP IP for VLAN 1 which is the native VLAN for ge1.&lt;BR /&gt;
It is the case when the switchport has no config on it? Correct me if I'm wrong?&lt;BR /&gt;
&amp;gt;&amp;gt; I'll assume that you are referring to AP int ge configuration, and the default behaviour is as below:&lt;BR /&gt;
interface ge1&lt;BR /&gt;
switchport mode access&lt;BR /&gt;
  switchport access vlan 1&lt;BR /&gt;
interface vlan1&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
&lt;BR /&gt;
2.If we want APs to get IP address from a different VLAN, say VLAN10 and WLAN users on VLAN20. Do we need to configure the switchport as a trunk port with native VLAN as VLAN10?&lt;BR /&gt;
&amp;gt;&amp;gt; Yes, on top of that you will need to configured AP interface ge1 to allow VLAN 10 and VLAN 20&lt;BR /&gt;
For example:&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  switchport trunk native vlan 10&lt;BR /&gt;
  no switchport trunk native tagged&lt;BR /&gt;
  switchport trunk allowed vlan 10,20&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2018 07:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58844#M4620</guid>
      <dc:creator>Madeline</dc:creator>
      <dc:date>2018-03-12T07:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58845#M4621</link>
      <description>Hi Madeline,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the detailed response. I didn't know if we could configure the AP int Ge interface with switchport commands.&lt;BR /&gt;
&lt;BR /&gt;
In my case I'd have to configure the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;AP Ge Interface:&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
  switchport trunk native vlan 10&lt;BR /&gt;
  no switchport trunk native tagged&lt;BR /&gt;
  switchport trunk allowed vlan 10,20&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 10&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Switchport Config (Where AP is connected)&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
interface gi1/0/1&lt;BR /&gt;
switchport mode trunk&lt;BR /&gt;
switchport trunk native vlan 10&lt;BR /&gt;
switchport trunk allowed vlan 10,20&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;The Switch Config:&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 10&lt;BR /&gt;
ip address 192.168.10.1 255.255.255.0&lt;BR /&gt;
ip helper-address &lt;I&gt;&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 20&lt;BR /&gt;
ip address 192.168.20.1 255.255.255.0&lt;BR /&gt;
ip helper-address &lt;I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Does it make any sense?&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Mon, 12 Mar 2018 10:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58845#M4621</guid>
      <dc:creator>dot1x</dc:creator>
      <dc:date>2018-03-12T10:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58846#M4622</link>
      <description>Dear Moin,&lt;BR /&gt;
&lt;BR /&gt;
I am not sure about the switch that you are using, but from the WiNG AP side, the configuration looks correct&lt;BR /&gt;
You can do a &lt;B&gt;&lt;U&gt;show &lt;/U&gt;&lt;/B&gt;&lt;B&gt;&lt;U&gt;IP&lt;/U&gt;&lt;/B&gt;&lt;B&gt;&lt;U&gt; interface &lt;/U&gt;&lt;/B&gt;&lt;B&gt;&lt;U&gt;brief&lt;/U&gt;&lt;/B&gt; on the AP to check the IP address that it is taking&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps</description>
      <pubDate>Mon, 12 Mar 2018 11:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58846#M4622</guid>
      <dc:creator>Madeline</dc:creator>
      <dc:date>2018-03-12T11:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58847#M4623</link>
      <description>Assuming we have Cisco Switches.&lt;BR /&gt;
Does the config look good?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 12 Mar 2018 11:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58847#M4623</guid>
      <dc:creator>dot1x</dc:creator>
      <dc:date>2018-03-12T11:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuring different VLANs for Access Points and WLANs</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58848#M4624</link>
      <description>We are sorry to hear that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
It looks OK&lt;BR /&gt;
just as a reminder.... you'd need a "no shut" on the VLAN interfaces</description>
      <pubDate>Mon, 12 Mar 2018 11:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/configuring-different-vlans-for-access-points-and-wlans/m-p/58848#M4624</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2018-03-12T11:56:00Z</dc:date>
    </item>
  </channel>
</rss>

