I have always two default routes:
### CLISH ###
> show route all
Codes: C - Connected, S - Static, R - RIP, B - BGP (D - Default),
O - OSPF IntraArea (IA - InterArea, E - External, N - NSSA),
A - Aggregate, K - Kernel Remnant, H - Hidden, P - Suppressed,
U - Unreachable, i - Inactive
S 0.0.0.0/0 via 12X.XXX.XXX.1, WAN.2, cost 0, age 3
S i 0.0.0.0/0 via 1XX.XXX.XXX.1, WAN.1, cost 0, age 3 (this is strange because is the primary but it says inactive)
### BASH ###
[]# ip route
default via 1XX.XXX.XXX.1 dev WAN.1 metric 101
default via 12X.XXX.XXX.1 dev WAN.2 metric 102
When I disconnect the ISP1 I see correctly only a default route and when I connect back the ISP1 I have again both default routes but always as above and didn't switch automatically to the primary ISP.
I forgot the firmware version is R77_990173004_20.
thanks