<?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: native VLAN on WLC in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749273#M121985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;f you are setting the wlc vlan to 0 which is untagged, then you need the switchport trunk native vlan 60&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm using default untagged 0, then why do I bother changing naive VLAN to 60 on the switch? &lt;/P&gt;&lt;P&gt;where did you get that VLAN 60 from? Am I missing something or you made a typo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, here is my point of confusion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to &lt;A href="http://www.cisco.com/en/US/products/ps6366/products_configuration_example09186a0080665cdf.shtml#basic"&gt;this link&lt;/A&gt; . You'll see the following on WLC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;Management Interface VLAN Identifier (0 = untagged): &lt;STRONG&gt;60&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;and the following on the switch:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;PRE&gt;interface GigabitEthernet1/0/1
description Trunk Port to Cisco WLC
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 2-4,60
switchport mode trunk
no shutdown&lt;/PRE&gt;
&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Now go to &lt;A href="http://www.cisco.com/en/US/docs/wireless/technology/controller/deployment/guide/dep.html#wp1050484"&gt;this link&lt;/A&gt; and you will see this on WLC:&lt;/SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;
&lt;PRE&gt;Management Interface VLAN Identifier (0 = untagged): 60&lt;/PRE&gt;
&lt;BR /&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;and this on the Switch:&lt;/SPAN&gt;
&lt;DIV&gt;
&lt;PRE&gt;interface GigabitEthernet1/0/1
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;description Trunk Port to Cisco WLC
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;switchport trunk encapsulation dot1q
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;switchport trunk allowed vlan 3-4,60
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;switchport mode trunk
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;switchport trunk native vlan 60&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;no shutdown
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 08:51:42 GMT</pubDate>
    <dc:creator>Saman Shamim</dc:creator>
    <dc:date>2011-11-08T08:51:42Z</dc:date>
    <item>
      <title>native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749271#M121983</link>
      <description>&lt;P style="text-align: justify;"&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Let’s say I want to put WLC’s management interface and APs in a separate VLAN than the native/untagged one as Cisco recommends that as a good design practice to use only tagged VLANs on the WLC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;Management Interface VLAN Identifier (0 = untagged): &lt;STRONG&gt;60&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Now on the switchport which connects to the WLC, can I just do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;interface GigabitEthernet1/0/1&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;description Trunk Port to Cisco WLC&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;switchport trunk encapsulation dot1q&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;switchport trunk allowed vlan 2-4,60&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;switchport mode trunk&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;no shutdown&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;or I need to add this command as well to make it work? :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;switchport trunk native vlan 60&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;In other word, can I put the management interface in a tagged VLAN but not changing the native/untagged VLAN? The reason that I don’t want to touch native VLAN is that the non-Cisco L3 device in the network doesn’t let me to change its untagged VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Regards,&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Saman&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 04:02:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749271#M121983</guid>
      <dc:creator>Saman Shamim</dc:creator>
      <dc:date>2021-07-04T04:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749272#M121984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are setting the wlc vlan to 0 which is untagged, then you need the switchport trunk native vlan 60.  If your network devices don't support untagged  vlans, then set the wlc management interface vlan to 60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 06:35:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749272#M121984</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2011-11-08T06:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749273#M121985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;f you are setting the wlc vlan to 0 which is untagged, then you need the switchport trunk native vlan 60&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm using default untagged 0, then why do I bother changing naive VLAN to 60 on the switch? &lt;/P&gt;&lt;P&gt;where did you get that VLAN 60 from? Am I missing something or you made a typo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, here is my point of confusion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to &lt;A href="http://www.cisco.com/en/US/products/ps6366/products_configuration_example09186a0080665cdf.shtml#basic"&gt;this link&lt;/A&gt; . You'll see the following on WLC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;Management Interface VLAN Identifier (0 = untagged): &lt;STRONG&gt;60&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;and the following on the switch:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;PRE&gt;interface GigabitEthernet1/0/1
