-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
frr: T4020: document multiple per daemon config knobs
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ System | |
conntrack | ||
console | ||
flow-accounting | ||
frr | ||
host-name | ||
ip | ||
ipv6 | ||
|