Hello,
Excuse me if there is another topic.
I am using Mikrotik RB3011UiAS-RM (last software version) and i need a script to reboot USB stick (3g modem) if there is no connection through it.
I’ve already tried the script below but nothing really happened:
/interface ppp-client monitor ppp-LAN_Internet once do={:if ($status != “connected”) do= {:log warning “3G Modem Down, reset USB”; /system routerboard usb power-reset duration=5}}; :delay 120;
I will appreciate some help on this matter.
Thank you in advance!