05-07-2025 12:21 AM - edited 05-07-2025 12:22 AM
Good day Cisco community!
Anybody here knows the CLI commands to change the password(PSK) of an existing SSID?
I know that it can be done via GUI, but I'm doing this simple script. WLC with no API, I need to use CLI commands for my python script.
Thank you in advance!
edit: forgot to put WLC Model : AIR-CT5508-K9
Solved! Go to Solution.
05-07-2025 12:34 AM - edited 05-07-2025 12:35 AM
@PJ Villareal Configure wlan security wpa akm psk set-key ascii <Password> <Wlan-id >
https://www.cisco.com/c/en/us/td/docs/wireless/controller/8-10/config-guide/b_cg810/wlan_security.html
05-07-2025 12:30 AM
- Checkout this example :
config wlan 1
security wpa akm psk
security wpa akm psk set-key ascii my_psk_key
mac-filtering auth-list-name my_mac_list
exit
exit
write memory
M.
05-07-2025 12:34 AM - edited 05-07-2025 12:35 AM
@PJ Villareal Configure wlan security wpa akm psk set-key ascii <Password> <Wlan-id >
https://www.cisco.com/c/en/us/td/docs/wireless/controller/8-10/config-guide/b_cg810/wlan_security.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide