summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-11-01 11:37:32 -0400
committerGitHub <noreply@github.com>2024-11-01 11:37:32 -0400
commit77632a7ec3449cf0013a0ca3fe2dd9d5e5e5d6b0 (patch)
tree73f6b7fe9e6f34c2912ba18745f19e2163de82d0 /doc
parent248ee22b9df990a654d1e5eec8976fe98e7fb277 (diff)
parentc735f25abb0c454a49b08de60fa2ed5521133f9a (diff)
Merge pull request #17194 from LabNConsulting/aceelindem/ospf-ls-refresh-interval-fix
ospfd: Fix opaque LSA refresh interval and modify LSA cmds.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/ospfd.rst38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst
index b80adba7f0..b2571dfd70 100644
--- a/doc/user/ospfd.rst
+++ b/doc/user/ospfd.rst
@@ -200,6 +200,44 @@ To start OSPF process you have to specify the OSPF router.
This command supersedes the *timers spf* command in previous FRR
releases.
+.. clicmd:: timers throttle lsa all (0-5000)
+
+ This command sets the minumum interval between originations of the
+ same LSA or the `minimum LSA refresh interval`. The time is specified
+ in milliseconds and the default is 5 seconds (5000 milliseconds) consistent
+ with the architectual constant MinLSInterval specified in Appendix D of
+ RFC 2328. When a self-originated LSA needs to be reoriginated, it may be
+ delayed for up to this interval.
+
+ .. code-block:: frr
+
+ router ospf
+ timers throttle lsa all 1000
+
+
+ In this example, the `mininum LSA refresh interval` is set to 1000ms. This
+ command reduces the delay between successive originations of a self-originated
+ LSA from 5000 milliseconds to 1000 milliseconds.
+
+.. clicmd:: timers lsa min-arrival (0-5000)
+
+ This command sets the minumum interval between receptions of instances of
+ the same LSA or the `minimum LSA arrival interval`. The time is specified in
+ milliseconds and the default is 1 second (1000 milliseconds) consistent with
+ the architectual constant MinLSArrival specified in Appendix D of RFC 2328. If a
+ newer instance of the same LSA is received in less than this interval, it is
+ ignored.
+
+ .. code-block:: frr
+
+ router ospf
+ timers lsa min-arrival 50
+
+
+ In this example, the `minimum LSA arrival interval` is set to 50ms. This
+ command reduces the minimum interval required between instances of the same
+ LSA from 1000 milliseconds to 50 milliseconds.
+
.. clicmd:: max-metric router-lsa [on-startup (5-86400)|on-shutdown (5-100)]
.. clicmd:: max-metric router-lsa administrative