Match each IPv4 routing table entry from a Cisco IOS 'show ip route' display to its correct protocol source classification and administrative properties.
- D 192.168.10.0/24 [90/2170112] via 10.1.1.2Internal EIGRP route with default administrative distance of 90 and composite metric of 2170112
- O 172.16.1.0/24 [110/20] via 10.1.1.6OSPF route with default administrative distance of 110 and cost metric of 20
- S 10.2.2.0/24 [1/0] via 10.1.1.2Static route with administrative distance of 1 forwarding via next-hop 10.1.1.2
- C 10.1.1.0/30 is directly connected, GigabitEthernet0/0Connected network route automatically installed with administrative distance of 0
Answer
Each routing table entry matches its corresponding protocol code, administrative distance, and metric: 'D' maps to Internal EIGRP (AD 90), 'O' maps to OSPF (AD 110), 'S' maps to Static (AD 1), and 'C' maps to Directly Connected (AD 0).
Routing table entries display their learning source code followed by the prefix, bracketed administrative distance and metric values [AD/Metric], next-hop IP, and outgoing interface. Code D identifies EIGRP (default AD 90), code O identifies OSPF (default AD 110), code S identifies Static routes (default AD 1), and code C identifies Connected networks (AD 0).
Step-by-Step Solution
Key Concept
Routing Table Components and Source Codes