<?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: Adoption of WiNG based wireless on untagged VLAN in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59831#M5001</link>
    <description>The switchport and the GE1 interface need to have the same native vlan.  "mint mclp vlan" should be enabled by default.  If you add a controller host entry to point the AP to the IP address of the controller, then mint mlcp vlan should be disabled.  AP communicates via IP instead of vlan to the controller.  A more direct approach.  Just a little more information to help.</description>
    <pubDate>Wed, 29 Mar 2017 19:35:00 GMT</pubDate>
    <dc:creator>Shay_Weir</dc:creator>
    <dc:date>2017-03-29T19:35:00Z</dc:date>
    <item>
      <title>Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59821#M4991</link>
      <description>I've got a site with about 150 WiNG based AP's. They adopt on V67 and as such, this is the default untagged vlan for each port they're connected to. For some reason, when I tell the AP's that this is V67 (as opposed to 1) in their profiles, they don't provision.  So they think that the untagged port they're on in 1 when in fact it's 67.  Why does this matter?  We're implementing a new management platform and since it's pulling the AP configs and they don't mesh with the actual settings, it's messing up everything.  Any thoughts as to why the AP's won't work when the profile says that their default vlan is 67 (bridging at the interface)?  These are nearly all 4532 and 4522 devices.&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59821#M4991</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2017-03-29T17:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59822#M4992</link>
      <description>Try changing the AP switchport interface to:  switchport trunk native vlan 67, switchport mode trunk</description>
      <pubDate>Wed, 29 Mar 2017 17:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59822#M4992</guid>
      <dc:creator>Shay_Weir</dc:creator>
      <dc:date>2017-03-29T17:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59823#M4993</link>
      <description>It's an EXOS x440, so the ports are set to "conf v67 add port n untagged" then two "tagged" for the BSSID vlan's.  &lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59823#M4993</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2017-03-29T17:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59824#M4994</link>
      <description>Do you have your tagged and untagged vlans defined on ge1?&lt;BR /&gt;
interface ge1   switchport mode trunk   switchport trunk native vlan 67   no switchport trunk native tagged   switchport trunk allowed vlan 5,6,7,8... Just to make sure, you're also assigning your management IP to vlan 67, correct?&lt;BR /&gt;
interface vlan67&lt;BR /&gt;
  ip address dhcpor if you are using device overrides for static IPs, for each AP config:&lt;BR /&gt;
interface vlan67   ip address &lt;AP ip="" address="" here=""&gt;&lt;/AP&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59824#M4994</guid>
      <dc:creator>Phil_Frederick</dc:creator>
      <dc:date>2017-03-29T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59825#M4995</link>
      <description>Hi Phil.  Here's the config (done in via the controller UI, but seems to match [except for the wrong vlan]):&lt;BR /&gt;
&lt;BR /&gt;
interface ge1&lt;BR /&gt;
  description "Trunk to local switch"&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  switchport trunk native vlan 1&lt;BR /&gt;
  no switchport trunk native tagged&lt;BR /&gt;
  switchport trunk allowed vlan 1,60-68&lt;BR /&gt;
  ip dhcp trust&lt;BR /&gt;
  qos trust dscp&lt;BR /&gt;
  qos trust 802.1p&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;</description>
      <pubDate>Wed, 29 Mar 2017 19:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59825#M4995</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2017-03-29T19:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59826#M4996</link>
      <description>Change "vlan1" to "vlan67"&lt;BR /&gt;
&lt;BR /&gt;
interface ge1&lt;BR /&gt;
  description "Trunk to local switch"&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  switchport trunk native &lt;B&gt;vlan 67&lt;/B&gt;&lt;BR /&gt;
  no switchport trunk native tagged&lt;BR /&gt;
  switchport trunk allowed vlan 1,60-68&lt;BR /&gt;
  ip dhcp trust&lt;BR /&gt;
  qos trust dscp&lt;BR /&gt;
  qos trust 802.1p&lt;BR /&gt;
 interface &lt;B&gt;vlan67&lt;/B&gt;&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options allI'd also look at removing vlan 1 from your "switchport trunk" under ge1 if you're not using it.</description>
      <pubDate>Wed, 29 Mar 2017 19:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59826#M4996</guid>
      <dc:creator>Phil_Frederick</dc:creator>
      <dc:date>2017-03-29T19:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59827#M4997</link>
      <description>Understood. That's what I was originally saying in the post.  If I set it to v67, it will not adopt.  It's set to trunk, as we're bridging at the ge1 interface so I assumed that was/is correct...&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2017 19:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59827#M4997</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2017-03-29T19:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59828#M4998</link>
      <description>This is what we have and it works great...    interface ge1    switchport mode trunk    switchport trunk native vlan 67    no switchport trunk native tagged    switchport trunk allowed vlan 10,20,30,67,......    no lldp receive    no lldp transmit   interface vlan1    shutdown   interface vlan67    ip address dhcp    ip dhcp client request options all</description>
      <pubDate>Wed, 29 Mar 2017 19:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59828#M4998</guid>
      <dc:creator>Shay_Weir</dc:creator>
      <dc:date>2017-03-29T19:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59829#M4999</link>
      <description>Ah, I see now. The root of the issue appears to be your APs are unable communicate with a controller using MiNT on VLAN 67, but can on VLAN 1. I'd start drilling down into the wired network at this point.&lt;BR /&gt;
