Hello,
I have a 411U , firmware 3.22, running with a sierra wireless MC7710 LTE interface. This interface sometimes lost connection and has to be rebooted. I found a script in this forum to do this automatically, but unfortunately it doesnt work.
I put under system/scripts in the field “source” this line ":if ([/ping 8.8.8.8 count=3]=0) do={:interface 3G disable; :delay1; interface 3G enable;} else {}; " and named it pcheck. All policies marked.
In the scheduler I made a task to let it run everz 10 minutes. Its running but does not restart the router. Can anyone tell me whats wrong there?
Thanks
Ed
It means that either you always have access to 8.8.8.8 or the interface 3g disable / enable does not work for you
first, confirm that
interface 3G disable; :delay1; interface 3G enable
does help
next, make sure to policy-route icmp from the device to 8.8.8.8 via the LTE link, this way if the LTE connection is lost it will not be able to ping 8.8.8.8 and as a result restart
Also, instead of this script you can make use of a more convenient netwatch, which doest the same but better and is easier to configure. http://wiki.mikrotik.com/wiki/Manual:Tools/Netwatch
Hi,
thanks, I will try this today
Ed