<?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 Sorry I attached the example. in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522180#M132240</link>
    <description>&lt;P&gt;Sorry I attached the example.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2014 19:49:42 GMT</pubDate>
    <dc:creator>Daniel Ordóñez Flores</dc:creator>
    <dc:date>2014-09-22T19:49:42Z</dc:date>
    <item>
      <title>How can I configure my AP 1252 to use the same WPA2 SSID on both bands?</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522178#M132238</link>
      <description>&lt;P&gt;I am trying to configure my AP 1252 to use WPA2 on both bands (dual radio).&lt;BR /&gt;&lt;BR /&gt;But the GUI is trying to make me go nuts...&lt;BR /&gt;&lt;BR /&gt;If someone can post a CLI sample config... that would be GREAT!&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 08:34:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522178#M132238</guid>
      <dc:creator>Sol Huebner</dc:creator>
      <dc:date>2021-07-05T08:34:32Z</dc:date>
    </item>
    <item>
      <title>Hi.</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522179#M132239</link>
      <description>Hi.
There is an example:

ap(config)#dot11 ssid &lt;SSID_NAME&gt;
ap(config-ssid)#vlan &lt;VLAN_ID&gt;
ap(config-ssid)#mbssid guest-mode 
ap(config-ssid)#authentication open
ap(config-ssid)#authentication key-management wpa version 2
ap(config-ssid)#wpa
ap(config-ssid)#wpa-psk ascii &lt;PASSWORD_SSID&gt;
ap(config-ssid)#exit
  ¡ Creacion del SSID y método de Autenticación.
ap(config)#int d0
ap(config-if)#encryption vlan &lt;VLAN_ID&gt; mode ciphers aes-ccm tkip 
ap(config-if)#mbssid 
ap(config-if)#ssid &lt;SSID_NAME&gt;
ap(config-if)#exit
¡
ap(config)#int d1
ap(config-if)#enc
ap(config-if)#encryption vlan &lt;VLAN_ID&gt; mode ciphers aes-ccm tkip 
ap(config-if)#mbssid 
ap(config-if)#ssid &lt;SSID_NAME&gt;
ap(config-if)#exit
    ¡ Método de encriptación.
ap(config)#int d0. &lt;VLAN_ID&gt;
ap(config-subif)#encapsulation dot1Q &lt;VLAN_ID&gt;
ap(config-subif)#bridge-group &lt;VLAN_ID&gt;
ap(config-subif)#no shut
ap(config-subif)#exit
¡
ap(config)#int d1. &lt;VLAN_ID&gt;
ap(config-subif)#encapsulation dot1Q &lt;VLAN_ID&gt;
ap(config-subif)#bridge-group &lt;VLAN_ID&gt; 
ap(config-subif)#no shut
ap(config-subif)#exit
¡
ap(config)#int gigabitEthernet 0. &lt;VLAN_ID&gt; 
ap(config-subif)#encapsulation dot1Q &lt;VLAN_ID&gt;
ap(config-subif)#bridge-group &lt;VLAN_ID&gt;
ap(config-subif)#exit
¡
ap(config)#int d0. &lt;VLAN_NATIVE&gt;
ap(config-subif)#encapsulation dot1Q &lt;VLAN_NATIVE&gt;native
ap(config-subif)#bridge-group 1
ap(config-subif)#exit
¡
ap(config)#int d1. &lt;VLAN_NATIVE&gt;
ap(config-subif)#encapsulation dot1Q &lt;VLAN_NATIVE&gt;native
ap(config-subif)#bridge-group 1
ap(config-subif)#exit

ap(config)#int gigabitEthernet 0. &lt;VLAN_NATIVE&gt;
ap(config-subif)#encapsulation dot1Q &lt;VLAN_NATIVE&gt; native 
ap(config-subif)#bridge-group 1
ap(config-subif)#exit

**please rate useful answer**&lt;/VLAN_NATIVE&gt;&lt;/VLAN_NATIVE&gt;&lt;/VLAN_NATIVE&gt;&lt;/VLAN_NATIVE&gt;&lt;/VLAN_NATIVE&gt;&lt;/VLAN_NATIVE&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/SSID_NAME&gt;&lt;/VLAN_ID&gt;&lt;/SSID_NAME&gt;&lt;/VLAN_ID&gt;&lt;/PASSWORD_SSID&gt;&lt;/VLAN_ID&gt;&lt;/SSID_NAME&gt;</description>
      <pubDate>Mon, 22 Sep 2014 19:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522179#M132239</guid>
      <dc:creator>Daniel Ordóñez Flores</dc:creator>
      <dc:date>2014-09-22T19:46:33Z</dc:date>
    </item>
    <item>
      <title>Sorry I attached the example.</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522180#M132240</link>
      <description>&lt;P&gt;Sorry I attached the example.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2014 19:49:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522180#M132240</guid>
      <dc:creator>Daniel Ordóñez Flores</dc:creator>
      <dc:date>2014-09-22T19:49:42Z</dc:date>
    </item>
    <item>
      <title>Can you have a look if I can</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522181#M132241</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Can you have a look if I can use it like this?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2014 20:12:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522181#M132241</guid>
      <dc:creator>Sol Huebner</dc:creator>
      <dc:date>2014-09-22T20:12:10Z</dc:date>
    </item>
    <item>
      <title>Since your defining WPA</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522182#M132242</link>
      <description>&lt;P&gt;Since your defining WPA version 2, I would not configure TKIP as the encryption also. Just leave the encryption to AES-CCM.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2014 21:22:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522182#M132242</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2014-09-22T21:22:31Z</dc:date>
    </item>
    <item>
      <title>:) I changed it.</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522183#M132243</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I changed it.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 06:08:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-configure-my-ap-1252-to-use-the-same-wpa2-ssid-on-both/m-p/2522183#M132243</guid>
      <dc:creator>Sol Huebner</dc:creator>
      <dc:date>2014-09-23T06:08:44Z</dc:date>
    </item>
  </channel>
</rss>

