An administrator reviews the routing table of a Cisco router and observes the following specific route entry:
text
O 172.31.50.0/26 [110/65] via 10.1.1.2, 00:04:12, GigabitEthernet0/1
Which two statements correctly interpret the components of this routing entry? (Select two.)
- The administrative distance of this route is 110, identifying OSPF as the routing protocol source.Answer
- The metric value for reaching the destination network via this path is 65.Answer
- CThe administrative distance of this route is 65, which takes priority over routes with an administrative distance of 110.
- DThe IP address 172.31.50.0/26 represents the next-hop IP address to which packets are forwarded.
Answer
The statement identifying the administrative distance as 110 (indicating OSPF) and the statement identifying the metric value as 65 are correct.
In Cisco IOS routing tables, a route entry displays the route source code ('O' for OSPF), destination subnet prefix, and bracketed values [Administrative Distance / Metric]. For the route entry provided, 110 is the Administrative Distance and 65 is the OSPF route metric. The egress interface is GigabitEthernet0/1, and 10.1.1.2 is the next-hop router IP address.
Step-by-Step Solution
Key Concept
Routing Table Components