The output, indeed, does not look correct. There is no table 2 for the USB modem and no corresponding rule.
Also, you use the "balanced" policy, which means literally that: half of the connections go out from the PPPoE interface and half from the modem.
Recommendations:
- Disable IPv6 by removing all IPv6 config from
/etc/config/network
(we can reenable it later if needed, but this requires a non-standard script for mwan3 compatibility) - Delete all members
- Add members for
wan_m10_w1
andwanb_m20_w1
(metric 10 and 20 respectively, weight 1) - Add a
failover
policy that includes both members - Add a
wan_only
policy that only includeswan_m10_w1
- Change the default rule to mention the
failover
policy.