August 17, 2022 | Leave a comment Debian 9 server poses a few issues that do not allow FRR to be easily installed. Here are the steps to easily install the routing package. sudo apt-get install lsb-release FRRVER="frr-stable" echo deb https://deb.frrouting.org/frr $(lsb_release -s -c) $FRRVER | sudo tee -a /etc/apt/sources.list.d/frr.list sudo apt-get install apt-transport-https sudo apt update && sudo apt install frr frr-pythontools to activate the FRR shell type “sudo vtysh” -Carmine Bufano Share this: Click to share on Facebook (Opens in new window) Facebook Click to share on X (Opens in new window) X Click to print (Opens in new window) Print Click to share on LinkedIn (Opens in new window) LinkedIn More Click to share on X (Opens in new window) X Like this:Like Loading... Related