cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
0
Helpful
4
Replies

Two diferent route with a same destiny

ankyrod2006
Level 1
Level 1

I wish to put two routes different towards a same destiny in the router.

if one of these routes fails the other it works?

As I determine the priority between these routes ?

Greetings

4 Replies 4

desai.jaideep
Level 5
Level 5

Hi

It would be helpful if you provide the IP Schema for a better understanding....

Regards

JD

Hi ,

You can have two routes for the same destination if you have two outbound interfaces .

You can set the priority for the two routes by setting a diff metric for the two routes.

eg :

ip route x.x.x.x mask s0

ip route x.x.x.x mask s1 200 --- Secondry route

Hope this helps

regards

vanesh k

Hi,

as suggested in earlier post, you can configure floatic static routes for this.

ip route 0.0.0.0 0.0.0.0 s0/0

ip route 0.0.0.0 0.0.0.0 s0/1 200

since administrativr distance of route via s0/1 is higher than the administrative distance of route via s0/0, route via s0/0 will be installed in the routing table. If interface s/0 goes down, routing table will install route via s0/1 and vice-versa.

hope it helps .... rate if it does ....

Thank you very much

Review Cisco Networking products for a $25 gift card