OSPFv2 Multi-Area with ABR Summarization (Redundant Core)
Bundle lab
Deploy a 5-node OSPFv2 lab featuring a redundant area 0 triangle (R1–R2–R3) and an ABR (R3) connecting to area 1 with branch networks on R4. A client on R1’s area 0 LAN validates reachability to branch loopback networks summarized by the ABR. You will set explicit router-ids from Loopback0, use passive-interface default, advertise R4’s loopbacks as /24s using ip ospf network point-to-point, and summarize area 1 into a /23 on the ABR. Verify FULL adjacencies, a single O IA summary on R1, and end-to-end connectivity. Troubleshoot an introduced area mismatch and interface/addressing issues.
Learning objectives
- Build an OSPFv2 multi-area design with a redundant area 0 triangle and an ABR to area 1
- Set and advertise explicit OSPF router-ids from Loopback0
- Use passive-interface default and selectively enable OSPF on transit links only
- Advertise /24 loopbacks using ip ospf network point-to-point semantics
- Summarize area 1 networks with area range and validate a single O IA summary in area 0
- Verify adjacencies, LSA types, and route tables; test redundancy and failover
- Troubleshoot area mismatches, neighbor states, and route propagation issues
Troubleshooting focus
- A backbone adjacency is stuck in EXSTART/LOADING or never forms: Compare area assignments on both ends of the link. Core links must be area 0 on both ends; the R3–R4 link must be area 1.; Run
show ip interface briefto confirm the interfaces are up/up and the subnets on each side match — no /30 overlaps or typos.; If the neighbor never appears at all, confirm you un-passived the correct transit interface(s). - R3 sees R4's loopbacks as /32s: the point-to-point network type was not applied on Loopback1 and Loopback2. Fix it, then clear the OSPF process or wait for the refresh.
show ip route ospfon R1 shows two /24s instead of a single 10.1.20.0/23: confirm the ABR's area range command and that 10.1.20.0/24 and 10.1.21.0/24 are truly contiguous.- Pings from CLIENT01 fail: trace the first failing hop with traceroute, then inspect that node's route table and its OSPF neighbor and LSDB state.
Topology
Subscribe to preview this lab's topology.
See plansGrade your work
How this lab is graded
- Build it your way. Where a lab lets you choose a value — a VLAN name, an interface description — grading checks that you configured it, not which name you picked. Names that another line has to reference, like an ACL applied with
access-class, are stated in the guide and do have to match. - Addresses, modes and protocol keywords are exact. An IP address, a subnet mask,
switchport mode trunk, an encapsulation — these carry the meaning of the lab, so they are graded as written in the guide. - Grading reads your saved configuration. Export the lab from CML after you have configured it, and make sure anything you set is in the running-config — a change that only exists in a terminal session never reaches the grader.
- You can submit as many times as you like. Your best score stands, and each attempt tells you which checks passed so you can work the gaps.
- Scored something you believe is correct? Use Report an issue on this page — that is exactly how the grading fixes in the changelog got found.
Create a free account to submit your lab for grading.
Create a free accountFound a problem with this lab?
Please sign in to report a problem — tying it to your attempts lets us reproduce and fix it faster.