InlineEdgeBgpNeighbor1
InlineEdgeBgpNeighbor1
JSON Example
{
"gracefulRestartMode": "string",
"bfd": {
"enabled": false,
"bfdInterval": 0,
"declareDeadMultiple": 0
},
"ipAddressTypeFiltering": "string"
}
gracefulRestartMode
Optional
Describes Graceful Restart configuration Modes for BGP configuration on an Edge Gateway. HELPER_ONLY mode is the ability for a BGP speaker to indicate its ability to preserve forwarding state during BGP restart. GRACEFUL_RESTART mode is the ability of a BGP speaker to advertise its restart to its peers.
- DISABLE - Both graceful restart and helper modes are disabled.
- HELPER_ONLY - Only helper mode is enabled.
- GRACEFUL_AND_HELPER - Both graceful restart and helper modes are enabled.
Possible values are : DISABLE, HELPER_ONLY, GRACEFUL_AND_HELPER,
string
ipAddressTypeFiltering
Optional
Specifies IP address type based filtering in each direction. Setting the value to 'DISABLED' will disable address family based filtering.
Possible values are : IPV4, IPV6, DISABLED,