Skip to content

Commit

Permalink
Merge pull request #14065 from opensourcerouting/bfd-label-doc
Browse files Browse the repository at this point in the history
doc: remove BFD label command references
  • Loading branch information
mjstapp authored Jul 21, 2023
2 parents 3a58764 + 01ec8c2 commit 90f1e4e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions doc/user/bfd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ BFD peers and profiles share the same BFD session configuration commands.
BFD Peer Specific Commands
--------------------------

.. clicmd:: label WORD

Labels a peer with the provided word. This word can be referenced
later on other daemons to refer to a specific peer.


.. clicmd:: profile BFDPROF

Configure peer to use the profile configurations.
Expand Down Expand Up @@ -443,7 +437,6 @@ Here is an example of BFD configuration:

bfd
peer 192.168.0.1
label home-peer
no shutdown
!
!
Expand All @@ -457,7 +450,7 @@ Here is an example of BFD configuration:
!

Peers can be identified by its address (use ``multihop`` when you need
to specify a multi hop peer) or can be specified manually by a label.
to specify a multi hop peer).

Here are the available peer configurations:

Expand Down Expand Up @@ -500,7 +493,6 @@ Here are the available peer configurations:

! configure a peer with every option possible
peer 192.168.0.4
label peer-label
detect-multiplier 50
receive-interval 60000
transmit-interval 3000
Expand Down Expand Up @@ -548,7 +540,6 @@ You can inspect the current BFD peer status with the following commands:
Echo receive interval: 50ms

peer 192.168.1.1
label: router3-peer
ID: 2
Remote ID: 2
Status: up
Expand All @@ -571,7 +562,6 @@ You can inspect the current BFD peer status with the following commands:
frr# show bfd peer 192.168.1.1
BFD Peer:
peer 192.168.1.1
label: router3-peer
ID: 2
Remote ID: 2
Status: up
Expand Down

0 comments on commit 90f1e4e

Please sign in to comment.