]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: document BGP BFD command with profile
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 21 May 2020 11:26:27 +0000 (08:26 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 29 May 2020 20:48:14 +0000 (17:48 -0300)
Let the user know its possible to create BFD sessions with profiles
applied to it or apply profile to already created sessions.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
doc/user/bfd.rst

index 40c2247b5b5b43ee481232708237e8dab877c92b..b34bcba34df1e692798d1c340e5836a06d4625e4 100644 (file)
@@ -232,6 +232,20 @@ The following commands are available inside the BGP configuration node.
    Disallow to write CBIT independence in BFD outgoing packets. Also disallow
    to ignore BFD down notification. This is the default behaviour.
 
+
+.. index:: neighbor <A.B.C.D|X:X::X:X|WORD> bfd profile BFDPROF
+.. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> bfd profile BFDPROF
+
+   Same as command ``neighbor <A.B.C.D|X:X::X:X|WORD> bfd``, but applies the
+   BFD profile to the sessions it creates or that already exist.
+
+
+.. index:: no neighbor <A.B.C.D|X:X::X:X|WORD> bfd profile BFDPROF
+.. clicmd:: no neighbor <A.B.C.D|X:X::X:X|WORD> bfd profile BFDPROF
+
+   Removes the BFD profile configuration from peer session(s).
+
+
 .. _bfd-ospf-peer-config:
 
 OSPF BFD Configuration