Share via


Set method of the PS_BgpRouteFlapDampening class

Set-BgpRouteFlapDampening cmdlet configures the BGP Route Dampening engine.

Syntax

uint32 Set(
  [in]  string                      RoutingDomain,
  [in]  uint32                      ReuseThreshold,
  [in]  uint32                      SuppressThreshold,
  [in]  uint32                      HalfLife,
  [in]  uint32                      HalfLifeUnreachable,
  [in]  uint32                      MaxSuppressTime,
  [in]  boolean                     PassThru,
  [in]  boolean                     Force,
  [out] BgpRouteFlapDampeningConfig cmdletOutput
);

Parameters

RoutingDomain [in]

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

ReuseThreshold [in]

The value below which the suppressed route will become usable again in BGP routing. This value is expressed in number of route withdrawals.

SuppressThreshold [in]

The value above which a route will become unusable. This value is expressed in the number of route withdrawals.

HalfLife [in]

Time duration, in minutes, after which the instability value of the Reachable route decreases to half if no flaps occur.

HalfLifeUnreachable [in]

Time duration, in minutes, after which the instability value of the Unreachable route decreases to half if no flaps occur.

MaxSuppressTime [in]

The maximum time for which the route is to be suppressed, no matter how unstable it has been before the period of stability.

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