routing-lab/README.md

22 lines
947 B
Markdown

# Routing Lab
Hi, this is [me](https://s3lph.me) getting some hands-on experience with routing protocols by building a small docker-compose based lab environment.
The contents of this repository are licensed under the [MIT license](LICENSE), so feel free to fork, reuse and expand it.
> [!IMPORTANT]
> This lab environment uses IPv6 **exclusively**.
> [IPv6 support](https://docs.docker.com/config/daemon/ipv6/) **must** be enabled in Docker beforehand!
## General Info
- For detailed infos for each lab, check out the labs' README files.
- To get a lab environment up and running, `cd` into that directory and run `docker-compose up`.
- Unless otherwise notedf, each lab runs an [alice-lg](https://github.com/alice-lg/alice-lg) looking class on [http://localhost:7340](http://localhost:7340).
## Labs
1. [eBGP Routing with OpenBGPD](lab001-openbgpd-ebgp/)
1. [eBGP Routing with an OpenBGPD Route Server](lab002-openbgpd-ix-routeserver/)