<?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 Cisco Wireless with multiple ssid's in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/cisco-wireless-with-multiple-ssid-s/m-p/3083481#M76007</link>
    <description>&lt;DIV class="_1dwg _1w_m"&gt;
&lt;DIV class="_5pbx userContent" data-ft="{&amp;quot;tn&amp;quot;:&amp;quot;K&amp;quot;}" id="js_7z3"&gt;
&lt;P&gt;Today I started deploy a cisco 1602 autonomous, but the client asked me to configure two different ssid's. I did,two different ssid's and two different vlans. My question is, should this access point operate in bridge mode ? I will connect this device in my firewall interface.If yes, how is the bridge configuration on a cisco autonomous ap ?On my firewall I did two sub-interfaces one for each vlan.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thank you guys...&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="_3x-2"&gt;
&lt;DIV data-ft="{&amp;quot;tn&amp;quot;:&amp;quot;H&amp;quot;}"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;FORM rel="async" class="commentable_item" method="post" data-ft="{&amp;quot;tn&amp;quot;:&amp;quot;]&amp;quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" onsubmit="return window.Event &amp;amp;&amp;amp; Event.__inlineSubmit &amp;amp;&amp;amp; Event.__inlineSubmit(this,event)" id="u_8x_6"&gt;
&lt;DIV class="_sa_ _gsd _5vsi _192z"&gt;
&lt;DIV class="_37uu"&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV class="_3399 _a7s clearfix _zw3"&gt;
&lt;DIV class="_524d"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/FORM&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 05 Jul 2021 14:20:04 GMT</pubDate>
    <dc:creator>raikone14</dc:creator>
    <dc:date>2021-07-05T14:20:04Z</dc:date>
    <item>
      <title>Cisco Wireless with multiple ssid's</title>
      <link>https://community.cisco.com/t5/wireless/cisco-wireless-with-multiple-ssid-s/m-p/3083481#M76007</link>
      <description>&lt;DIV class="_1dwg _1w_m"&gt;
&lt;DIV class="_5pbx userContent" data-ft="{&amp;quot;tn&amp;quot;:&amp;quot;K&amp;quot;}" id="js_7z3"&gt;
&lt;P&gt;Today I started deploy a cisco 1602 autonomous, but the client asked me to configure two different ssid's. I did,two different ssid's and two different vlans. My question is, should this access point operate in bridge mode ? I will connect this device in my firewall interface.If yes, how is the bridge configuration on a cisco autonomous ap ?On my firewall I did two sub-interfaces one for each vlan.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thank you guys...&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="_3x-2"&gt;
&lt;DIV data-ft="{&amp;quot;tn&amp;quot;:&amp;quot;H&amp;quot;}"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;FORM rel="async" class="commentable_item" method="post" data-ft="{&amp;quot;tn&amp;quot;:&amp;quot;]&amp;quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" onsubmit="return window.Event &amp;amp;&amp;amp; Event.__inlineSubmit &amp;amp;&amp;amp; Event.__inlineSubmit(this,event)" id="u_8x_6"&gt;
&lt;DIV class="_sa_ _gsd _5vsi _192z"&gt;
&lt;DIV class="_37uu"&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV class="_3399 _a7s clearfix _zw3"&gt;
&lt;DIV class="_524d"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/FORM&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Jul 2021 14:20:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-wireless-with-multiple-ssid-s/m-p/3083481#M76007</guid>
      <dc:creator>raikone14</dc:creator>
      <dc:date>2021-07-05T14:20:04Z</dc:date>
    </item>
    <item>
      <title>No, You do not want to</title>
      <link>https://community.cisco.com/t5/wireless/cisco-wireless-with-multiple-ssid-s/m-p/3083482#M76008</link>
      <description>&lt;P&gt;No, You do not want to configure it as bridge. Sample AP config look like below. As long as you connect it to a port configured as trunk (something similar in FW) it should work.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;hostname AP-01&lt;BR /&gt;!&lt;BR /&gt;dot11 ssid &amp;lt;SSID1&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; vlan 10&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication open&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication key-management wpa version 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; mbssid guest-mode&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wpa-psk ascii &amp;lt;SSID1_PASSWORD&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;dot11 ssid &amp;lt;SSID2&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; vlan 20&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication open&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication key-management wpa version 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; mbssid guest-mode&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wpa-psk ascii &amp;lt;SSID2_PASSWORD&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0&lt;BR /&gt;&amp;nbsp;encryption vlan 10 mode ciphers aes-ccm&lt;BR /&gt;&amp;nbsp;encryption vlan 20 mode ciphers aes-ccm&lt;BR /&gt;&amp;nbsp;mbssid&lt;BR /&gt;&amp;nbsp;ssid SSID1&lt;BR /&gt;&amp;nbsp;ssid SSID2&lt;BR /&gt;&amp;nbsp;no shut&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio1&lt;BR /&gt;&amp;nbsp;channel width 40-above&lt;BR /&gt;&amp;nbsp;encryption vlan 10 mode ciphers aes-ccm&lt;BR /&gt;&amp;nbsp;encryption vlan 20 mode ciphers aes-ccm&lt;BR /&gt;&amp;nbsp;mbssid&lt;BR /&gt;&amp;nbsp;ssid SSID1&lt;BR /&gt;&amp;nbsp;ssid SSID2&lt;BR /&gt;&amp;nbsp;no shut&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0.10&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 10&lt;BR /&gt;&amp;nbsp;bridge-group 10&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0.20&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 20&lt;BR /&gt;&amp;nbsp;bridge-group 20&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0.1&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 1 native&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio1.10&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 10&lt;BR /&gt;&amp;nbsp;bridge-group 10&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio1.20&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 20&lt;BR /&gt;&amp;nbsp;bridge-group 20&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio1.1&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 1 native&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0.10&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 10&lt;BR /&gt;&amp;nbsp;bridge-group 10&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0.20&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 20&lt;BR /&gt;&amp;nbsp;bridge-group 20&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0.1&lt;BR /&gt;&amp;nbsp;encapsulation dot1Q 1 native&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.2 255.255.255.0&lt;BR /&gt;ip default-gateway 192.168.1.1&lt;/PRE&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Rasika&lt;/P&gt;
&lt;P&gt;*** Pls rate all useful responses ***&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 03:43:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-wireless-with-multiple-ssid-s/m-p/3083482#M76008</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2017-07-13T03:43:13Z</dc:date>
    </item>
    <item>
      <title>Than you.</title>
      <link>https://community.cisco.com/t5/wireless/cisco-wireless-with-multiple-ssid-s/m-p/3083483#M76009</link>
      <description>&lt;P&gt;Than you.&lt;/P&gt;
&lt;P&gt;My configuration looks like yours.&lt;/P&gt;
&lt;P&gt;But I won't connect to a switch, I will connect to a firewall, with sub-interfaces, and each sub-interface has an ip.&lt;/P&gt;
&lt;P&gt;So I can't have a default gateway.&lt;/P&gt;
&lt;P&gt;Why bridge mode doesn't work ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you again for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 10:23:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-wireless-with-multiple-ssid-s/m-p/3083483#M76009</guid>
      <dc:creator>raikone14</dc:creator>
      <dc:date>2017-07-13T10:23:35Z</dc:date>
    </item>
  </channel>
</rss>

