Informasjon

Forfatter(e) Noah Van Horenbeke
Frist Ingen frist
Innleveringsgrense Ingen begrensning

Logg inn

2 - iBGP

🎯 Learning Objectives

This lab will allow you to:

  • Diagnose: use vtysh to inspect iBGP configuration.
  • Fix: identify and resolve configuration errors

Lab Presentation

Lab network topology

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

Within each Autonomous System (AS), routers should be configured in a full-mesh iBGP.

Each router should advertises its loopback address as a BGP prefix.

This lab contains a preconfigured network infrastructure, but several intentional errors have been introduced. It's up to you to identify and fix them!

📥 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.
[1]This file gives a score of ~80%, the goal is to reach 100%.

Diagnostic Tools

vtysh is the unified command-line interface of FRRouting (the routing software used in the containers).

It allows you to configure and inspect all routing protocols (BGP, OSPF, RIP, etc.) from a single interface.

Useful commands for diagnosing BGP:

# Access vtysh on r5
root@r5:/# vtysh
r5#

# All following commands are run inside vtysh

# Displays the active BGP configuration
show running-config

# Display BGP neighbor summary (session status)
show bgp ipv6 summary

# Display the complete BGP routing table (learned routes)
show bgp ipv6 unicast

# Display routes specific to a neighbor
show bgp ipv6 neighbors <IP> routes
The show running-config command allows you to display the active BGP configuration. This is an excellent way to check if your configuration file is properly loaded (without syntax errors).

Submit your corrected zip here

The convergence time is set to 50 secondes, it's normal if it takes some time


Maksimal filstørrelse: 9.5 MiB
Tillatte filetternavn: .zip