cancel
Showing results for 
Search instead for 
Did you mean: 

How to restart 7982 with curl or wget URL?

ali_sureyya_uz
New Contributor III
I need URL address to reboot my 7982 with http command or something else without enter and press reboot command to the AP interface. I found that reboot page is https://XXX.XXX.X.X/maintenance/reboot.asp but that page needs to be press a reboot button. I am planning an automation for schedule reboot for that reason I need that command. Is there any idea?


2 REPLIES 2

abilashpr
Contributor III
Hi Ali,

To automate, you can run an script using bash or any , SSH into the AP and run "reboot" command at scheduled time. You would not be able to use wget and curl on AP as those commands are not available for user access.

Regards,
Abilash PR

ali_sureyya_uz
New Contributor III
If you are sure thank you very much 🙂 I will turn my direction to bash scripting