EdgeBgpGracefulRestartConfig

EdgeBgpGracefulRestartConfig
EdgeBgpGracefulRestartConfig

Describes current graceful restart configuration mode and timer for BGP configuration on an edge gateway.

JSON Example
{
    "mode": "string",
    "restartTimer": 0,
    "staleRouteTimer": 0
}
mode
Optional

mode

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.

Availability
Added in 34.0
Property Of