<?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 Wireless controller 2500 - guest vlan in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340277#M106705</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;I need help on configuring guest vlan on the 2500 controller and get it working. I have attached some pictures (screen shots) of how i configured it but i am struggling to get it working. The diagram (high-level) is at the bottom of the attached file.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Here is what i have done&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt; Two VLANs running&lt;/P&gt;
&lt;P&gt;&amp;gt; Configured WLAN corporate Users (SSID-DV8).&lt;/P&gt;
&lt;P&gt;&amp;gt; This is working 100% with no issues at all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Guest network&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt; I&amp;nbsp;have created a guest network called (Baeti)but can't get it to work.&lt;/P&gt;
&lt;P&gt;&amp;gt; This is VLAN 25 in the controller assigned to port 2 on the controller.&lt;/P&gt;
&lt;P&gt;&amp;gt; Users do get ip addresses from the dhcp residing in the controller.&lt;/P&gt;
&lt;P&gt;&amp;gt; Traffic from this vlan should go straight to internet via the router (192.168.0.1/24) but this is not happening.&lt;/P&gt;
&lt;P&gt;&amp;gt; Where am i missing it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jul 2021 15:19:27 GMT</pubDate>
    <dc:creator>mmasenya</dc:creator>
    <dc:date>2021-07-05T15:19:27Z</dc:date>
    <item>
      <title>Wireless controller 2500 - guest vlan</title>
      <link>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340277#M106705</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;I need help on configuring guest vlan on the 2500 controller and get it working. I have attached some pictures (screen shots) of how i configured it but i am struggling to get it working. The diagram (high-level) is at the bottom of the attached file.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Here is what i have done&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt; Two VLANs running&lt;/P&gt;
&lt;P&gt;&amp;gt; Configured WLAN corporate Users (SSID-DV8).&lt;/P&gt;
&lt;P&gt;&amp;gt; This is working 100% with no issues at all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Guest network&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt; I&amp;nbsp;have created a guest network called (Baeti)but can't get it to work.&lt;/P&gt;
&lt;P&gt;&amp;gt; This is VLAN 25 in the controller assigned to port 2 on the controller.&lt;/P&gt;
&lt;P&gt;&amp;gt; Users do get ip addresses from the dhcp residing in the controller.&lt;/P&gt;
&lt;P&gt;&amp;gt; Traffic from this vlan should go straight to internet via the router (192.168.0.1/24) but this is not happening.&lt;/P&gt;
&lt;P&gt;&amp;gt; Where am i missing it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 15:19:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340277#M106705</guid>
      <dc:creator>mmasenya</dc:creator>
      <dc:date>2021-07-05T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless controller 2500 - guest vlan</title>
      <link>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340394#M106706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There are two ways:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. You can use just port1 and configure the switchport as trunk , allowing multiple vlans.&lt;/P&gt;
&lt;P&gt;means Guest and Internal user will go via same port 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. If you are using 2 ports on WLC for two vlans then make sure while creating the Dynamic interfaces you tag port1 with management vlan and tag port 2 with the other vlan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Case1-&lt;/P&gt;
&lt;P&gt;Just use Port 1 -- Switch port to be configured as trunk and allow vlan&amp;nbsp;xx(Internal) and 25(Guest)&lt;/P&gt;
&lt;P&gt;Case 2-&lt;/P&gt;
&lt;P&gt;Use Port 1 and 2-&lt;/P&gt;
&lt;P&gt;Switchport mapped with port1 (management) to be tagged with management (Vlan xx - internal)&lt;/P&gt;
&lt;P&gt;Switchport mapped with port 2 to be tagged with vlan 25(Guest)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the WLC Management interface to be mapped with port1 and Dynamic interface for vlan 25 to be mapped with port 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Dont forget to rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:31:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340394#M106706</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2018-03-01T13:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless controller 2500 - guest vlan</title>
      <link>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340910#M106707</link>
      <description>&lt;P&gt;Hi Sandeeb&lt;/P&gt;
&lt;P&gt;I went for option 2 as per your suggestion and I got it right. All i did was to trunk the port and everything worked.&lt;/P&gt;
&lt;P&gt;Thanx very much for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 05:25:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340910#M106707</guid>
      <dc:creator>mmasenya</dc:creator>
      <dc:date>2018-03-02T05:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless controller 2500 - guest vlan</title>
      <link>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340963#M106708</link>
      <description>&lt;P&gt;I am glad it worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 06:58:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3340963#M106708</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2018-03-02T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless controller 2500 - guest vlan</title>
      <link>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3344908#M106709</link>
      <description>&lt;P&gt;Please help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://supportforums.cisco.com/t5/wan-routing-and-switching/cisco-2500-wlc-guest-and-staff-vlan/m-p/3344901#M292898" target="_blank"&gt;https://supportforums.cisco.com/t5/wan-routing-and-switching/cisco-2500-wlc-guest-and-staff-vlan/m-p/3344901#M292898&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 15:44:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-controller-2500-guest-vlan/m-p/3344908#M106709</guid>
      <dc:creator>ITexpert</dc:creator>
      <dc:date>2018-03-08T15:44:08Z</dc:date>
    </item>
  </channel>
</rss>

