Hello everyone
I'm trying to get my problem solved using scripting and since it's my first time I hope someone could help me with it
I got 2 L2TP connections which randomly goes down and I need to disable them for couple of minutes and then enable them to make them work again!
I wanted to make Router OS automatically do this for me using scripting more explanations :
ping L2tp gateway
if down > disable interface X
delay ( wait )
enable interface X
Delay
and then start over again
best regards