I would also do it the way you suggested and create a failover situation:
Or if you want to check connectivity on lte recursively:
Note: Set add-default-route=no in the LTE settings if it's turned on:
Code:
/ip dhcp-clientadd interface=ether1 add-default-route=yes default-route-distance=2/ip routeadd dst-address=0.0.0.0/0 check-gateway=ping distance=1 gateway=lte1
Code:
/ip routeadd dst-address=8.8.8.8 scope=10 gateway=lte1add dst-address=0.0.0.0/0 scope=11 check-gateway=ping gateway=8.8.8.8
Code:
/interface lte apnset lte1 add-default-route=no
Statistics: Posted by TheCat12 — Tue Mar 12, 2024 3:43 pm