Courseiva
mediumMultiple ChoiceObjective-mapped

300-410 Practice Question: Is troubleshooting OSPFv2 route redistribution

A network engineer is troubleshooting OSPFv2 route redistribution. R1 is an ASBR redistributing static routes into OSPF. R2, an internal router, receives the redistributed routes but they appear as O E2 routes. However, R1 also has a directly connected network 10.1.1.0/24 that is not being advertised as an OSPF route. 'show ip ospf database external' on R2 shows the redistributed static routes but not the connected network. What is the most likely cause?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The ASBR is missing the 'redistribute connected' command under the OSPF process.

By default, OSPF does not redistribute connected routes unless explicitly configured. The ASBR must use the 'redistribute connected' command under the OSPF process to advertise directly connected networks. The static routes are being redistributed because they are matched by the 'redistribute static' command, but the connected network is not part of the static route set unless it is also a static route. The engineer likely forgot to add 'redistribute connected' or use the 'subnets' keyword.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The connected network is not included in the redistribution because the engineer used 'redistribute static' without the 'subnets' keyword.

    Why it's wrong here

    The 'subnets' keyword affects how classful networks are redistributed, but the connected network is not a static route, so it would not be redistributed by 'redistribute static' at all.

  • The connected network is not being advertised because it is not part of the OSPF process; the engineer must configure 'network 10.1.1.0 0.0.0.255 area 0' under router ospf.

    Why it's wrong here

    That would make the connected network an internal OSPF route, not a redistributed route, but the question is about redistribution; however, the symptom is that the connected network is not in the OSPF database at all, so either method would work, but the most likely cause is that the ASBR is not redistributing connected routes.

  • The ASBR is missing the 'redistribute connected' command under the OSPF process.

    Why this is correct

    Without 'redistribute connected', the directly connected network is not advertised into OSPF, even if the interface is enabled for OSPF (which it may not be).

  • The connected network is a loopback interface, and OSPF does not advertise loopback networks by default.

    Why it's wrong here

    OSPF can advertise loopback interfaces if they are part of the OSPF process via network statements or redistribution.

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

About these practice questions

One of 1,966 original 300-410 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 300-410 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 300-410 exam.