cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
892
Views
0
Helpful
3
Replies

Point-to-Point links and adding static routes

MikeNY85
Level 1
Level 1

point to point.jpg

Which two commands must be configured on the New York router so that it reaches the Lo1 interface of the Atlanta router via Washington when the link between New York and Atlanta goes down? I am a bit confused which static route i must use to solve that. I think B and C are the best solution, but still need to be convinced. Note that the two backup routes have to go through Washington router. Any advice will be appreciated. Thank you!

A. IPv6 route 2000::1/128 2012::1

B. IPv6 route 2000::1/128 2023::2 5

C. IPv6 route 2000::1/128 2023::3 5
1 Accepted Solution

Accepted Solutions

Hello,

 

I believe it’s A and C. 

A is the direct static route with a default AD of 1 so it will choose that first.

Then C points to Washington with an AD of 5 so if the first static route fails the second one will take over. Basically acting like a floating static route.

 

-David

View solution in original post

3 Replies 3

Hello,

 

I believe it’s A and C. 

A is the direct static route with a default AD of 1 so it will choose that first.

Then C points to Washington with an AD of 5 so if the first static route fails the second one will take over. Basically acting like a floating static route.

 

-David

Thanks David!

Your answer helped a lot!

No problem.

 

Please make sure to mark the answer as solved if it is so it can help the community if anyone has similar issues.

 

-David