neighbor fall-over bfd
Syntax
neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} fall-over bfd
no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} fall-over bfd
Description
This command enables BGP to register with BFD to receive fast peering session deactivation messages from BFD.
The
no
form of this command disables BGP for BFD.
NOTE:
Currently, BFD is supported only with IPv4 neighbors. Support to enable BFD with IPv6 neighbors will be added in a future release.
Command context
config-bgp
Parameters
<IP-ADDRESS>
Specifies an IP address.
<PEER-GROUP-NAME>
Specifies a peer group.
Authority
Administrators
Examples
switch(config-bgp)# neighbor 1.1.1.1 fall-over switch(config-bgp)# no neighbor 1.1.1.1 fall-over bfd
switch(config-bgp)# neighbor PG fall-over switch(config-bgp)# no neighbor PG fall-over bfd