Hello,
I have a wAP LTE kit in a remote location with mediocre signal. Currently I am using the system watchdog with 8.8.8.8 set to ensure things are kept alive. It is activating probably every one or two hours from what I can tell.
However, I later saw scripts using the Netwatch or Scheduler feature to automatically reset the LTE connection when it goes down. Eg those in this thread:
http://forum.mikrotik.com/t/script-for-interface-lte-to-restart/116226/1
My questions:
-
Is it a bad idea to use the system watchdog in this case? (e.g. doing so many “harsh” reboots?)
-
If I should use one of the scripts mentioned in that thread - would it be better to use the “/interface disable/enable” method or the “usb power-reset” method? For wAP LTE kit
-
Is there any reason not to use Tools Netwatch to implement this script? (e.g. vs scheduler)
(I previously posted a similar message to this one in the above thread, but thought it might be better to start a new thread)