R1 learns three OSPF routes to different destinations:
O 10.10.10.0/24
O IA 10.20.20.0/24 O E2 10.30.30.0/24
Which statement is correct about these route types?
O 10.10.10.0/24
R1 learns three OSPF routes to different destinations:
O 10.10.10.0/24
O IA 10.20.20.0/24 O E2 10.30.30.0/24
Which statement is correct about these route types?
Answer choices
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
O IA is an external route redistributed from another routing protocol.
O IA means interarea, not external.
O E2 is an OSPF external type 2 route.
That is exactly what the code means.
O means the route was learned through EIGRP.
O is an OSPF code.
All three routes were learned from the same OSPF area type.
They represent different route origins inside or outside the OSPF domain.
Common exam trap
A frequent exam trap is confusing the OSPF route codes, especially mistaking 'O IA' (inter-area) for an external route redistributed from another protocol. Candidates often incorrectly assume that 'O IA' means external, but it actually represents routes learned from a different OSPF area within the same autonomous system. Another common mistake is thinking the 'O' code indicates EIGRP routes, which it does not; EIGRP uses different codes such as 'D'. This confusion can cause candidates to select incorrect answers about route origins or types. Carefully distinguishing between intra-area, inter-area, and external routes based on OSPF codes is essential to avoid this pitfall.
Technical deep dive
OSPF (Open Shortest Path First) is a link-state routing protocol that categorizes routes based on their origin within the OSPF domain or from external sources. The route codes seen in the routing table provide insight into how OSPF learned each route: 'O' indicates an intra-area route learned within the same OSPF area; 'O IA' stands for inter-area routes learned from a different OSPF area within the same autonomous system; and 'O E2' represents external type 2 routes that are redistributed into OSPF from other routing protocols or external sources. When OSPF redistributes external routes, it classifies them as either type 1 (E1) or type 2 (E2) external routes. Type 2 external routes (O E2) carry a fixed external cost that does not increase as the route is propagated through the OSPF domain, making them distinct from intra-area and inter-area routes. The routing table codes help network engineers quickly identify the route origin and metric type, which is crucial for understanding route preference and path selection in Cisco routers. A common exam trap is confusing the OSPF route codes with those of other protocols or misinterpreting the meaning of 'O IA' as an external route. For example, 'O IA' means inter-area within OSPF, not external redistribution. Also, the 'O' code does not indicate EIGRP routes; EIGRP uses a different code. Understanding these distinctions helps avoid misreading routing tables and selecting incorrect answers on the CCNA exam. Practically, knowing these codes aids in troubleshooting OSPF routing issues and optimizing route redistribution strategies.
Related practice questions
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practise DHCP scopes, relay, leases and troubleshooting.
Practise routing-table output, longest-prefix match, AD and route selection.
Practise trunk verification and VLAN forwarding across switches.
Practise WLAN security, authentication and wireless architecture concepts.
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
FAQ
OSPF uses route codes in the routing table to indicate the origin and type of each learned route, such as intra-area, inter-area, or external.
The correct answer is: O E2 is an OSPF external type 2 route. — An O route is intra-area, O IA is interarea, and O E2 is an external type 2 route redistributed into OSPF. The codes describe route origin, not just preference. CCNA expects you to identify them quickly when reading the routing table.
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Sign in to join the discussion.