Difference between revisions of "Linux FRR"

From Teknologisk videncenter
Jump to: navigation, search
m
m
 
Line 7: Line 7:
  
 
To enable this alter ''/etc/frr/daemons'' start of ''zebra''
 
To enable this alter ''/etc/frr/daemons'' start of ''zebra''
<source lang=bash>
 
 
  
 
=Links=
 
=Links=

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

Links