Set-BgpRouteFlapDampening

Configures the BGP route dampening engine.

Syntax

Set-BgpRouteFlapDampening
   [-RoutingDomain <String>]
   [-ReuseThreshold <UInt32>]
   [-SuppressThreshold <UInt32>]
   [-HalfLife <UInt32>]
   [-HalfLifeUnreachable <UInt32>]
   [-MaxSuppressTime <UInt32>]
   [-Force]
   [-PassThru]
   [-CimSession <CimSession[]>]
   [-ThrottleLimit <Int32>]
   [-AsJob]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

The Set-BgpRouteFlapDampening cmdlet configures the Border Gateway Protocol (BGP) route dampening engine.

Examples

Example 1: Configure a BGP route flap dampening

PS C:\>Set-BgpRouteFlapDampening -HalfLifeTimeOK 600 -ReuseThreshold 500 -SuppressThreshold 2000 -MaxSuppressValue 2400

This command configures a BGP route flap dampening.

Parameters

-AsJob

Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Type:CimSession[]
Aliases:Session
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Force

Forces the command to run without asking for user confirmation.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-HalfLife

Specifies the time duration in seconds after which the instability value of the reachable route decreases to half if no flaps occur.

Type:UInt32
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-HalfLifeUnreachable

Specifies the time duration in seconds after which the instability value of the unreachable route decreases to half if no flaps occur.

Type:UInt32
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-MaxSuppressTime

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

Type:UInt32
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ReuseThreshold

Specifies the value below which the suppressed route will become usable again in BGP Routing. It is expressed in the number of route withdrawals.

Type:UInt32
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-RoutingDomain

Specifies the user-defined unique alphanumeric identifier for the routing domain.

Type:String
Aliases:RoutingDomainName
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-SuppressThreshold

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

Type:UInt32
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-ThrottleLimit

Specifies the maximum number of concurrent connections that can be established to run this command. If you omit this parameter or enter a value of 0, the default value, 32, is used.

The throttle limit applies only to the current command, not to the session or to the computer.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

String

UInt32

Outputs

CimInstance

CimInstance