ZyXel ZyWALL: reboot automatically by schedule
You can upload shell script to ZyWALL/USG and issue command line to achieve this
Create a shell script
1) Run Notepad application
2) Input below content
1 2 |
configure terminal reboot |
3) Save this file as “zywall-reboot.zysh”
4) Upload to ZyWALL/USG
Issuing schedule-run command line
1) Login via console/telnet/SSH
2) Issuing below commands
1 2 3 |
configure terminal schedule-run 1 zywall-reboot.zysh daily 06:00 write |
(The device will reboot at 06:00 everyday)
1 2 3 |
configure terminal schedule-run 1 zywall-reboot.zysh weekly 10:00 sun write |
(The device will reboot at 10:00 every Sunday)
1 2 3 |
configure terminal schedule-run 1 zywall-reboot.zysh monthly 10:00 23 write |
(The device will reboot at 10:00 every month on 23th)