[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgeBgpGracefulRestartConfig

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


Properties

mode 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: DISABLEHELPER_ONLYGRACEFUL_AND_HELPER

Added in 34.0

integer 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
staleRouteTimer Optional

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

JSON Example

{
	"mode": "DISABLE",
	"restartTimer": 0,
	"staleRouteTimer": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    mode:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    restartTimer:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    staleRouteTimer:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Property Of

EdgeBgpConfig

Feedback

Was this page helpful?