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
198 views 0 comments
by anonymous
admin01 cellular service=auto ;cellular band=auto

This is my SMS to configure the bands in auto, but I would to fix in manual the bands B7, B20, B38 and umts bands 1800 and 2100. How will be my SMS to my SIM of my RUTXR1?

1 Answer

0 votes
by anonymous

Hi,

For changing bands, you can use UCI commands.

First of all, go to your router and check if with CLI you can find the uci syntax for the line where bands are saved.

uci show | grep b7    (or use anything that you've set recently including b20, b38)

This should output you a lot of lines and one of them should look like this:

 simcard.@sim[0].lte='lte_b1' 'lte_b8' 'lte_b41'

But it could be different in your situation.

Then you just use uci commands to set new values, so in your case we want to do it with SMS:

https://wiki.teltonika-networks.com/view/RUTX11_Mobile_Utilities#UCI_API_rule

<yourAdminPassword> uci set  simcard.@sim[0].lte='lte_b3' 'lte_b7' 'lte_b20'

then send another sms:<adminPassword> uci commit

and after 10 seconds send this: <adminPassword> luci-reload

This should change your bands.

EB.