Skip to content

Commit

Permalink
frr: T4020: document multiple per daemon config knobs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Dec 15, 2023
1 parent c99f6c0 commit 4aeedc9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/configuration/system/frr.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.. _system_frr:

###
FRR
###

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.

.. cfgcmd:: set system frr bmp

Enable :abbr:`BMP (BGP Monitoring Protocol)` support

.. cfgcmd:: set system frr descriptors <numer>

This allows the operator to control the number of open file descriptors
each daemon is allowed to start with. If the operator plans to run bgp with
several thousands of peers then this is where we would modify FRR to allow
this to happen.

.. cfgcmd:: set system frr irdp

Enable ICMP Router Discovery Protocol support

.. cfgcmd:: set system frr snmp <daemon>

Enable SNMP support for an individual routing daemon.

Supported daemons:

- bgpd
- isisd
- ldpd
- ospf6d
- ospfd
- ripd
- zebra
1 change: 1 addition & 0 deletions docs/configuration/system/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ System
conntrack
console
flow-accounting
frr
host-name
ip
ipv6
Expand Down

0 comments on commit 4aeedc9

Please sign in to comment.