Script that delay the interface to startup

Hi to all , i need some help on a script.

I am very new on do script for Mikrotik and i need to do a very simple script , that every time that the routerboard start it delay one interface to start in about 60 seconds.

Or we also can do a script that every time that the routerbaord start , it disable the interface and enable again.


Is that possible to do ?


Thanks

interface ethernet disable ether1; delay delay-time=60; interface ethernet enable ether1

and then add a scheduler execute this script
start time: startup.
on event: the script

Hi There , thanks for your help , just a small question , my interface is a openvpn client , can i change the eth1 on the script to my openvpn interface?


Thanks

yes, you can do it