Skip to content

Instantly share code, notes, and snippets.

@ffund
Last active November 24, 2021 10:32
Show Gist options
  • Save ffund/59b15ab7700e9602813e7c096cda9e13 to your computer and use it in GitHub Desktop.
Save ffund/59b15ab7700e9602813e7c096cda9e13 to your computer and use it in GitHub Desktop.
FRR multicast setup
curl -s https://deb.frrouting.org/frr/keys.asc | sudo apt-key add -
echo deb https://deb.frrouting.org/frr $(lsb_release -s -c) frr-stable | sudo tee -a /etc/apt/sources.list.d/frr.list
sudo apt update
sudo apt -y install frr frr-pythontools nload
sudo sed -i 's/pimd=no/pimd=yes/g' /etc/frr/daemons
sudo sed -i 's/ospfd=no/ospfd=yes/g' /etc/frr/daemons
sudo systemctl restart frr.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment