neighbor fall-over bfd
Syntax
neighbor {<IPV4-ADDR>|<PEER-GROUP-NAME>} fall-over bfd
no neighbor {<IPV4-ADDR>|<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.
Command context
config-bgp
Parameters
<IP-ADDR>
Specifies an IP address in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255.<PEER-GROUP-NAME>
Specifies a peer group.
Authority
Administrators or local user group members with execution rights for this command.
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