I’m very beginner here.
I would like to download the user manual of my mikrotik WAP AC LTE6 Kit (R11e-LTE6)
My needs are:
Activate Roaming on the installed SIM (I believe there will be the need to go in terminal mode and give some command I guess)
Update the firmware but I do not know how to do that
Get the WebFig page where I can configure my IP address of the LAN (the windw appear for an instant and then disappear.
FWIW, I’m guessing upgrade is the most important thing on the wAP. But there three things to update.
First is RouterOS. That is in System > Packages & can use “Download and Install”.
And after it reboots for RouterOS upgrade, you’ll want to reboot 2nd time, as this will cause the Boot Firmware to upgrade (if using defaults, otherwise check auto-update in System > RouterBoard).
Finally, the LTE modem may have an update, that in Interface > LTE tab > lte1. Or, via the Terminal: /interface lte firmware-upgrade [find] upgrade=yes
The QuickSet screen should be able to deal with setting an APN need for LTE mobile carrier.
I’ve been there, but I have not seen it …
I did it trough TERMINAL, in the hope that that remain “yes” and doesn’t turn “no” each time I switch it off.
something like this (I didn’t remember well, was a google search)
\interface lte1 allow-roaming yes ← something like that in terminal and I’ve not set myself as SU … did I make it good or not ?
You had it almost right, it should be: “/interface/lte/set lte1 allow-roaming=yes”
When using web admin, you should find the check box under: WebFig → Interfaces → Lte1 (click row) → Allow Roaming (you might have to scroll down a bit)
after giving this command trough terminal, is the Mikrotik keeping/retain this command after a switch off and on, or there is the need to give the command again to have roaming in YES ?
Is there a way to understnd which is the the status of the service ALLOW-ROAMING (if it is in YES or NO) trough a command like HOWIS-ROAMING (just to let me explain, sorry) ?