+ Responder ao Tópico



  1. #1

    Padrão need to restart mikrotik automatk

    hi all

    i need to restart mikrotik every day at 5:00 am all monthe

    how can i do that with time and date

  2. #2

    Padrão

    Citação Postado originalmente por leo297 Ver Post
    hi all

    i need to restart mikrotik every day at 5:00 am all monthe

    how can i do that with time and date
    Script:

    add name="reboot" source="/system reboot" \
    policy=ftp,reboot,read,write,policy,test,winbox,password

    Scheduler

    add name="reboot" on-event=reboot start-date=nov/15/2006 start-time=05:00:00 \
    interval=4w2d comment="REBOOT DE 30 EM 30 DIAS" disabled=yes

    By Happy

  3. #3

    Padrão

    thank alot
    but why is disabled ( comment="REBOOT DE 30 EM 30 DIAS" disabled=yes

    ) .
    and the date its right nov/15/2006
    ( i need to reboot the mikrotik evry day in 5:00 am ) all of year
    reall thank you

  4. #4

    Padrão

    Script:

    add name="reboot" source="/system reboot" \
    policy=ftp,reboot,read,write,policy,test,winbox,password

    Scheduler

    add name="reboot" on-event=reboot start-date=nov/15/2006 start-time=05:00:00 \
    interval=1d comment="REBOOT DE 30 EM 30 DIAS" disabled=yes

  5. #5

    Padrão

    Citação Postado originalmente por leo297 Ver Post
    thank alot
    but why is disabled ( comment="REBOOT DE 30 EM 30 DIAS" disabled=yes

    ) .
    and the date its right nov/15/2006
    ( i need to reboot the mikrotik evry day in 5:00 am ) all of year
    reall thank you
    Correct!!!

    DISABLE is "NO",,,,,