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.
+3 votes
1,402 views 2 comments
by
Is it possible to disable the option "Enable Mobile Data Limit" via a SMS command on a RUT950?

1 Answer

+1 vote
by anonymous

Hello,

Yes, that is possible. To do that, send the following messages to your router (replace admin01 with current router's password):

    1. admin01 uci set data_limit.limit.prim_enb_conn=0

    2. Wait for router's response that value has been replaced

    3. admin01 uci commit

    4. Wait couple seconds so that router would have enough time to react to this SMS message

    5. admin01 reboot

Best answer
by
Hello,

Thanks for your prompt answer. This works fine. What about reactivating it with a different data limit value?

Vincent
by anonymous

Hello,

In such case, the sequence would be (50000 is new mobile data limit value, measured in MBs):

    1. admin01 uci set data_limit.limit.prim_enb_conn=1

    2. admin01 uci set data_limit.limit.prim_conn_limit=50000

    3. Wait for router's response that both values have been replaced

    4. admin01 uci commit

    5. Wait couple seconds so that router would have enough time to react to "uci commit" SMS message

    6.  admin01 reboot