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
220 views 2 comments
by anonymous
Hi,

Is there a way to switch off failover from WAN to LTE via SMS?

The internet connection is having big problems but RUT240 is not switching to LTE. Maybe due to some packets coming thru now and then. Would like to force RUT240 to use LTE so i can access the unit and turn off WAN.

Device is added to RMS but can only communicate withe the unit via SMS.

Thanks

1 Answer

0 votes
by anonymous

Hello,

Could you send the following command and post the returned message: 

  • <your_authorization> uci show mwan3

Best regards,

by anonymous

Thank you for replying. I ended up calling a guy to drive out and pull WAN. But would be awesome to not having to do this next time.

Anyways, here’s the log but now on LTE and new config where failover is disabled. Might not help. Sorry.

mwan3.globals.mmx_mask=0x3F00

mwan3.globals.rtmon_interval=5

mwan3.mwan_default.use_member=wan_member_mwan

mwan3.mwan_default.use_member=mob1s1a1_member_mwan

mwan3.balance_default.use_member=mob1s1a1_member_balance

mwan3.default_rule.dest_ip=0.0.0.0/0

mwan3.default_rule.use_policy=mwan_default

mwan3.mob1s1a1.interval=3

mwan3.mob1s1a1.enabled=0

mwan3.mob1s1a1.family=ipv4

mwan3.cfg06fbac.interface=mob1s1a1

mwan3.cfg06fbac.track_method=ping

mwan3.cfg06fbac.track_ip=1.1.1.1

mwan3.cfg06fbac.track_ip=8.8.8.8

mwan3.cfg06fbac.reliability=1

mwan3.cfg06fbac.count=1

mwan3.cfg06fbac.timeout=2

mwan3.cfg06fbac.down=3

mwan3.cfg06fbac.up=3

mwan3.mob1s1a1_member_mwan.interface=mob1s1a1

mwan3.mob1s1a1_member_mwan.metric=2

mwan3.mob1s1a1_member_balance.interface=mob1s1a1

mwan3.mob1s1a1_member_balance.weight=1

Are there a list of more hidden commands like this one?

Thanks

by anonymous

If failover was enabled for certain interfaces, to disable, you would need to send folowing messages:

  • uci set mwan3.<wan_interface_name>.enabled=0
  • uci commit

For more details on device configuration using uci commands, please refer to this page: https://wiki.teltonika-networks.com/view/UCI_command_usage.

Best regards,