diff options
author | Russ White <russ@riw.us> | 2023-04-25 17:54:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 17:54:32 +0200 |
commit | 257fddaeb6b2d0d1fed40164ffd54fae04bcddda (patch) | |
tree | 68e0dc5d694b4e870de5c9e733c422ed9de9ca98 /doc | |
parent | Merge pull request #13326 from opensourcerouting/feature/rip_topotest_distrib... (diff) | |
parent | doc: RIP BFD integration documentation (diff) | |
download | frr-257fddaeb6b2d0d1fed40164ffd54fae04bcddda.tar.xz frr-257fddaeb6b2d0d1fed40164ffd54fae04bcddda.zip |
Merge pull request #13246 from opensourcerouting/rip-bfd
ripd: support BFD integration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bfd.rst | 28 | ||||
-rw-r--r-- | doc/user/overview.rst | 2 |
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index 1a4299677..776726f19 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -10,6 +10,7 @@ the following RFCs: * :rfc:`5880` * :rfc:`5881` +* :rfc:`5882` * :rfc:`5883` Currently, there are two implementations of the BFD commands in FRR: @@ -353,6 +354,33 @@ The following commands are available inside the interface configuration node. that interface. +.. _bfd-rip-peer-config: + +RIP BFD configuration +--------------------- + +The following commands are available inside the interface configuration node: + +.. clicmd:: ip rip bfd + + Automatically create BFD session for each RIP peer discovered in this + interface. When the BFD session monitor signalize that the link is down + the RIP peer is removed and all the learned routes associated with that + peer are removed. + + +.. clicmd:: ip rip bfd profile BFD_PROFILE_NAME + + Selects a BFD profile for the BFD sessions created in this interface. + + +The following command is available in the RIP router configuration node: + +.. clicmd:: bfd default-profile BFD_PROFILE_NAME + + Selects a default BFD profile for all sessions without a profile specified. + + .. _bfd-static-peer-config: BFD Static Route Monitoring Configuration diff --git a/doc/user/overview.rst b/doc/user/overview.rst index 5ea33d62c..33a193462 100644 --- a/doc/user/overview.rst +++ b/doc/user/overview.rst @@ -465,6 +465,8 @@ BFD :t:`Bidirectional Forwarding Detection (BFD), D. Katz, D. Ward. June 2010` - :rfc:`5881` :t:`Bidirectional Forwarding Detection (BFD) for IPv4 and IPv6 (Single Hop), D. Katz, D. Ward. June 2010` +- :rfc:`5882` + :t:`Generic Application of Bidirectional Forwarding Detection (BFD), D. Katz, D. Ward. June 2010` - :rfc:`5883` :t:`Bidirectional Forwarding Detection (BFD) for Multihop Paths, D. Katz, D. Ward. June 2010` |