wtrwlkr wrote: » My understanding is that a statically configured route will always take precedence over ANY routing protocol.
Staunchy wrote: » Route selection is based on the following order: 1. longest match, example a dynamic learned route of 192.168.0.0/24 will used above a static route of 192.168.0.0/16 2. Administrative distance 3. metric But if you have a static route of 192.168.0.0/24 but also learn the same route via a dynamic routing protocol only the static route will be installed in the routing table.
Robbo777 wrote: » So am i correct then in saying if a PC wants to ping another PC on a different WAN network the router will look for the routes in its routing table to try and get there, but if there is a static route of 0.0.0.0 0.0.0.0 "destination IP" and there are no available routes to the destination IP in the routing table, then the static route there will send the packets to the destination IP in the static route? Thanks