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
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-router
Parameters
<IP-ADDRESS>
Specifies an IP address.
<PEER-GROUP-NAME>
Specifies a peer group.
Authority
Administrators
Examples
switch(config-router)# neighbor 1.1.1.1 fall-over switch(config-router)# no neighbor 1.1.1.1 fall-over bfd
switch(config-router)# neighbor PG fall-over switch(config-router)# no neighbor PG fall-over bfd