nop
what command allows you to configure an administrative distance
nop
120
Administrative distance is a way to prioritize routing information from different routing protocols; a lower administrative distance is preferred. The metric, on the other hand, is a value that represents the cost of a particular route, aiding in selecting the best path to a destination.
The administrative distance of a default route is typically 1. This means that it is considered the most reliable and preferred route for forwarding traffic when no other more specific route is available in the routing table.
Administrative distance refers to the trustworthiness of a particular route. Routes with the smallest metric to a destination indicate the best path.
The "show ip route" command in Cisco devices will display the administrative distance of routes along with other routing information.
A measure of the trustworthiness of a routing information source
generally static routing protocol has the most trustworthy administrative distance .i.e; 1 and in dynamic routing protocols EIGRP has the best AD.
Compared to RIP, EIGRP has a lower administrative distance.
The administrative distance for a static route is typically 1, meaning it is very reliable and preferred over routes learned from dynamic routing protocols. The metric for a static route is typically one hop, meaning it has a fixed cost regardless of network conditions or traffic load.
170