200-301 Question 265
Select 2A network engineer is troubleshooting a routing issue on a router. While examining the routing table, they see the following entry: 'O 192.168.10.0/24 [110/2] via 192.168.1.1, 00:00:22, GigabitEthernet0/1'. What can the engineer deduce about this route?
- A
The route was learned through OSPF and has an administrative distance of 110.
- B
The route was learned through EIGRP and has a metric of 2.
- C
The next-hop IP address for this route is 192.168.1.1.
- D
The interface used to reach the destination network is GigabitEthernet0/0.
Show answer and explanation
Correct answers: A, C
Explanation
The routing table entry provides detailed information about how the route was learned, its administrative distance, the next-hop IP address, and the outgoing interface. In this case, the route was learned through OSPF ('O'), the administrative distance is 110, the next-hop IP is 192.168.1.1, and the outgoing interface is GigabitEthernet0/1.
- A. Correct.
Correct: The 'O' indicates that the route was learned through OSPF, and '110' is the administrative distance for OSPF.
- B. Incorrect.
Incorrect: The route was learned through OSPF, not EIGRP. EIGRP is indicated by 'D'.
- C. Correct.
Correct: The 'via 192.168.1.1' indicates that the next-hop IP address for this route is 192.168.1.1.
- D. Incorrect.
Incorrect: The interface used to reach the network is GigabitEthernet0/1, not GigabitEthernet0/0.