Community discussions

MikroTik App

Search found 1 match

by outhot
Sat May 25, 2019 1:16 pm
Forum: General
Topic: SXT LTE not reconnecting
Replies: 15
Views: 6620

Re: SXT LTE not reconnecting

Hi,
in my case this script works fine:

:if ([/ping 8.8.8.8 count=5 size=64 interval=2s]=0) do={
:interface lte set lte1 disabled=yes
:delay 5s
:interface lte set lte1 disabled=no
}