06-12-2019 01:11 AM - edited 07-05-2021 10:32 AM
Is there a way within Prime to achieve the following -
Create a scheduled task to move APs from one AP Group to another at various times of the day?
Solved! Go to Solution.
06-12-2019 01:48 AM
Hi there,
Create a script to access the Prime REST API, in particular "PUT wlanProvisioning/apGroup" would allow you to move APs between AP groups.
cheers,
Seb.
06-12-2019 01:36 AM
@GRANT3779 wrote:
Create a scheduled task to move APs from one AP Group to another at various times of the day?
Do you know that moving APs from one AP Group to another also means the APs will reboot?
Why not configure PI to shut down the SSID?
06-12-2019 01:52 AM
06-12-2019 01:48 AM
Hi there,
Create a script to access the Prime REST API, in particular "PUT wlanProvisioning/apGroup" would allow you to move APs between AP groups.
cheers,
Seb.
06-12-2019 04:35 AM
06-12-2019 04:48 AM
Last time I checked, Prime couldn't call external scripts.
I was thinking more of running a python script from a linux box and scheduling it with a cron job.
cheers,
Seb.
06-12-2019 04:51 AM
06-14-2019 06:43 AM
I thought this was the way to go, but may depend on the Prime version:
Inventory > Network Devices > Device Type > Wireless Controller > select Controller > Configure > WLANs > Wlan Configuration
and create a scheduled task
06-21-2019 12:59 AM
Hello,
I'm using this procedure, a cron in Linux sending SNMP to disable WLAN at night, 00:00 and enable at 05:00.
( 18 in blue is the Wlan id )
0 5 * * * snmpset -c ****** -t 60 -v 2c WLC_IP_ADDRESS .1.3.6.1.4.1.14179.2.1.1.1.6.18 i 1
0 0 * * * snmpset -c ****** -t 60 -v 2c WLC_IP_ADDRESS .1.3.6.1.4.1.14179.2.1.1.1.6.18 i 0
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