diff options
author | Cheeze_It <none@none.com> | 2021-02-25 18:15:34 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2021-02-28 18:19:47 -0700 |
commit | e870bfa977f5246d50d53d0b7dd47039f6b9788d (patch) | |
tree | a0fc92631a6dd1fc92a178cded04b96e34be2180 | |
parent | 13c94ad5eb5366141a2c71ecbd8df4e8378f2e29 (diff) | |
download | vyos-documentation-e870bfa977f5246d50d53d0b7dd47039f6b9788d.tar.gz vyos-documentation-e870bfa977f5246d50d53d0b7dd47039f6b9788d.zip |
BGP: T2100: Adding RFC8212 option toggle.
Adding documentation on the default RFC8212 behavior for FRR, and
how in VyOS we are changing that default. Also added information
on the toggle option to enable/disable said RFC8212 functionality.
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 6b6605a6..bd5a75e1 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -530,8 +530,8 @@ Redistribution Configuration General Configuration --------------------- -Common parametrs -^^^^^^^^^^^^^^^^ +Common parameters +^^^^^^^^^^^^^^^^^ .. cfgcmd:: set protocols bgp <asn> parameters router-id <id> @@ -585,7 +585,17 @@ Common parametrs This command goes hand in hand with the listen range command to limit the amount of BGP neighbors that are allowed to connect to the local router. The limit range is 1 to 5000. - + +.. cfgcmd:: set protocols bgp <asn> parameters ebgp-requires-policy + + This command changes the eBGP behavior of FRR. By default FRR enables + :rfc:`8212` functionality which affects how eBGP routes are advertised, + namely no routes are advertised across eBGP sessions without some + sort of egress route-map/policy in place. In VyOS however we have this + RFC functionality disabled by default so that we can preserve backwards + compatibility with older versions of VyOS. With this option one can + enable :rfc:`8212` functionality to operate. + Administrative Distance ^^^^^^^^^^^^^^^^^^^^^^^ |