EAP Controller Software Auto Restart

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

EAP Controller Software Auto Restart

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
EAP Controller Software Auto Restart
EAP Controller Software Auto Restart
2017-04-19 00:26:03
Model :

Hardware Version :

Firmware Version :

ISP :

I had installed 12 units EAP 115 into my client side with EAP controller software install into a PC, but I have few issue about the controller setting

[*]Any where can set schedule reboot for individual AP? I only can set schedule reboot for all AP in the same time
[*]any easier way to set auto start up when EAP controller's PC restart?
  0      
  0      
#1
Options
5 Reply
Re:EAP Controller Software Auto Restart
2017-04-20 06:22:56
Why would you want to schedule a reboot of the EAPs at all?
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#2
Options
Re:EAP Controller Software Auto Restart
2017-04-20 22:30:07
To make sure the AP can runing proper.
  0  
  0  
#3
Options
Re:EAP Controller Software Auto Restart
2017-04-21 14:43:25
I see. Kind of a Windows compatibility mode.

However, the EAPs run 24/7 without any reboots constantly and stable, at least for me.
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#4
Options
Re:EAP Controller Software Auto Restart
2017-04-25 00:31:26
Agreed, my EAP-245 has been running a solid month with no reboots. Reboots should only be done if the device is actually malfunctioning or performing particularly poorly (and you've confirmed it's not a client-side issue!).

If you do need to schedule AP reboots programmatically, the following curl request might be a good starting point (this is what's called when you click the "single reboot" button on a given AP and confirm the dialog):
[CODE]curl 'https://EAPC:8043/monitor/rebootAp' -H 'Cookie: TPEAP_SESSIONID=00001111-2222-3333-4444-555566667777; gsScrollPos=; TPEAP_LANGUAGE=en' \
-H 'Origin: https://EAPC:8043' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.8' \
-H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' -H 'Accept: */*' -H 'Referer: https://EAPC:8043/home.html' \
-H 'X-Requested-With: XMLHttpRequest' -H 'Connection: keep-alive' --data 'apId=000000000000000000000000'[/CODE]

Three important points:
* EAPC is your EAP Controller hostname/IP
* 000000000000000000000000 is your AP ID; you may need to examine requests using your browser's inspector to get this, as I don't see any place to find it in the UI.
* You will need to generate a session ID cookie (TPEAP_SESSIONID) prior to sending this request to use in the request.
  0  
  0  
#5
Options
Re:EAP Controller Software Auto Restart
2017-05-11 16:18:25
1.You can't reboot a single AP periodically. Maybe next eap controller will add that feature.
2. http://forum.tp-link.com/showthread.php?87217-Ho-to-use-your-EAP-Controller-as-a-Windows-Service&highlight=NSSM I found this post might be helpful
  0  
  0  
#6
Options

Information

Helpful: 0

Views: 1304

Replies: 5

Related Articles