FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14209 questions

16856 answers

27735 comments

54318 members

+3 votes
1,286 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

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

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