Information

Author(s) Noah Van Horenbeke
Deadline Καμία προθεσμία
Submission limit No limitation

Συνδεθείτε

1 - OSPF Adjacencies

🎯 Learning Objectives

This lab will allow you to:

  • Diagnose: use vtysh to inspect OSPFv3 adjacencies and identify why neighbors fail to reach the Full state.
  • Fix: identify and resolve configuration errors related to interfaces, MTU, passive mode, router-id, and IPv6 addressing.

In this lab, you will need to verify and enforce the following intradomain routing property:

  • All routers must form FULL OSPFv3 adjacencies with each of their expected neighbors on every shared segment.

In this lab, all OSPFv3 interface costs are uniformly set to 10 on every link. Cost is therefore not relevant here: the only question you must answer is whether each pair of expected neighbors reaches the Full state.

Lab Presentation

Lab network topology

This image represents the correct topology (without errors) that you should obtain after debugging.

About OSPF costs: Do not modify costs. They are not the source of any problem here.

This lab contains a preconfigured network infrastructure, but several intentional errors have been introduced. Your goal is to identify and fix them so that every expected neighbor relationship reaches the Full state.

📥 Download the Base Lab

Download the starting archive
To begin the exercise, you need to download the archive. It contains the base configuration with errors to fix.

Diagnostic Tools

vtysh is the unified command-line interface of FRRouting.

Useful commands for diagnosing OSPFv3 adjacencies:

# Access vtysh
root@r1:/# vtysh
r1#

# Show running configuration (router-id, interfaces, passive, mtu)
show running-config

# Show OSPFv3 neighbors and their adjacency state
show ipv6 ospf6 neighbor

# Inspect interface-level OSPF state (passive, hello timers, ifmtu, cost)
show ipv6 ospf6 interface <ifname>

# Inspect IPv6 addressing and link state of an interface
show interface <ifname>

Submit your corrected lab

As OSPF may take some time to converge, every submission takes at least 1min to be evaluated.


Max file size: 9.5 MiB
Allowed extensions: .zip