Skip to content

enable_multicast

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

Enable Multicast

We now explain how to enable Multicast within the mini-Internet.

Turn on PIM on the FRR routers

You must replace pimd=no with pimd=yes in config/daemons configuration to turn on the PIM protocol on the FRR routers.

Use a host image that provide Multicast tools

The docker containers used for the hosts within the mini-Internet must come with the basic Multicast tools that are required to test Multicast. The hostm docker image includes multicast tools such as smcroute or mtools and can be used instead of the host image. The vlc docker image comes with vlc, that is useful to stream a multicast video. Feel free to use your own image if you prefer.