Difference between revisions of "Linux FRR"
From Teknologisk videncenter
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Free Range Routing or FRRouting or FRR is a network routing software suite running on Unix-like platforms, particularly Linux, Solaris, OpenBSD, FreeBSD and NetBSD. It was created as a fork from Quagga, which itself was a fork of GNU Zebra. FRRouting is distributed under the terms of the GNU General Public License v2 (GPL2). [https://en.wikipedia.org/wiki/FRRouting FRR on Wikipedia] | Free Range Routing or FRRouting or FRR is a network routing software suite running on Unix-like platforms, particularly Linux, Solaris, OpenBSD, FreeBSD and NetBSD. It was created as a fork from Quagga, which itself was a fork of GNU Zebra. FRRouting is distributed under the terms of the GNU General Public License v2 (GPL2). [https://en.wikipedia.org/wiki/FRRouting FRR on Wikipedia] | ||
+ | |||
+ | =startup_config= | ||
+ | Startup_config saved in newer versions use common configuration file instead of per-daemon based. | ||
+ | |||
+ | ''/etc/frr/frr.conf'' | ||
+ | |||
+ | To enable this alter ''/etc/frr/daemons'' start of ''zebra'' | ||
+ | |||
=Links= | =Links= | ||
*[https://frrouting.org/ FRR homepage] | *[https://frrouting.org/ FRR homepage] | ||
+ | *[https://www.uni-koeln.de/~pbogusze/posts/FRRouting_openfabric_tech_demo.html Open Fabric spine/leaf demo] | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 15:50, 6 April 2025
Free Range Routing or FRRouting or FRR is a network routing software suite running on Unix-like platforms, particularly Linux, Solaris, OpenBSD, FreeBSD and NetBSD. It was created as a fork from Quagga, which itself was a fork of GNU Zebra. FRRouting is distributed under the terms of the GNU General Public License v2 (GPL2). FRR on Wikipedia
startup_config
Startup_config saved in newer versions use common configuration file instead of per-daemon based.
/etc/frr/frr.conf
To enable this alter /etc/frr/daemons start of zebra