How do I configure static route with different priority? For e.g.
ip route 0.0.0.0 0.0.0.0 10.0.0.1 (1st priority)
ip route 0.0.0.0 0.0.0.0 20.0.0.1 (use only if 10.0.0.1 is down)
ip route 0.0.0.0 0.0.0.0 30.0.0.1 (use only if both 10.0.0.1 and 20.0.0.1 are down)
Can I configure the static route to have the above?
Thx.
ip route 0.0.0.0 0.0.0.0 10.0.0.1 (1st priority)
ip route 0.0.0.0 0.0.0.0 20.0.0.1 (use only if 10.0.0.1 is down)
ip route 0.0.0.0 0.0.0.0 30.0.0.1 (use only if both 10.0.0.1 and 20.0.0.1 are down)
Can I configure the static route to have the above?
Thx.