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.
Alishia
11 months agoTyisha
11 months agoValentin
10 months agoKristel
10 months agoToshia
10 months agoArt
11 months agoDorthy
11 months agoRosalia
10 months agoAnnamae
10 months agoKasandra
12 months agoRonnie
11 months agoRoselle
11 months agoEulah
11 months agoPortia
11 months agoNathalie
12 months agoFrancesco
12 months agoFarrah
1 years agoMaxima
10 months agoSabina
11 months agoFrance
11 months agoLevi
11 months agoRessie
12 months agoWilbert
12 months agoFatima
1 years agoNathalie
1 years agoFrancesco
1 years ago