From 55d1a98423a789f85acae911926e1d5b67c3d8c7 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Thu, 21 May 2020 08:26:27 -0300 Subject: [PATCH] doc: document BGP BFD command with profile 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 --- doc/user/bfd.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index 40c2247b5b..b34bcba34d 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -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 bfd profile BFDPROF +.. clicmd:: neighbor bfd profile BFDPROF + + Same as command ``neighbor bfd``, but applies the + BFD profile to the sessions it creates or that already exist. + + +.. index:: no neighbor bfd profile BFDPROF +.. clicmd:: no neighbor bfd profile BFDPROF + + Removes the BFD profile configuration from peer session(s). + + .. _bfd-ospf-peer-config: OSPF BFD Configuration -- 2.39.5