cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
265
Views
3
Helpful
2
Replies

WLC - Change existing SSID password thru CLI

PJ Villareal
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

srimal99
Level 1
Level 1
2 Replies 2

marce1000
Hall of Fame
Hall of Fame

 

  - 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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

srimal99
Level 1
Level 1
Review Cisco Networking for a $25 gift card