06-26-2024 08:42 AM
Hi,
We have a customer with around 50 sites - all are using the same 3 SSID's. SSID "X" have the same key on all sites.
likewise for SSID "Y" and SSID "Z". Now out customer wants to change these 3 SSID wpa-keys - on all of the sites.h
At a specific date..
Is there someone that has done something like this, using python?
(new to scripting and python)
BR
/Milou
06-26-2024 08:47 AM
I sent you a private message.
06-26-2024 08:48 AM
06-26-2024 08:53 AM
06-26-2024 11:08 AM
If I were to make a script, I would start off by getting a list of all networks, and then I’d get all the SSIDs on each network. For each SSID I’d check the name, and then update them with the new PSK.
06-26-2024 11:12 AM
A piece of advice, for these cases where there are multiple networks with the same configurations, the use of templates helps a lot.
06-26-2024 01:33 PM
Yes, this code will display PSK SSID per Network and generate a randomized password for you.
Merakicode/ChgPSKPassword at main · jadexing/Merakicode (github.com)
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