With 4 default routes configured as shown, wouldn't the first ip route statement of ip route 0.0.0.0 0.0.0.0 x.x.x.x forward all processing? Wouldn't that statement need to be last? Or is it the more specific match wins or top down match. Thank you.
ip route 0.0.0.0 0.0.0.0 192.208.1.6
ip route 192.250.2.28 255.255.255.255 192.208.1.6
ip route 192.250.130.211 255.255.255.255 192.208.1.6
ip route 192.250.230.211 255.255.255.255 192.208.2.28