R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
218
If the undo confederation peer-as command without the as-number-list argument is used, all
confederation peer sub-ASs are removed.
Examples
# Specify confederation peer sub ASs 2000 and 2001.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] confederation id 10
[Sysname-bgp] confederation peer-as 2000 2001
Related commands
• confederation id
• confederation nonstandard
dampening (BGP/BGP-VPN instance view)
Use dampening to enable BGP route dampening, configure dampening parameters, or both.
Use undo dampening to disable route dampening.
Syntax
dampening [ half-life-reachable half-life-unreachable reuse suppress ceiling | route-policy
route-policy-name ] *
undo dampening
Default
No route dampening is configured.
Views
BGP view, BGP-VPN instance view
Default level
2: System level
Parameters
half-life-reachable: Specifies a half-life for active routes, in the range of 1 to 45 minutes. The default value
is 15 minutes.
half-life-unreachable: Specifies a half-life for suppressed routes, in the range of 1 to 45 minutes. The
default value is 15 minutes.
reuse: Specifies a reuse threshold value for suppressed routes, in the range of 1 to 20000. A suppressed
route whose penalty value decreases under the value is reused. By default, the reuse value is 750.
suppress: Specifies a suppression threshold in the range of 1 to 20000. The route with a penalty value
higher than the threshold is suppressed. The default value is 2000.
ceiling: Specifies a ceiling penalty value in the range of 1001 to 20000. The value must be bigger than
the suppress value. The default value is 16000.
route-policy-name: Specifies routing policy name, a case-sensitive string of 1 to 63 characters.
half-life-reachable, half-life-unreachable, reuse, suppress and ceiling are mutually dependent. Once any
one is configured, all the others should also be specified.