description Trunk Port to Cisco WLC
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 2-4,60
switchport mode trunk
no shutdown&lt;/PRE&gt;
&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Now go to &lt;A href="http://www.cisco.com/en/US/docs/wireless/technology/controller/deployment/guide/dep.html#wp1050484"&gt;this link&lt;/A&gt; and you will see this on WLC:&lt;/SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;
&lt;PRE&gt;Management Interface VLAN Identifier (0 = untagged): 60&lt;/PRE&gt;
&lt;BR /&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;and this on the Switch:&lt;/SPAN&gt;
&lt;DIV&gt;
&lt;PRE&gt;interface GigabitEthernet1/0/1
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;description Trunk Port to Cisco WLC
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;switchport trunk encapsulation dot1q
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;switchport trunk allowed vlan 3-4,60
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;switchport mode trunk
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;switchport trunk native vlan 60&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;no shutdown
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 08:51:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749273#M121985</guid>
      <dc:creator>Saman Shamim</dc:creator>
      <dc:date>2011-11-08T08:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749274#M121986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WlC works like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you configure a VLAN to tag the management interface, WLC will tag all the packets going out of management interface with that VLAN.&amp;nbsp; With native vlan configured in switch port, switch expects frames in native vlan come without any tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if you configure the vlan as 60 in WLC, any frame going out of management interface of the WLC will be tagged with vlan 60. With native vlan as 60 in the switch port, switch expects any frame coming in that port in vlan 60 without any tag. But since your frame from WLC is coming as tagged with VLAN 60, the switch will drop the frame. Where as if you had configured vlan as 0, the WLC will send out the frame without any vlan tag, and switch will recognize the frame as in vlan 60 and will process it . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way around is to configure the native vlan as som other vlan than 60, so that switch can still understand the frame and process it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;NikhiL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 09:30:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749274#M121986</guid>
      <dc:creator>nikhilcherian</dc:creator>
      <dc:date>2011-11-08T09:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749275#M121987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You stated that your management vlan on the wlc is 60, so this means you do not need the switchport trunk native vlan 60. You would use this command if you set the wlc management vlan to "0".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were you, set the wlc vlan to "0" and enter the native vlan 60 command to the trunk port in the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 14:28:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749275#M121987</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2011-11-08T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749276#M121988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;If I were you, set the wlc vlan to "0" and enter the native vlan 60 command to the trunk port in the switch.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;Got you. with your and&lt;A _jive_internal="true" href="https://community.cisco.com/people/nikhilcherian" id="jive-3084904725291904372613"&gt; &lt;/A&gt;nikhilcherian's explanation it totally make sense now. Just two quick questions and I'm done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You're recommending 0 untagged for the WLC but Cisco recommends tagged like 60. Which recommendation should I take? My network has one WLC and 122 APs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In case that I can't change the native VLAN on the non-Cisco L3 device to 60, then I have no other option than tagging WLC's traffic so I don't have to issue any native command on L3 device. Is that correct?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw I really appreciate your help.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 17:27:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749276#M121988</guid>
      <dc:creator>Saman Shamim</dc:creator>
      <dc:date>2011-11-08T17:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749277#M121989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cisco recommends you setting the WLC management vlan to '0' untagged.&amp;nbsp; Even though your management vlan is 60, you basically saying, anything that comes in in vlan 60, do not tag.&amp;nbsp; So the switch sees traffic from the WLC as not tagged and knows to send out that untagged traffic to vlan 60 and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on the switchport you would configure this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;interface GigabitEthernet1/0/1
&lt;/PRE&gt;&lt;P&gt;description Trunk Port to Cisco WLC&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport trunk allowed vlan 3-4,60&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;&lt;STRONG&gt;switchport trunk native vlan 60&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;no shutdown
&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 17:35:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749277#M121989</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2011-11-08T17:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: native VLAN on WLC</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749278#M121990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good explanation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For switches running 802.1Q as the trunking mechanism, thenative VLAN of each port on the trunk must match. By default all COS ports are in VLAN 1; and the native VLAN on the IOS devices is also configured for VLAN 1, so the native VLAN does match. If you choose to change the native VLAN, use the&lt;STRONG&gt;set vlan &lt;/STRONG&gt;command for COS switches or the &lt;STRONG&gt;switchport trunk nativevlan&lt;/STRONG&gt; command for IOS switches to specify the native VLAN. Remember that thenative VLAN &lt;EM&gt;must&lt;/EM&gt; match on both sides of the trunk link for 802.1Q; otherwise the link will not work. If there is a native VLAN mismatch,&lt;EM&gt;Spanning Tree Protocol&lt;/EM&gt; (STP) places the port in a &lt;EM&gt;port VLAN ID&lt;/EM&gt;(PVID) inconsistent state and will not forward on the link.&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cisco Discovery Protocol&lt;/EM&gt; (CDP) version 2 passes native VLAN information between Cisco switches. If you have a native VLAN mismatch, you will see CDP error messages on the console output.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 17:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749278#M121990</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2011-11-08T17:46:33Z</dc:date>
    </item>
    <item>
      <title>For the switchport config</title>
      <link>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749279#M121991</link>
      <description>&lt;P&gt;For the &lt;STRONG&gt;switchport &lt;/STRONG&gt;config keep the &lt;STRONG&gt;native Vlan command with Vlan ID&lt;/STRONG&gt; and then on &lt;STRONG&gt;WLC dont put any Vlan Identifier on Mgmt Interface.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In that way you could use any IP address from the Mgmt Subnet that you use on the WLC Mgmt Interface and WLC traffic will be sent to the switch without any tag . Once traffic reaches the switchport than switch will put the traffic in Native Vlan configured on the trunk port.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Aman&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:58:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/native-vlan-on-wlc/m-p/1749279#M121991</guid>
      <dc:creator>amandeepsingh2</dc:creator>
      <dc:date>2017-02-17T18:58:23Z</dc:date>
    </item>
  </channel>
</rss>

