Auto Upgrade with MikroTik


#########################################################################################################
# MikroTik Auto Update Script #
#########################################################################################################
# Author: Rick Frey #
# email: support@rickfreyconsulting.com #
# Username in MikroTik Forum is rickfrey #
######################################################################################################### #
#########################################################################################################
# Features # #
# -Utilizes the Auto Update feature in the routers to automatically check for newer versions and upgrade#
#########################################################################################################

/system scheduler
add interval=1d name=Upgrade_Router on-event=”/system upgrade\r\
\nrefresh\r\
\n:delay 10\r\
\ndownload 0\r\
\n/\r\
\n/system reboot \r\
\n:delay 60\r\
\ny\r\
\n/” policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive \
start-date=jul/25/2016 start-time=12:00:01
/

 

Auto_update_Script


Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

3 thoughts on “Auto Upgrade with MikroTik