<?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 Terrific!  Glad I could help  in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437229#M145340</link>
    <description>&lt;P&gt;Terrific! &amp;nbsp;Glad I could help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2014 13:18:37 GMT</pubDate>
    <dc:creator>Scott Olsen</dc:creator>
    <dc:date>2014-04-08T13:18:37Z</dc:date>
    <item>
      <title>Wireless ssid change</title>
      <link>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437224#M145335</link>
      <description>&lt;P&gt;Previously had an ssid configure as follows;&lt;/P&gt;&lt;P&gt;dot11 ssid MYSSID&lt;BR /&gt;&amp;nbsp; &amp;nbsp;vlan MYVLAN&lt;BR /&gt;&amp;nbsp; &amp;nbsp;authentication open&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;guest-mode&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;BR /&gt;&amp;nbsp;ssid MYSSID&lt;BR /&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;But I want to replace it with this;&lt;/P&gt;&lt;P&gt;dot11 ssid MYSSID-NEW&lt;BR /&gt;&amp;nbsp; &amp;nbsp;vlan MYVLAN&lt;BR /&gt;&amp;nbsp; &amp;nbsp;authentication open&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;authentication key-management wpa&lt;BR /&gt;&amp;nbsp; &amp;nbsp;guest-mode&lt;BR /&gt;&amp;nbsp; &amp;nbsp;wpa-psk ascii 0 MYPASSWORD&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The strange thing I am finding is that users connecting to the new SSID are still being prompted with the authentication proxy login page. What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 07:37:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437224#M145335</guid>
      <dc:creator>chrisgerke</dc:creator>
      <dc:date>2021-07-05T07:37:26Z</dc:date>
    </item>
    <item>
      <title>Hi chrisgerke The first one I</title>
      <link>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437225#M145336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="fullname" itemprop="author" style="padding-right: 12px; color: rgb(204, 204, 204);"&gt;&lt;A about="/users/chrisgerke" class="username" datatype="" href="https://supportforums.cisco.com/users/chrisgerke" property="foaf:name" title="View user profile." typeof="sioc:UserAccount" lang=""&gt;chrisgerke&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first one I would like to ask is, have you change the interface dot11Radio0 to the SSID you changed, MYSSID-NEW?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, have you added encrytion at interface dot11Radio0?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please have a look at the following page for AP configuration:&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/document/61936/autonomous-ap-and-bridge-basic-configuration-template&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 02:39:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437225#M145336</guid>
      <dc:creator>tsuyoshi-kk</dc:creator>
      <dc:date>2014-04-07T02:39:57Z</dc:date>
    </item>
    <item>
      <title>I did, I basically ran a</title>
      <link>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437226#M145337</link>
      <description>&lt;P&gt;I did, I basically ran a script like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no dot11 ssid MYSSID&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;BR /&gt;&amp;nbsp;no ssid MYSSID&lt;BR /&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;dot11 ssid MYSSID-NEW&lt;BR /&gt;&amp;nbsp; &amp;nbsp;vlan MYVLAN&lt;BR /&gt;&amp;nbsp; &amp;nbsp;authentication open&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;authentication key-management wpa&lt;BR /&gt;&amp;nbsp; &amp;nbsp;guest-mode&lt;BR /&gt;&amp;nbsp; &amp;nbsp;wpa-psk ascii 0 MYPASSWORD&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;BR /&gt;&amp;nbsp;encryption vlan MYVLAN mode ciphers aes-ccm&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;ssid MYSSID-NEW&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My aps connect back to an ACS server so I am guessing I've missed something. With regarding to the http proxy page from the previous config, what actually serves that up?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 02:55:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437226#M145337</guid>
      <dc:creator>chrisgerke</dc:creator>
      <dc:date>2014-04-07T02:55:15Z</dc:date>
    </item>
    <item>
      <title>Are they being presented with</title>
      <link>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437227#M145338</link>
      <description>&lt;P&gt;Are they being presented with the "authentication proxy login page" after successful association to "MYSSID-NEW" with the new PSK?&lt;/P&gt;&lt;P&gt;If so, what else can you tell us about the this proxy login page? &amp;nbsp;I'm assuming it's some other separate captive web portal operating at layer3. &amp;nbsp;If that's the case, it exists "upstream" of your wireless setup...&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 17:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437227#M145338</guid>
      <dc:creator>Scott Olsen</dc:creator>
      <dc:date>2014-04-07T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Doh, it was the asa upstream.</title>
      <link>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437228#M145339</link>
      <description>&lt;P&gt;Doh, it was the asa upstream. The aaa authentication match was removed and all is good.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 02:02:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437228#M145339</guid>
      <dc:creator>chrisgerke</dc:creator>
      <dc:date>2014-04-08T02:02:46Z</dc:date>
    </item>
    <item>
      <title>Terrific!  Glad I could help</title>
      <link>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437229#M145340</link>
      <description>&lt;P&gt;Terrific! &amp;nbsp;Glad I could help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:18:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-ssid-change/m-p/2437229#M145340</guid>
      <dc:creator>Scott Olsen</dc:creator>
      <dc:date>2014-04-08T13:18:37Z</dc:date>
    </item>
  </channel>
</rss>

