FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
813 views 0 comments
by anonymous
I have the RUT995 and it's great for me.

But I need to swap the default sim to set it to primary remotely via the command line.

Can this be done ?

1 Answer

0 votes
by anonymous

Hi,

You can change it through UCI commands.

Type uci show | grep sim and you should see plenty of options to change.

We're looking for something like this: simcard.@sim[0].primary='1'

If we don't want sim[0] (SIM 1) to be primary, we will have to delete this line in UCI and create it onto sim[1] (SIM2).

uci delete simcard.@sim[0].primary='1'

uci add simcard.@sim[1].primary='1'

uci commit

reload_config

Regards.

Best answer