<?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 How can I change SSID name on Aironet currently used by my wirel in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875197#M71004</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;&lt;P&gt;interface dot11radio 0 &lt;/P&gt;&lt;P&gt;no tsunami&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;no dot11 ssid tsunami&lt;/P&gt;&lt;P&gt;dot11 ssid Secured&lt;/P&gt;&lt;P&gt;authentication open&lt;/P&gt;&lt;P&gt;authentication key-management wpa&lt;/P&gt;&lt;P&gt;wpa-key ascii 0 1234578&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interface dot11radio 0&lt;/P&gt;&lt;P&gt;ssid Secured&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Hey Steve, may I borrow your config? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Achamyeleh Abebe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on Steve's config above, paste this in a notepad and save the notepad to, say NEW_CONFIG.txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using TFTP, point the TFTP software to the location of the NEW_CONFIG.txt file.&amp;nbsp; Remote into your WAP and run this simple command:&amp;nbsp; copy t&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://"&gt;ftp://&lt;/A&gt;&lt;SPAN&gt;&lt;TFTP ip="" address=""&gt;/NEW_CONFIG.txt run". &lt;/TFTP&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try that.&amp;nbsp; I use this method all the time.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 21:49:05 GMT</pubDate>
    <dc:creator>Leo Laohoo</dc:creator>
    <dc:date>2012-01-26T21:49:05Z</dc:date>
    <item>
      <title>How can I change SSID name on Aironet currently used by my wireless network?</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875195#M71002</link>
      <description>&lt;P&gt;I'd like to change the SSID name on Aironet 1200 which is currenty used by my wireless network.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How can i do that?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 04:27:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875195#M71002</guid>
      <dc:creator>achusime</dc:creator>
      <dc:date>2021-07-04T04:27:28Z</dc:date>
    </item>
    <item>
      <title>How can I change SSID name on Aironet currently used by my wirel</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875196#M71003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easieist method would be to pull a show run from the AP, then copy from dott11 SSID down to the ! at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste this into a notepad.&amp;nbsp; If you just want to change the SSID :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no dot11 ssid &amp;lt; old SSID name &amp;gt;&lt;/P&gt;&lt;P&gt;dot11 ssid &amp;lt; new SSID name&amp;gt;&lt;/P&gt;&lt;P&gt;then leave the rest the same. and copy the new SSID to the !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then to fix it all up in the AP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;interface dot11radio 0&lt;/P&gt;&lt;P&gt;no ssid &amp;lt; old ssid name &amp;gt;&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no dot11 ssid &amp;lt; old SSID &amp;gt;&lt;/P&gt;&lt;P&gt;*paste in the new SSID config*&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interfce dot11radio 0&lt;/P&gt;&lt;P&gt;ssid &amp;lt; new ssid name &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so at the end your text file should look similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;interface dot11radio 0 &lt;/P&gt;&lt;P&gt;no tsunami&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;no dot11 ssid tsunami&lt;/P&gt;&lt;P&gt;dot11 ssid Secured&lt;/P&gt;&lt;P&gt;authentication open&lt;/P&gt;&lt;P&gt;authentication key-management wpa&lt;/P&gt;&lt;P&gt;wpa-key ascii 0 1234578&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interface dot11radio 0&lt;/P&gt;&lt;P&gt;ssid Secured&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;wr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 14:10:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875196#M71003</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2012-01-26T14:10:51Z</dc:date>
    </item>
    <item>
      <title>How can I change SSID name on Aironet currently used by my wirel</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875197#M71004</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;&lt;P&gt;interface dot11radio 0 &lt;/P&gt;&lt;P&gt;no tsunami&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;no dot11 ssid tsunami&lt;/P&gt;&lt;P&gt;dot11 ssid Secured&lt;/P&gt;&lt;P&gt;authentication open&lt;/P&gt;&lt;P&gt;authentication key-management wpa&lt;/P&gt;&lt;P&gt;wpa-key ascii 0 1234578&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interface dot11radio 0&lt;/P&gt;&lt;P&gt;ssid Secured&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Hey Steve, may I borrow your config? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Achamyeleh Abebe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on Steve's config above, paste this in a notepad and save the notepad to, say NEW_CONFIG.txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using TFTP, point the TFTP software to the location of the NEW_CONFIG.txt file.&amp;nbsp; Remote into your WAP and run this simple command:&amp;nbsp; copy t&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://"&gt;ftp://&lt;/A&gt;&lt;SPAN&gt;&lt;TFTP ip="" address=""&gt;/NEW_CONFIG.txt run". &lt;/TFTP&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try that.&amp;nbsp; I use this method all the time.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 21:49:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875197#M71004</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2012-01-26T21:49:05Z</dc:date>
    </item>
    <item>
      <title>How can I change SSID name on Aironet currently used by my wirel</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875198#M71005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 07:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-change-ssid-name-on-aironet-currently-used-by-my/m-p/1875198#M71005</guid>
      <dc:creator>achusime</dc:creator>
      <dc:date>2012-01-27T07:33:44Z</dc:date>
    </item>
  </channel>
</rss>

