Hi everyone!
Im using a mikrotik sxt lte, in lte configuration task, im using only a band 7 and the connection with my carrier is very fast! The problem si by night, this band is disabled! And to keep connection alive i have to enable band 20 also, but speed is not like the band 7.
My question is possible make a script that enable/disable this band automatically during night ? Thank you!
You not must do a script’s, you can just single command and a System > Scheduler.
Crate a scheduler who at 22:00 will be enable band20 every day and other one at 7:00 who enable Band7. Put this inside scheduler and change band to proper.
/interface lte set lte1 band=7 ;
Thank you very much!