LTE modem restart script:
https://gist.github.com/highel/140409e5d3c145a56f3ff8606a184f7c
Add this script to System -> Scripts (punctuation is very strict so look at Mikrotik’s manual: https://wiki.mikrotik.com/wiki/Manual:Scripting):
:if ([/ping 8.8.8.8 count=5 size=64 interval=2s ] =0) do={ :log error "-----LTE interface is not connected to the Internet"; :log error "----Reseting USB Power"; /system routerboard usb power-reset duration=2; /delay 30s; :log error "-----Disabling LTE interface"; /interface disable lte1; /delay 5s; :log error "Enabling LTE interface"; /interface enable lte1; } else={ :log error "-----LTE is OK"; }
Add task with the name of the Scipt in System -> Scheduler
Multi SSID CAPsMAN:
https://forum.mikrotik.com/viewtopic.php?t=87312
https://forum.nag.ru/forum/index.php?showtopic=111919
Mikrotik Monitoring:
https://www.mikrotik.com/thedude
WiFi Roaming Mikrotik:
Best Manual:
https://2keep.net/mikrotik-capsman-v2-hap-ac-lite/
Budget option: one AP is the center of the world:
https://habrahabr.ru/post/217657/
One more manual:
https://serveradmin.ru/nastroyka-capsman-v-mikrotik/
Few advises:
https://toster.ru/q/127543
