OcNOS-RON-6.3.1 : Layer 3 Guide : Border Gateway Protocol Command Reference : BGP Commands : neighbor fall-over bfd
neighbor fall-over bfd
Use this command to enable the BFD for BGP peers.
Use the no form of the command to disable the BFD option for BGP peers.
Command Syntax
neighbor (A.B.C.D|X:X::X:X|WORD) fall-over bfd (multihop|)
no neighbor (A.B.C.D|X:X::X:X|WORD) fall-over bfd (multihop|)
Parameters
A.B.C.D
Address of the BGP neighbor in an IPv4 format.
X:X::X:X
Address of the BGP neighbor in an IPv6 format
WORD
Name of a BGP peer group created with the neighbor WORD peer-group command. When you specify this parameter, the command applies to all peers in the group.
multihop
Enable multihop
Default
Bidirectional Forwarding Detection for BGP peers is disabled by default.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)#router bgp 100
(config-router)#neighbor 10.2.3.4 fall-over bfd
(config-router)#
(config-router)#neighbor 10.2.3.4 fall-over bfd multihop
Last modified date: 07-13-2023