ProviderGatewayBgpBfdConfig
ProviderGatewayBgpBfdConfig
Describes BFD configuration for failure detection.
JSON Example
{
"enabled": false,
"bfdInterval": 0,
"declareDeadMultiple": 0
}
boolean
enabled
Optional
A flag indicating whether BFD configuration is enabled or not.
integer As int32
As int32
bfdInterval
Optional
Constraints:
minimum: 300
maximum: 60000
default: 1000
Specifies the time interval (in milliseconds) between heartbeat packets.
integer As int32
As int32
declareDeadMultiple
Optional
Constraints:
minimum: 2
maximum: 16
default: 3
Number of times heartbeat packet is missed before BFD declares that the neighbor is down.