&lt;BR /&gt;
Is the controller local or remote? If local, is the controller's native VLAN also 67? If it's remote, is port 24576 allowed for VLAN 67? &lt;BR /&gt;
&lt;BR /&gt;
What DHCP options are you pushing to the APs?&lt;BR /&gt;
&lt;BR /&gt;
Is the AP getting a valid DHCP address on VLAN 67? Can you access the AP via SSH over VLAN 67?&lt;BR /&gt;
&lt;BR /&gt;
Things like that.</description>
      <pubDate>Wed, 29 Mar 2017 19:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59829#M4999</guid>
      <dc:creator>Phil_Frederick</dc:creator>
      <dc:date>2017-03-29T19:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59830#M5000</link>
      <description>I'm so confused...    There is a "vlan1" virtual interface set for DHCP.  I can't delete it, as when I try it says that it does not exist.  As such, I can't create a vlan67 virtual interface using DHCP (only one can use DHCP I believe), so when I try to commit - it fails.  The controller is also on V67 (untagged in the switch), but believes it's on V1 untagged too.  Been this way for 3 yrs or more.  All works fine except for the new mgmt tools (which think that the native Vlan for all of the AP's is the same as the LAN, which it's not).&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2017 19:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59830#M5000</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2017-03-29T19:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59831#M5001</link>
      <description>The switchport and the GE1 interface need to have the same native vlan.  "mint mclp vlan" should be enabled by default.  If you add a controller host entry to point the AP to the IP address of the controller, then mint mlcp vlan should be disabled.  AP communicates via IP instead of vlan to the controller.  A more direct approach.  Just a little more information to help.</description>
      <pubDate>Wed, 29 Mar 2017 19:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59831#M5001</guid>
      <dc:creator>Shay_Weir</dc:creator>
      <dc:date>2017-03-29T19:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59832#M5002</link>
      <description>Here is the controller profile.  Hope this helps....     interface ge1    description Uplink    switchport mode trunk    switchport trunk native vlan 67    no switchport trunk native tagged    switchport trunk allowed vlan 10,20,30,67......    channel-group 1   interface ge2    description Uplink    switchport mode trunk    switchport trunk native vlan 67    no switchport trunk native tagged    switchport trunk allowed vlan 10,20,30,67......    channel-group 1   interface ge3   interface ge4   interface ge5   interface ge6   interface ge7   interface ge8   interface ge9   interface ge10   interface port-channel1    switchport mode trunk    switchport trunk native vlan 67    no switchport trunk native tagged    switchport trunk allowed vlan 10,20,30,67....   use event-system-policy</description>
      <pubDate>Wed, 29 Mar 2017 21:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59832#M5002</guid>
      <dc:creator>Shay_Weir</dc:creator>
      <dc:date>2017-03-29T21:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59833#M5003</link>
      <description>Makes sense.  I ended up changing the vlan definition (for V1) to not use DHCP for gateway/DNS.  After doing so, and creating a new vlan definition (v67 with those options enabled), it grabbed an IP again.  The controller and AP's are on the same native VLAN, just not the one they think (they think it's V1, it's actually v67).  Again, was never a problem until I implemented our new mgmt platform and it got very confused.&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2017 21:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59833#M5003</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2017-03-29T21:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59834#M5004</link>
      <description>Am I the only one who thinks it's odd that we picked v67?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2017 21:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59834#M5004</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2017-03-29T21:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adoption of WiNG based wireless on untagged VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59835#M5005</link>
      <description>Not at all.</description>
      <pubDate>Wed, 29 Mar 2017 21:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/adoption-of-wing-based-wireless-on-untagged-vlan/m-p/59835#M5005</guid>
      <dc:creator>Shay_Weir</dc:creator>
      <dc:date>2017-03-29T21:18:00Z</dc:date>
    </item>
  </channel>
</rss>

