Syntax
dampingname{ disable;half-lifeminutes;max-suppressminutes;reusenumber;suppressnumber;}Hierarchy Level
[edit logical-routerslogical-router-namepolicy-options],[editpolicy-options]Release Information
Statement introduced before JUNOS Release 7.4.Description
Define route flap damping properties to set on BGP routes.
Options
disable—Disable damping on a per-prefix basis. Any damping state that is present in the routing table for a prefix is deleted if damping is disabled.
half-lifeminutes—Decay half-life.minutesis the interval after which the accumulated figure-of-merit value is reduced by half if the route remains stable.
Range: 1 through 45
Default: 15 minutes
max-suppressminutes—Maximum hold-down time.minutesis the maximum time that a route can be suppressed no matter how unstable it has been.
Range: 1 through 720
Default: 60 minutes
name—Name that identifies the set of damping parameters. The name can contain letters, numbers, and hyphens (-) and can be up to 255 characters long. To include spaces in the name, enclose it in quotation marks (double quotes).
reusenumber—Reuse threshold.numberis the figure-of-merit value below which a suppressed route can be used again.
Range: 1 through 20,000
Default: 750 (unitless)
suppressnumber—Cutoff (suppression) threshold.numberis the figure-of-merit value above which a route is suppressed for use or inclusion in advertisements.
Range: 1 through 20,000
Default: 3000 (unitless)Usage Guidelines
See Configuring Flap Damping Parameters.
Required Privilege Level
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.