mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-15 18:12:02 +01:00
frr: T7896: Configure frr profile with 'system frr profile' command (#1700)
This commit is contained in:
parent
626415ac39
commit
0cc6bbe6a4
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user