mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
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 <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
02012befe8
commit
55d1a98423
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user