BgpRouteFlapDampeningConfig class
Contains BGP route-flap-dampening configuration information.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class BgpRouteFlapDampeningConfig
{
string RoutingDomain;
uint32 ReuseThreshold;
uint32 SuppressThreshold;
uint32 HalfLife;
uint32 HalfLifeUnreachable;
uint32 MaxSuppressTime;
uint32 Ceiling;
};
Members
The BgpRouteFlapDampeningConfig class has these types of members:
Properties
The BgpRouteFlapDampeningConfig class has these properties.
-
Ceiling
-
-
Data type: uint32
-
Access type: Read-only
The highest value that figure-of-merit can attain.
-
-
HalfLife
-
-
Data type: uint32
-
Access type: Read-only
The duration after which the instability value of the Reachable route decreases to half if no flaps occur, in minutes.
-
-
HalfLifeUnreachable
-
-
Data type: uint32
-
Access type: Read-only
The duration after which the instability value of the Unreachable route decreases to half if no flaps occur, in minutes.
-
-
MaxSuppressTime
-
-
Data type: uint32
-
Access type: Read-only
The maximum time for which the route is to be suppressed, no matter how unstable it has been before the period of stability.
-
-
ReuseThreshold
-
-
Data type: uint32
-
Access type: Read-only
The value below which the suppressed route will become usable again in BGP routing. The value is expressed in number of route withdrawals.
-
-
RoutingDomain
-
-
Data type: string
-
Access type: Read-only
A User defined alphanumeric ID of the BGP routing domain. For use in multi-tenant deployment only.
-
-
SuppressThreshold
-
-
Data type: uint32
-
Access type: Read-only
The value above which a route will become unusable. The value is expressed in number of route withdrawals.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|