[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

BgpGracefulRestartConfig

Configuration field to hold BGP restart mode and timer.


Properties

string
mode Optional

If mode is DISABLE, then graceful restart and helper modes are disabled. If mode is GR_AND_HELPER, then both graceful restart and helper modes are enabled. If mode is HELPER_ONLY, then helper mode is enabled. 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.

Possible values are: DISABLEGR_AND_HELPERHELPER_ONLY


timer Optional

Configuration field to hold BGP restart timers.

JSON Example

{
	"mode": "DISABLE",
	"timer": {
		"restart_timer": 0,
		"stale_route_timer": 0
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyConnectivity
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

InlineBgpRoutingConfig1

Feedback

Was this page helpful?