A network administrator is reviewing the output of the 'show ip route' command on a Cisco IOS router. Match each routing table component or source code on the left with its correct functional definition on the right.
- Administrative DistanceDefines the trustworthiness of the routing information source used when selecting between different routing protocols.
- MetricIndicates the cost value calculated by a specific routing protocol to select the best path among routes from the same source.
- Prefix LengthSpecifies the subnet mask bit count used by the router to determine the longest matching prefix during packet forwarding.
- Source Code 'D'Designates that a route entry was dynamically learned through the EIGRP routing protocol.
Answer
Administrative Distance matches the trustworthiness of the route source; Metric matches the protocol-specific path cost; Prefix Length matches the subnet mask bit count used for longest prefix matching; Source Code 'D' matches routes dynamically learned via EIGRP.
Each field in a Cisco IPv4 routing table entry provides distinct information: Administrative Distance prioritizes between routing protocols; Metric determines the optimal path within a single protocol; Prefix Length defines mask length for longest prefix match logic; and the code 'D' identifies routes learned via EIGRP.
Step-by-Step Solution
Key Concept
Routing Table Components and Operational Roles