neighbor bfd-liveness-detection
Enables BGP to determine quickly whether a BGP neighbor is unreachable by means of a BFD protocol session to the neighbor address or to each member of the specified peer group. The no version disables BFD liveness detection for the neighbor or peer-group members. The default version removes the explicit configuration from the peer or peer group and reestablishes inheritance of the feature configuration.
neighbor { ipAddress | ipv6Address | peerGroupName } bfd-liveness-detection
[ minimum-interval minInterval |
[ minimum-receive-interval minRecInterval ]
[ minimum-transmit-interval minTransInterval ] ] [ multiplier multiplierValue ]{ no | default } neighbor { ipAddress | ipv6Address | peerGroupName } bfd-liveness-detection
- ipAddressIP address of BGP neighbor
- ipv6AddressIPv6 address of BGP neighbor
- peerGroupNameName of a BGP peer group. If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command, unless it is overridden for a specific peer.
- minIntervalMinimum proposed transmit interval and required receive interval for BFD control packets; number in the range 10065535 milliseconds; default value is 300 milliseconds
- minRecIntervalMinimum interval at which the local peer must receive BFD control packets sent by the remote peer; number in the range 10065535 milliseconds; default value is 300 milliseconds
- minTransIntervalMinimum proposed interval between BFD control packets sent by the local peer; number in the range 10065535 milliseconds; default value is 300 milliseconds
- multiplierValueDetection multiplier value that the remote peer router multiplies by the local peer's negotiated transmit interval to determine the remote peer's BFD liveness detection interval; equal to the number of BFD packets that can be missed before the BFD session is declared down; number in the range 1255; default value is 3
Address Family Configuration, Router Configuration
Command introduced in JUNOSe Release 7.2.0.
ipv6Address variable added in JUNOSe Release 8.0.0.