diff options
author | factor2431 <factor2431@outlook.com> | 2025-06-20 18:27:33 +0800 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-24 04:16:58 +0000 |
commit | 23c394285ff019578f8e14b9d978ddf43ad7f077 (patch) | |
tree | 7238529fec8593c451f73cd7b2cb03c1f55cfae5 /docs/configuration/protocols/bgp.rst | |
parent | 3a23a766fc7444bc99f45d26972d3b237e092030 (diff) | |
download | vyos-documentation-mergify/bp/sagitta/pr-1648.tar.gz vyos-documentation-mergify/bp/sagitta/pr-1648.zip |
T7531: Add documentation for no-ipv6-auto-ramergify/bp/sagitta/pr-1648
(cherry picked from commit 102eb9d462d7dcaaba71c1b7e27cf91fda84a21f)
Diffstat (limited to 'docs/configuration/protocols/bgp.rst')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 85bb41ca..ab07308d 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -627,6 +627,12 @@ Common parameters Disable immediate session reset if peer's connected link goes down. +.. cfgcmd:: set protocols bgp parameters no-ipv6-auto-ra + + By default, FRR sends router advertisement packets when Extended Next Hop is + on or when a connection is established directly using the device name (Unnumbered BGP). + Setting this option prevents FRR from sending router advertisement packets, but could break Unnumbered BGP. + .. cfgcmd:: set protocols bgp listen range <prefix> peer-group <name> This command is useful if one desires to loosen the requirement for BGP |