diff options
author | rebortg <github@ghlr.de> | 2024-01-13 23:12:29 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-01-14 21:11:10 +0100 |
commit | 14c94be155255524d4e05c1f5308233f8b67be03 (patch) | |
tree | d742ee314656029270aa8e7e315b2c2abf3e13e8 /docs/configuration/system/frr.rst | |
parent | 0740593f13225ad72a127e99aaa49d5a32ba5325 (diff) | |
parent | ad280ba6493a76a73b25ca4472365720b10bd412 (diff) | |
download | vyos-documentation-14c94be155255524d4e05c1f5308233f8b67be03.tar.gz vyos-documentation-14c94be155255524d4e05c1f5308233f8b67be03.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation
Diffstat (limited to 'docs/configuration/system/frr.rst')
-rw-r--r-- | docs/configuration/system/frr.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/configuration/system/frr.rst b/docs/configuration/system/frr.rst new file mode 100644 index 00000000..a7f7ff93 --- /dev/null +++ b/docs/configuration/system/frr.rst @@ -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 |