IntermediatePublished 2026-08-16
CCNA: OSPFv3 Across Three Routers — Cost and Path Choice
Archive lab
Daily CCNA IPv6 lab: build OSPFv3 across a three-router triangle with dual-stack links and real end hosts. IPv4 OSPFv2 is pre-built and forwarding end-to-end as the baseline. Your tasks: bring R3 into OSPFv3 with an explicit router-id and enable it per-interface, activate OSPFv3 on R1’s R3-facing interface, then steer the preferred IPv6 path by adjusting interface cost. Verify neighbor state, routes, and end-to-end IPv6 reachability from host to host.
Learning objectives
- Form OSPFv3 adjacencies using per-interface activation and explicit router-ids
- Advertise IPv6 LANs and transit segments in OSPFv3 and verify routes
- Manipulate OSPFv3 path selection with an interface cost change
- Validate ECMP/preference and forwarding with show commands and host-based ping6/traceroute
- Contrast IPv4 (baseline OSPFv2) and IPv6 (OSPFv3) control planes on the same topology
Troubleshooting focus
- If adjacencies do not form: Confirm both ends of each transit have OSPFv3 enabled per-interface and are in the same area.; Check that IPv6 link-local addressing exists (it’s automatic) and that interfaces are up/up.
- If routes are missing: Ensure the LAN interfaces are enabled for OSPFv3 on the routers that own them.; Verify the OSPFv3 process has a valid explicit router-id.
- If the path is not the one you intend: Confirm the interface cost was set on the correct exit interface, and that it is 21 or more — a cost of exactly 20 ties with the path via R2 at 30 each, so OSPF installs both routes and nothing is steered.; Re-check after flapping the interface or waiting for SPF to run; use show ipv6 ospf interface to confirm the cost in effect.
- If host pings fail but routes look correct: Verify the host default gateways (IPv4 and IPv6), masks/prefix lengths, and that the gateway addresses match those configured on the routers.; Use traceroute -6 from the host to see where the path stops and compare with router routing tables.
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.