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:FacebookTwitterPrintLinkedInMoreXLike this:Like Loading... Related