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.

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