Please anybody, could help? Need script for schedule shutdown and wake up mikrotik, can this idea will live in to Mikrotik?
Like 02:00:00 AM going to sleep/shutdown and 10:00:00 AM wake up itself Mikrotik board?
As shutdown I know and I know about Linux into Mikrotik just sleep and do not poweroff totally, but how wake up it itself ROS not using WOL from PC or other devices?
Mikrotik hardware doesn’t even support proper shutdown (i.e. self power-off), let alone automatic start up. Your best bet would be to schedule disable of certain interfaces, but that doesn’t help much with power consumption, it only blocks connectivity through those interfaces..
I would still advise to use a proper shutdown command and not just remove the power, when you are going to do that daily.
So make a scheduled job at 02:00 AM daily that issues the command “/system shutdown” and then use an external timer power socket to poweroff the device between 02:30 and 10:00.
(allow some time because the clock on the timer socket will probably not be exact, you want it to cutoff AFTER 02:00 and never before).