Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For some boards with dual SIM slots connected to the same modem slot (like LtAP mini, ltAP, SXT) it is possible to alternate between these SIM slots.

Command for pre 6.45.1:

Code Block
languageros
/system routerboard sim set sim-slot=down

...

Command after 6.45.1:

Code Block
languageros
/system routerboard modem set sim-slot=down

...

Command in RouterOS v7 version:

Code Block
languageros
/interface lte settings set sim-slot=down

...

Usage Example:

Follow this link - Dual SIM Application, to see examples of how to change SIM slot based on roaming status and in case the interface status is down with help of RouterOS scripts and scheduler.

...