Skip to content

enable_mpls

Thomas Holterbach edited this page Apr 9, 2022 · 4 revisions

Enable MPLS

We list the parameters to modify so that the routers support MPLS within the mini-Internet.

Turn on LDP on the FRR routers

You must turn on the LDP daemon in the FRR routers by replacing ldpd=no with ldpd=yes in the config/daemons configuration file.

Give full privilege to the containers running a router

To enable MPLS on the interfaces of the routers, the containers hosting the routers must start with the --priviliged option. You need to update the setup/container_setup.sh script to do that.

⚠️ You should avoid using --privileged and give access to the container using bash (with the linux option in the l3_routers.txt configuration file) to prevent security issues.