summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2022-01-05 10:30:38 +0100
committerDonatas Abraitis <donatas.abraitis@gmail.com>2022-01-06 09:09:05 +0100
commita30fec23f8eaa9e1a776498ef8b91210839d8d88 (patch)
treee6b768b3efd3fcf678413824db6f145a72a377c6 /doc
parentMerge pull request #10294 from opensourcerouting/topotests-nhrp-require-5.0 (diff)
downloadfrr-a30fec23f8eaa9e1a776498ef8b91210839d8d88.tar.xz
frr-a30fec23f8eaa9e1a776498ef8b91210839d8d88.zip
bgpd: Increase maximum supress threshold for dampening to 50,000
rfc7196 recommends: In addition, BGP implementations have an internal constant, which we will call the 'maximum penalty', and the current computed penalty may not exceed it. Router Maximum Penalty: The internal constant for the maximum penalty value MUST be raised to at least 50,000. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst2
-rw-r--r--doc/user/overview.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index dfd865bf3..7a5c57c84 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -515,7 +515,7 @@ Disable checking if nexthop is connected on EBGP sessions
Route Flap Dampening
--------------------
-.. clicmd:: bgp dampening (1-45) (1-20000) (1-20000) (1-255)
+.. clicmd:: bgp dampening (1-45) (1-20000) (1-50000) (1-255)
This command enables BGP route-flap dampening and specifies dampening parameters.
diff --git a/doc/user/overview.rst b/doc/user/overview.rst
index acae3eb27..9345c29a1 100644
--- a/doc/user/overview.rst
+++ b/doc/user/overview.rst
@@ -349,6 +349,8 @@ BGP
:t:`The Resource Public Key Infrastructure (RPKI) to Router Protocol. R. Bush, R. Austein. January 2013.`
- :rfc:`6811`
:t:`BGP Prefix Origin Validation. P. Mohapatra, J. Scudder, D. Ward, R. Bush, R. Austein. January 2013.`
+- :rfc:`7196`
+ :t:`Making Route Flap Damping Usable. C. Pelsser, R. Bush, K. Patel, P. Mohapatra, O. Maennel. May 2014.`
- :rfc:`7313`
:t:`Enhanced Route Refresh Capability for BGP-4. K. Patel, E. Chen, B. Venkatachalapathy. July 2014.`
- :rfc:`7606`