Help - Reset LTE or restart Mikrotik if x pings to DNS fail

Hi all,

I’m relativeley new to using Mikrotik LTE devices - and I’m wondering how I would go about creating a script for this?

We have dozens of Mikrotik devices out there and often in remote areas that will sometimes drop off a mast or sector, and fail to pick something nearby up - but once the device has been restarted it will pick up a new mast sector.

The devices we have out there are RBSXTR, RBLHGR, SXTR and LHGGR.

Is there a script that would eliminate the use for a human to visit the site and perform a manual restart or reset the LTE?

Thanks in advance for any advice.

Many Solutions are possible for this…

A Solution, could be to use the NetWatch-Tool in RouterOS to Monitor the Devices
https://help.mikrotik.com/docs/spaces/ROS/pages/8323208/Netwatch

and execute a LTE-Reset on “Down” Event

/interface/lte/set disabled=yes [find]
:delay 11;
/interface/lte/set disabled=no [find]

if needed use the use power reset.