- A
Enable OSPF on the interface or matching network statement
OSPF must still be enabled for the connected subnet to be advertised.
- B
Configure the interface as passive in the OSPF process
Passive-interface stops hello packets while keeping the connected network in the LSDB.
- C
Set the interface network type to point-to-point
Why wrong: Changing network type does not suppress hellos.
- D
Apply distribute-list out on the interface
Why wrong: A distribute list affects route advertisement policy, not OSPF hello generation on a local segment.
Quick Answer
The answer is to configure the interface as passive within the OSPF process. This works because a passive interface in OSPF still advertises its connected network into the OSPF link-state database, but it completely stops sending and processing Hello packets, preventing neighbor formation on that segment. On the CCNA 200-301 v2 exam, this concept tests your understanding of OSPF neighbor requirements versus route advertisement—a common trap is thinking that disabling OSPF on the interface also stops the network advertisement, but passive-interface achieves exactly the opposite. The search intent keywords “OSPF passive interface not send hello advertise network” capture this precise behavior: you want the network advertised without the overhead of Hello packets. A solid memory tip is “Passive means silent, not invisible”—the route is still seen by the network, but the interface makes no noise.
CCNA IP Routing Practice Question
This 200-301 practice question tests your understanding of ip routing. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: oSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A branch router is running single-area OSPF. An engineer wants an interface to advertise its connected network into OSPF but must prevent hello packets from being sent on that LAN segment. Which two actions achieve that goal?
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
Enable OSPF on the interface or matching network statement
In OSPF, a passive interface still advertises the connected network but does not send or process hello packets. So the interface must participate in OSPF, and then it must be made passive.
Key principle: OSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enable OSPF on the interface or matching network statement
- ✓
Configure the interface as passive in the OSPF process
Why this is correct
Passive-interface stops hello packets while keeping the connected network in the LSDB.
Related concept
OSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement.
- ✗
Set the interface network type to point-to-point
Why it's wrong here
Changing network type does not suppress hellos.
- ✗
Apply distribute-list out on the interface
Why it's wrong here
A distribute list affects route advertisement policy, not OSPF hello generation on a local segment.
Common exam traps
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is assuming that changing the OSPF network type or applying a distribute-list on the interface will stop hello packets. Many candidates mistakenly believe that setting the interface to point-to-point suppresses hellos, but it only changes adjacency behavior. Similarly, distribute-lists filter routing updates but do not affect hello packet transmission. The key mistake is forgetting that OSPF must be enabled on the interface to advertise the network and that only the passive-interface command prevents hello packets while still advertising the connected subnet.
Detailed technical explanation
How to think about this question
OSPF (Open Shortest Path First) is a link-state routing protocol that relies on hello packets to discover and maintain neighbor relationships between routers. These hello packets are multicast periodically on OSPF-enabled interfaces to establish adjacencies and exchange routing information. However, there are scenarios where a router interface must advertise its connected network into OSPF without sending hello packets, such as when the interface connects to end devices or non-OSPF routers. To achieve this, the interface must first be included in the OSPF process by enabling OSPF on the interface or matching it with a network statement. Then, configuring the interface as passive in the OSPF process stops the transmission and reception of hello packets on that interface. This passive-interface setting ensures the connected network is advertised in the OSPF link-state database (LSDB) but prevents OSPF neighbor formation on that segment. This is particularly useful for LAN interfaces connected to hosts or devices that do not participate in OSPF. A common exam trap is confusing passive-interface with other interface settings like changing the network type or applying distribute-lists. Changing the network type (e.g., to point-to-point) does not suppress hello packets, and distribute-lists only filter routing updates, not hello packets. Understanding this distinction is critical for correctly answering questions about controlling OSPF hello packet behavior while still advertising connected networks. In practical networks, passive interfaces reduce unnecessary OSPF traffic and improve stability on LAN segments without OSPF routers.
KKey Concepts to Remember
- OSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement.
- Configuring an interface as passive in OSPF prevents the sending and receiving of hello packets but still advertises the connected network.
- OSPF hello packets are essential for neighbor discovery and adjacency formation on active interfaces.
- Passive interfaces in OSPF do not form neighbor relationships, which is useful for interfaces connected to end devices or LAN segments without routers.
- Changing the OSPF network type does not suppress hello packets; it only modifies how OSPF treats the interface for adjacency and DR/BDR election.
- Distribute-lists in OSPF control route advertisement filtering but do not affect hello packet transmission on interfaces.
- To advertise a connected network in OSPF, the interface must be included in the OSPF process, either by enabling OSPF on the interface or using a matching network statement.
- Passive-interface configuration is a common method to advertise networks without forming OSPF adjacencies or sending hello packets.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
OSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement.
Real-world example
How this comes up in practice
A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.
What to study next
Got this wrong? Here's your next step.
Review oSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
IP Routing — study guide chapter
Learn the concepts, then practise the questions
- →
IP Routing practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
IP Routing — This question tests IP Routing — OSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement..
What is the correct answer to this question?
The correct answer is: Enable OSPF on the interface or matching network statement — In OSPF, a passive interface still advertises the connected network but does not send or process hello packets. So the interface must participate in OSPF, and then it must be made passive.
What should I do if I get this 200-301 question wrong?
Review oSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
OSPF advertises connected networks only if the interface is enabled in the OSPF process or matched by a network statement.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: May 17, 2026
This 200-301 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 200-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.