Enable method of the PS_BgpRouteFlapDampening class

Starts performing route dampening for the flapping BGP routes.

Syntax

uint32 Enable(
  [in]  string                      RoutingDomain,
  [in]  boolean                     PassThru,
  [in]  boolean                     Force,
  [out] BgpRouteFlapDampeningConfig cmdletOutput
);

Parameters

RoutingDomain [in]

User-defined unique alphanumeric identifier for the Routing domain or tenant.

PassThru [in]

true to indicate that the method returns an output object. The default is false.

Force [in]

true for no end-user confirmation prompt when calling this method. The default is false.

cmdletOutput [out]

If PassThru is true, returns an embedded instance of the current object.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
Ramgmtpsprovider.mof
DLL
RAMgmtPSProvider.dll

See also

PS_BgpRouteFlapDampening