ee2863a92d6a6d34485dfd732a2d053523202428
howto/frr.md
... | ... | @@ -1,14 +1,16 @@ |
1 | 1 | To quote from <https://frrouting.org/>: |
2 | 2 | |
3 | -"FRRouting (FRR) is a free and open source Internet routing protocol suite for Linux and Unix platforms. It implements BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric and VRRP, with alpha support for EIGRP and NHRP." |
|
3 | +> FRRouting (FRR) is a free and open source Internet routing protocol suite for Linux and Unix platforms. It implements BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric and VRRP, with alpha support for EIGRP and NHRP. |
|
4 | 4 | |
5 | 5 | It features a similar configuration style to Cisco IOS. |
6 | 6 | |
7 | 7 | ### Installation |
8 | -Install the `frr` and `frr-pythontools` package on your favourite Linux/BSD distribution. For BGP RPKI support, also install `frr-rpki`. _Make sure you are using frr version 8.5 or greater for IPv6 link local peerings._ |
|
8 | +Install the `frr` and `frr-pythontools` package on your favourite Linux/BSD distribution. For BGP RPKI support, also install `frr-rpki`. _Make sure you are using FRR version 8.5 or greater for IPv6 link local peerings._ |
|
9 | 9 | |
10 | 10 | - More installation options: <https://docs.frrouting.org/en/latest/installation.html> |
11 | -- Releases: <https://frrouting.org/release/> |
|
11 | +- releases: <https://frrouting.org/release/> |
|
12 | + |
|
13 | +If your distribution doesn't have the latest FRR version, check the releases page. FRR supplies Debian packages, RPM packages and Snaps. |
|
12 | 14 | |
13 | 15 | ## Configuration |
14 | 16 |