BGP Route jitter penalty

Source: Internet
Author: User

Bgp dampening
To enable BGP route dampening or change various BGP route dampening factors, use the bgp dampening command in address family or router configuration mode. to disable the function or restore the default values, use the no form of this command.
Bgp dampening [half-life reuse suppress max-suppress-time] [route-map-name]
No bgp dampening [half-life reuse suppress max-suppress-time] [route-map-name]
Syntax Description
Half-life
(Optional) Time (in minutes) after which a penalty is decreased. once the route has been assigned a penalty, the penalty is decreased by half after the half-life period (which is 15 minutes by default ). the process of processing the penalty happens every 5 seconds. the range of the half-life period is 1 to 45 minutes. the default is 15 minutes.
Reuse
(Optional) If the penalty for a flapping route decreases enough to fall below this value, the route is unsuppressed. the process of unsuppressing routes occurs at 10-second increments. the range of the reuse value is from 1 to 20000; the default is 750.
Suppress
(Optional) A route is suppressed when its penalty exceeds this limit. The range is from 1 to 20000; the default is 2000.
Max-suppress-time
(Optional) Maximum time (in minutes) a route can be suppressed. the range is from 1 to 20000; the default is 4 times the half-life. if the half-life value is allowed to default, the maximum suppress time defaults to 60 minutes. when the max-suppress-time is configured, the maximum penalty will never be exceeded, regardless of the number of times that the prefix dampens. the maximum penalty is computed with the following formula:
Max penalty = reuse-limit * 2 ^ (maximum suppress time/half time)
Route-map-name
(Optional) Name of route map that controls where BGP route dampening is enabled.
Ults
Disabled by default.
Half-life: 15 minutes.
Reuse: 750.
Suppress: 2000.
Max-suppress-time: 4 times half-life.
Command Modes
Address family configuration
Router configuration
Command History
Release Modification
11.0
This command was introduced.
12.0 (7) T
Address family configuration mode was added.
Usage Guidelines
If this command is used with no arguments, it enables BGP route dampening. the half-life, reuse, suppress, and max-suppress-time arguments are position-dependent. therefore, if any of these arguments are issued, they must all be specified.
When BGP dampening is configured and a prefix is withdrawn, BGP considers the withdrawn prefix as a flap and increases the penalty by a 1000. if BGP between es an attribute change, BGP increases the penalty by 500. if then the prefix has been withdrawn, BGP keeps the prefix in the BGP table as a history entry. if the prefix has not been withdrawn by the neighbor and BGP is not using this prefix, the prefix is marked as dampened. dampened prefixes are not used in the BGP demo-process and not installed to the routing table.
Examples
The following router configuration mode example sets the half life to 30 minutes, the reuse value to 1500, the suppress value to 10000; and the maximum suppress time to 120 minutes:
Router bgp 5
Bgp dampening 30 1500 10000 120
The following address family configuration mode example sets the half life to 30 minutes, the reuse value to 1500, the suppress value to 10000; and the maximum suppress time to 120 minutes:
Router bgp 5
Address-family ipv4 multicast
Bgp dampening 30 1500 10000 120
Related Commands
Command Description
Address-family ipv4
Places the router in address family configuration mode for routing ing routing sessions such as BGP, RIP, or static routing sessions that use standard IPv4 address prefixes.
Address-family vpnv4
Places the router in address family configuration mode for processing ing routing sessions such as BGP, RIP, or static routing sessions that use standard VPNv4 address prefixes.
Clear ip bgp dampening
Clears BGP route dampening information and unsuppresses the suppressed routes.
Clear ip bgp flap-statistics
Clears BGP flap statistics.
Show ip bgp dampened-paths
Displays BGP dampened routes.
Show ip bgp flap-statistics
Displays BGP flap statistics.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.