An network administrator reviews routing table entries using the `show ip route` command on a Cisco IOS router. Which two statements correctly describe components of an IPv4 routing table entry?
- Administrative distance indicates the trustworthiness of the route source, with lower values being preferred.Answer
- The metric is a value calculated by a routing protocol to select the best path among multiple routes to the same destination network.Answer
- CWhen forwarding a packet, the router compares administrative distance before evaluating subnet mask prefix length.
- DRoutes marked with the source code 'S' represent dynamically learned OSPF routes.
Answer
The two correct statements are that administrative distance measures the trustworthiness of a routing source (with lower values preferred) and that metric is used by a routing protocol to select the best path to a destination network.
Administrative distance measures the trustworthiness of a routing source (where lower numbers represent greater trust), and metrics are used by individual routing protocols to identify the optimal path among available routes.
Step-by-Step Solution
Key Concept
Routing Table Components and Metrics