A network administrator wants to configure a backup route in case the primary route fails. A dynamic routing protocol is not installed on the router. Which of the following routing features should the administrator choose to accomplish this task?
Introduction to Administrative Distance
Administrative distance (AD) is a value used by routers to rank routes from different routing protocols. AD represents the trustworthiness of the source of the route. Lower AD values are more preferred. If a router has multiple routes to a destination from different sources, it will choose the route with the lowest AD.
Static Routes and Backup Routes
When a dynamic routing protocol is not used, static routes can be employed. Static routes are manually configured routes. To ensure a backup route, multiple static routes to the same destination can be configured with different AD values.
Configuring Static Routes with Administrative Distance
The primary route is configured with a lower AD value, making it the preferred route. The backup route is configured with a higher AD value. In the event of the primary route failure, the router will then use the backup route.
Example Configuration:
plaintext
Copy code
ip route 192.168.1.0 255.255.255.0 10.0.0.1 1
ip route 192.168.1.0 255.255.255.0 10.0.0.2 10
In the above example, 192.168.1.0/24 is the destination network.
10.0.0.1 is the next-hop IP address for the primary route with an AD of 1.
10.0.0.2 is the next-hop IP address for the backup route with an AD of 10.
Verification:
After configuration, use the show ip route command to verify that the primary route is in use and the backup route is listed as a candidate for use if the primary route fails.
Rozella
3 months agoJustine
3 months agoBlair
3 months agoKasandra
4 months agoBrittni
4 months agoLaquanda
4 months agoNoble
4 months agoElbert
4 months agoFranklyn
5 months agoKimbery
5 months agoCarry
5 months agoKristal
5 months agoLeslie
5 months agoEvan
5 months agoVenita
5 months agoTula
5 months agoAlishia
2 years agoTyisha
2 years agoValentin
1 year agoKristel
1 year agoToshia
1 year agoArt
1 year agoDorthy
2 years agoRosalia
1 year agoAnnamae
1 year agoKasandra
2 years agoRonnie
2 years agoRoselle
2 years agoEulah
2 years agoPortia
2 years agoNathalie
2 years agoFrancesco
2 years agoFarrah
2 years agoMaxima
1 year agoSabina
1 year agoFrance
2 years agoLevi
2 years agoRessie
2 years agoWilbert
2 years agoFatima
2 years agoNathalie
2 years agoFrancesco
2 years ago