Back to Learning
CCNA · 200-301Intermediate

OSPF: Passive Interface Surprise

A router advertises a subnet but never forms the intended adjacency. Diagnose the passive-interface scope and fix it yourself, live, right below.

Interactive simRoutingOSPF

Symptom

A router advertises a subnet but never forms the intended adjacency. Identify the passive-interface scope and restore only the required OSPF hello traffic.

Your mission

Prove the cause, then fix it

Format

Guided CLI investigation

OSPF: Passive Interface Surprise

Investigate before you configure.

Use the CLI evidence to isolate the fault, make the smallest safe correction, then verify the network state changed.

Observe the symptom and link state.

Diagnose by comparing the protocol evidence.

Verify the expected device state and confirm the original symptom is resolved.

Console access: R1 · R2

This workspace stacks for portrait phones. Rotate to landscape for the full split-screen console.

Need a hint?

Reveal the root cause when you're ready.

Try the investigation first, then use this as your escape hatch, not a dead end.

Locked

Sign up with your email to open OSPF: Passive Interface Surprise, free. You get the root cause and the full step-by-step fix.

No spam. The fix lands in your inbox too. Signing up includes 4 guided labs free, tracked against your email. After that, the Learning Pass unlocks every remaining lab.

Lab debrief

Turn the session into a repeatable troubleshooting pattern.

Use this reference after your attempt: first explain the symptom, then verify the evidence, then confirm the repair.

The problem

R1 advertises its loopback but has no neighbor on the shared transit link because passive-interface default was configured and the transit interface was not exempted.

What you'll practice

  • Read OSPF protocol configuration
  • Distinguish advertisement from hello behavior
  • Use passive-interface safely
  • Verify a FULL neighbor

The topology

Two routers connect over one transit network and advertise loopbacks into a single OSPF area.

Commands to run yourself

The real diagnostic commands for this lab, copy-paste ready. Run these in the same order to reproduce the investigation on your own session.

Check OSPF neighbors
show ip ospf neighbor
Inspect OSPF settings
show ip protocols
Inspect OSPF interface
show ip ospf interface Ethernet0/0
OSPF: passive interface surpriseR1 advertises its loopback but sends no Hellos on its transit interface.R1Et0/0 · 10.0.12.1/30R2Et0/0 · 10.0.12.2/3010.0.12.0/30passive-interface default on R1R1's passive-interface scopeCompare what's advertised against where Hellos are actually permitted.

Frequently asked

Why keep passive-interface default at all instead of removing it?

passive-interface default is a sound hardening control: it silences Hellos everywhere by default, so only interfaces explicitly exempted send them. The fix isn't removing the default, it's exempting the one transit interface that actually needs adjacencies.

Ready to run this lab yourself?

No setup, no image sourcing. Book a session or ask for a live demo.