<?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 Re: 9800 WLC - WPA2 pre-shared key not working after uploading config in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/5246231#M279708</link>
    <description>&lt;P&gt;in case someone bumps into this same issue as me, i recently installed EWC on a 9120AXI AP running on 17.09.06, and it was driving me insane that i couldnt encrypt the psk shared key on both the web gui and CLI, i later discovered that the below encrypts the passwords and no longer show in plain text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;password encryption aes
key config-key password-encrypt &amp;lt;your key&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2025 00:04:17 GMT</pubDate>
    <dc:creator>jjessetej</dc:creator>
    <dc:date>2025-01-13T00:04:17Z</dc:date>
    <item>
      <title>9800 WLC - WPA2 pre-shared key not working after uploading config file</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4531728#M237107</link>
      <description>&lt;P&gt;This how my SSID is configured:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;c9800-1(config)#key config-key password-encrypt &amp;lt;key&amp;gt;&lt;BR /&gt;c9800-1(config)#password encryption aes &lt;BR /&gt;&lt;BR /&gt;no broadcast-ssid
 security wpa psk set-key ascii 8 fHeEGWK[YCWF\PcLNgTidD]WQfGKVR[`aAAB
 no security wpa akm dot1x
 security wpa akm psk
 no shutdown&lt;/PRE&gt;&lt;P&gt;My problem is that if upload my config file, the pre-shared key no longer works and get the following message at book up:&lt;/P&gt;&lt;PRE&gt; % Password encryption failed: Possible mismatch of password type &amp;amp; secret type!
% node-1:dbm:wireless:AKM PSK can be enabled only when PSK key is set&lt;/PRE&gt;&lt;P&gt;All I need to be able to upload a config file to my 9800 WLC and for the preshared keys to work, but also want the config file not to show the preshared key&amp;nbsp; in clear text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 18:10:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4531728#M237107</guid>
      <dc:creator>shadowplay101</dc:creator>
      <dc:date>2022-01-14T18:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4531753#M237109</link>
      <description>&lt;P&gt;May be due to garbage charcters got carry forward like any spaces in the notepad,&lt;/P&gt;
&lt;P&gt;remove manually add directly on the device and test it,&lt;/P&gt;
&lt;P&gt;make it simple PSK before get in to advanced make sure it working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reference :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/config-guide/b_wl_16_10_cg/multi-preshared-key.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/config-guide/b_wl_16_10_cg/multi-preshared-key.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 19:00:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4531753#M237109</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-01-14T19:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4531766#M237110</link>
      <description>&lt;P&gt;If I manually add it to the device it works, but I'm trying to have a base config file that I can upload to the WLC with the already preconfigured pre-shared keys.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, if I configure it as an unencrypted key, I can upload the config file and my preshared keys work right away&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;security wpa psk set-key ascii 0 test1234&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am just trying to avoid the passphrase to be cleartext in my config file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 19:11:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4531766#M237110</guid>
      <dc:creator>shadowplay101</dc:creator>
      <dc:date>2022-01-14T19:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532125#M237150</link>
      <description>&lt;P&gt;What version of IOS-XE are you doing this on?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 02:07:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532125#M237150</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2022-01-16T02:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532126#M237151</link>
      <description>&lt;P&gt;17.3.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your suggestion from the other thread did the trick!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-make sure AES encryption is configured with the same master key&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;before&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;restoring any of the backup config otherwise IOS cannot decrypt those keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to set the master key &lt;STRONG&gt;BEFORE&amp;nbsp;&lt;/STRONG&gt;uploading the config. Once I did this all my pre-shared keys were functional.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess the master key is not saved in the config?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 02:36:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532126#M237151</guid>
      <dc:creator>shadowplay101</dc:creator>
      <dc:date>2022-01-16T02:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532290#M237169</link>
      <description>&lt;P&gt;Correct the master key is saved separately in a secure part of NVRAM and not backed up.&lt;/P&gt;&lt;P&gt;If it was then anybody could steal that config with your encrypted keys and passwords so for security reasons it has to be kept separate and the config can only be 'unlocked' by someone that knows the master key.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 19:11:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532290#M237169</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2022-01-16T19:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532300#M237170</link>
      <description>&lt;P&gt;Thank you makes sense now.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 19:37:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/4532300#M237170</guid>
      <dc:creator>shadowplay101</dc:creator>
      <dc:date>2022-01-16T19:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/5029138#M267483</link>
      <description>&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/config-guide/b_wl_16_10_cg/multi-preshared-key.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/config-guide/b_wl_16_10_cg/multi-preshared-key.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 07:34:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/5029138#M267483</guid>
      <dc:creator>Azeem Mohamad</dc:creator>
      <dc:date>2024-02-29T07:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/5246231#M279708</link>
      <description>&lt;P&gt;in case someone bumps into this same issue as me, i recently installed EWC on a 9120AXI AP running on 17.09.06, and it was driving me insane that i couldnt encrypt the psk shared key on both the web gui and CLI, i later discovered that the below encrypts the passwords and no longer show in plain text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;password encryption aes
key config-key password-encrypt &amp;lt;your key&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 00:04:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/5246231#M279708</guid>
      <dc:creator>jjessetej</dc:creator>
      <dc:date>2025-01-13T00:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: 9800 WLC - WPA2 pre-shared key not working after uploading config</title>
      <link>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/5246310#M279716</link>
      <description>&lt;P&gt;That's correct - AES encryption is gradually replacing the less secure type 7 password/key encryption which has been deprecated.&amp;nbsp; AES encryption for these keys has been the standard from day 1 on 9800 series WLCs.&lt;/P&gt;
&lt;P&gt;You should be aware that AES encrypted passwords are not easily decrypted like Type 7 passwords so if you lose your AES master key you will not be able to use the encrypted config.&amp;nbsp; If trying to copy the encrypted config to another WLC then that WLC must already be configured with the same AES master key otherwise the config won't work and must be entered as clear text. All Cisco Business Units have been implementing type 6 (AES) password/key encryption in their portions of the code over the last few years and there have been a few different variations and bugs in implementation - some still getting fixed and others remaining with quirks.&lt;/P&gt;
&lt;P&gt;This article gives a good overview:&lt;BR /&gt;&lt;A href="https://community.cisco.com/t5/networking-knowledge-base/configuring-type-6-passwords-in-ios-xe/ta-p/4438495" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/networking-knowledge-base/configuring-type-6-passwords-in-ios-xe/ta-p/4438495&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 08:41:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/9800-wlc-wpa2-pre-shared-key-not-working-after-uploading-config/m-p/5246310#M279716</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2025-01-13T08:41:46Z</dc:date>
    </item>
  </channel>
</rss>

