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