Splitting routes in the same (10.) net.

This is the problem I could use some help on.

Both routes below are provided by dhcp servers. Route zero (0) is the only
route to the ( 10.0.0.0/24 ) network. Route one (1) is the only path to non
ten (10) net addresses.

How do I setup the routes so all ten (10) net addresses %99.99999 with the exception of my one path
out get routed to route zero (0) while everything else including my escape route takes the route one (1) path.

Even if I change the “DST-ADDRESS” of route zero (0) to ( 10.0.0.0/24 ), route one (1)
stays marked as inactive.

\

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 10.222.10.1 1
1 DS 0.0.0.0/0 10.100.10.1 2

Not enough information. What does ****

/ip address print

say? I could imagine that the route is inactive because the address of its gateway is not within the subnet of any of your local interfaces. Nothing prevents a DHCP server from sending broken information and DHCP client from accepting it.

Maybe because your route 0 is not pointing to 10.0.0.0/24? It must look like dst-address: 10.0.0.0/24 gateway 10.222.10.1