From a03fd133f0c515f33abb56eae1031cae6bdc4668 Mon Sep 17 00:00:00 2001 From: M Artimy Date: Wed, 8 May 2024 10:21:14 -0300 Subject: [PATCH] Update --- ring/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ring/README.md b/ring/README.md index f02fd19..5651038 100644 --- a/ring/README.md +++ b/ring/README.md @@ -16,6 +16,12 @@ VTEP discovery is done using three strategies: The network topology is specified in the containerlab file `vxlan-ring.clab.yaml`. The file specifies the images needed for each node as well as any configuration files and startup commands. Consult the [containerlab documentation](https://containerlab.dev/manual/topo-def-file/) for more information about the topology. +To enable OSPF on the routers, the daemons file used by FRR must include the following line: + +``` +ospfd=yes +``` + The router configuration files are in the *-frr.conf files. The files include the interface and OSPF configurations for each router. All router-facing interfaces belong to OSPF area 0. The OSPF distributes routes to all connected networks, including the loop-back interfaces, which are used by the VxLAN. The VxLAN configuration reside in the `setup-vxlan-*.sh` script files. Each file executes a slightly different set of commands to configure a Linux bridge and a VxLAN interface in each router, depending on the VTEP discovery strategy.