CommonGatewayBgpGracefulRestartConfig

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
Constraints: minimum: 1 maximum: 3600 default: 180

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
Constraints: minimum: 1 maximum: 3600 default: 600

Maximum time (in seconds) before stale routes are removed when BGP restarts.