CommonGatewayBgpGracefulRestartConfig
CommonGatewayBgpGracefulRestartConfig
Describes current graceful restart configuration mode and timer for BGP configuration on a Gateway.
JSON Example
{
"restartTimer": 0,
"staleRouteTimer": 0
}
integer As int32 As int32
restartTimer
Optional
Maximum time taken (in seconds) for a BGP session to be established after a restart. If the session is not re-established within this timer, the receiving speaker will delete all the stale routes from that peer.
integer As int32 As int32
staleRouteTimer
Optional
Maximum time (in seconds) before stale routes are removed when BGP restarts.