morning im trying to make an lte fail over script for sxt lte rb version 7.13 and need to get active sim slot. if i set a variable :cursim [/interface lte settings get sim slot]
:if ($cursim=a) do={:log info message=“sim a”}
:if ($cursim=b) do={:log info message=“sim b”}
print
both logs show sim a even after switching to sim b
The status of the active card cannot be queried.
“/system routerboard sim get sim-slot” is old command for v 6
i try “/interface lte settings get sim-slot”, “/interface lte get sim-slot” empty result.
When i manually swich card 2 to card 3 or vica-verse is working with this command:
“/interface lte settings set sim-slot=2”
“/interface lte settings set sim-slot=3”
Can you help me or is anyone using this with version 7?
Thanks but help please. Where can I find the “get slim-slot” command for 7 on this page?
Unfortunately, I can’t find it, in the example there are also those for v6.
As I mentioned, the “set sim-slot works”, but the current status “get sim-slot” does not.
I downgraded to 7.11 in several steps (this is the factory version) and upgraded to 7.15rc3, but the situation is the same in every case.
/interface/lte/settings/get sim-slot is empty query.
I don’t know if it could be related to the firmware version of the LTE card. It’s also the latest version.