Share via


Clear method of the PS_BgpRouteFlapDampening class

Clears the route dampening information for the specified set of BGP routes.

Syntax

uint32 Clear(
  [in] string  RoutingDomain,
  [in] boolean Force,
  [in] string  Prefix[]
);

Parameters

RoutingDomain [in]

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

Force [in]

true for no confirmation prompt for clearing route flap dampening from the specified set of BGP routes. The default is false.

Prefix [in]

A list of the classless IP address prefixes and their prefix lengths, for which the flap dampening is to be cleared / reset.

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