diff options
author | Robert Göhler <github@ghlr.de> | 2021-03-01 18:19:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 18:19:55 +0100 |
commit | 4c23dc8b6afe93091887f4f15bbe821467ac4c60 (patch) | |
tree | 3cc285fda94588899674007415dde5f9269f25c1 | |
parent | 9437dda1dbc4c36ab32b0d28ef8a9d38b101eced (diff) | |
parent | e870bfa977f5246d50d53d0b7dd47039f6b9788d (diff) | |
download | vyos-documentation-4c23dc8b6afe93091887f4f15bbe821467ac4c60.tar.gz vyos-documentation-4c23dc8b6afe93091887f4f15bbe821467ac4c60.zip |
Merge pull request #463 from Cheeze-It/master
BGP: T2100: Adding RFC8212 option toggle.
-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 ^^^^^^^^^^^^^^^^^^^^^^^ |