how to restart router every day?

on 2.8 i used for restart router this:
/ system scheduler
add name=“schedule1” on-event=“/system reboot” start-date=may/15/2005 start-time=04:40:00 interval=1d comment=“”
disabled=no

but on 2.9 it does not work :frowning: why?

http://forum.mikrotik.com/t/need-script/2524/1

It should work in 2.9
Also be sure that you are using latest version 2.9rc6.

i have rc6 and after interval 24 h router doesn’t reboot
/ system scheduler
add name=“restart” on-event=“/system reboot” start-date=jul/08/2005
start-time=04:40:00 interval=1d comment=“” disabled=no

Hello,

I have the same problem.
I thought my MT reboot at4:00am.
But it does not make-
Why this??

Just right now tested:
/system script print
0 name="script1" owner="admin"
policy=ftp,reboot,read,write,policy,test,winbox,password run-count=0
source=/system reboot
/system scheduler print

NAME ON-EVENT START-DATE START-TIME INTERVAL RUN-COUNT

0 schedule1 script1 jul/09/2005 14:55:00 10m 0

It is working fine :slight_smile:

yes mt wil reboot at 14:55 9 jul, but after 24 h it will not restart
check it , i checked with script and when i set event /system reboot
mt does not execute schedule after 24 h …

ok I’ll check scheduler.

Same issue ..
Script to reboot the router works but schedual does not fire.

Craig

Yeap, this script with scheduler only works if we are logged to the terminal , by telnet, winbox etc.
it doesn’t work in other cases, this problem will be fixed in the next release.