diff options
| author | bl0way <79900311+bl0way@users.noreply.github.com> | 2025-11-03 15:01:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 14:01:24 +0000 |
| commit | 0cc6bbe6a45e731ee52a795dfbb5449b8146e3f6 (patch) | |
| tree | 290830b3ebe7c6a80da6e52e15e07a8ff739cfb4 /docs/configuration/system | |
| parent | 626415ac3943630c36b3fa286a58eac3166acde6 (diff) | |
| download | vyos-documentation-0cc6bbe6a45e731ee52a795dfbb5449b8146e3f6.tar.gz vyos-documentation-0cc6bbe6a45e731ee52a795dfbb5449b8146e3f6.zip | |
frr: T7896: Configure frr profile with 'system frr profile' command (#1700)
Diffstat (limited to 'docs/configuration/system')
| -rw-r--r-- | docs/configuration/system/frr.rst | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/configuration/system/frr.rst b/docs/configuration/system/frr.rst index a7f7ff93..2fa6e3c3 100644 --- a/docs/configuration/system/frr.rst +++ b/docs/configuration/system/frr.rst @@ -4,13 +4,13 @@ FRR ### -VyOS uses [FRRouting](https://frrouting.org/) as the control plane for dynamic +VyOS uses `FRRouting <https://frrouting.org/>`_ as the control plane for dynamic and static routing. The routing daemon behavior can be adjusted during runtime, -but require either a restart of the routing daemon, or a reboot of the system. +but requires either a restart of the routing daemon, or a reboot of the system. .. cfgcmd:: set system frr bmp - Enable :abbr:`BMP (BGP Monitoring Protocol)` support + Enable :abbr:`BMP (BGP Monitoring Protocol)` support. .. cfgcmd:: set system frr descriptors <numer> @@ -21,7 +21,12 @@ but require either a restart of the routing daemon, or a reboot of the system. .. cfgcmd:: set system frr irdp - Enable ICMP Router Discovery Protocol support + Enable ICMP Router Discovery Protocol support. + +.. cfgcmd:: set system frr profile <traditional | datacenter> + + Select an FRR profile to adapt its default settings. If unset, the + traditional profile is applied. .. cfgcmd:: set system frr snmp <daemon> |
