I have a weird case in my one clients mikrotik. This is more of a work around than a solution but it will be quicker for me to do this.
I am routing voip data out of a different gateway. However my VoIP only starts routhign through the other line after I disable my primary internet line.
So basically I want a script that on startup, disables interface x.
waits a certain period of time and then Enables the interface again.
/system scheduler
provides you with such functions.
Run script on startup (there is such parameter), disable interface (be careful as small delay might be required for it), then add your proposed delay (:delay 60s) and command to enable interface.