Hi all,
I have a remote router that wasn’t locked to an LTE channel and would like to run a scan to see what channels are available remotely.
Does anyone have a script that would scan and store the data in a file?
Thanks
Hi all,
I have a remote router that wasn’t locked to an LTE channel and would like to run a scan to see what channels are available remotely.
Does anyone have a script that would scan and store the data in a file?
Thanks
use System Scheduler as base.
Type a time + 5m as your rescue point in time with cmd:
Testing can by done by script or terminal commands in { cmd1 ; delay 140s ; cmd2 } form like:
{
interface lte set lte1 band=x
delay 140s
interface lte info lte1 once file=datax.txt;
}
You can maneuver in many direction with that testing.
You can log lte parameters in log by: http://forum.mikrotik.com/t/r11e-lte6-2ca-not-staying-connected/136004/22