BfdConfigParameters

BfdConfigParameters
BfdConfigParameters

BFD configuration for the given Peer.

JSON Example
{
    "declare_dead_multiple": 0,
    "receive_interval": 0,
    "transmit_interval": 0
}
integer As int64 As int64
declare_dead_multiple
Optional
Constraints: minimum: 2 maximum: 16 default: 3

Number of times a packet is missed before BFD declares the neighbor down.

integer As int64 As int64
receive_interval
Optional
Constraints: minimum: 50 maximum: 60000 default: 500

The time interval (in milliseconds) between heartbeat packets for BFD when receiving heartbeats.| For edge cluster type of bare metal, this value should be >= 50ms.| For edge cluster type of virtual machine or hybrid, this value should be >= 500ms.

integer As int64 As int64
transmit_interval
Optional
Constraints: minimum: 50 maximum: 60000 default: 500

The time interval (in milliseconds) between heartbeat packets for BFD when sending heartbeats.| For edge cluster type of bare metal, this value should be >= 300ms.| For edge cluster type of virtual machine or hybrid, this value should be >= 1000ms.