frr: T7896: Configure frr profile with 'system frr profile' command (#1700)

This commit is contained in:
bl0way 2025-11-03 15:01:24 +01:00 committed by GitHub
parent 626415ac39
commit 0cc6bbe6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
FRR 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, 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 .. 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> .. 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 .. 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> .. cfgcmd:: set system frr snmp <daemon>