360
suppress
: Specifies the threshold for a route to be suppressed, in the range of 1 to 20000. A route is
suppressed if its penalty value exceeds this value. The value must be greater than the
reuse
value. By
default, the value is 2000.
ceiling
: Specifies a ceiling penalty value from 1001 to 20000. The value must be greater than the
suppress
value. The default is 16000.
route-policy-name
: Specifies a routing policy name, a case-sensitive string of 1 to 63 characters.
The arguments
half-life-reachable, half-life-unreachable, reuse, suppres
s, and
ceiling
are mutually
dependent. After you configure any one of them, you must specify all the others accordingly.
Description
Use
dampening
to configure IPv6 MBGP route dampening.
Use
undo dampening
to disable route dampening.
By default, route dampening is not configured.
Related commands:
display bgp ipv6 multicast routing-table dampened
,
display bgp ipv6 multicast
routing-table dampening parameter
,
display bgp ipv6 multicast routing-table flap-info
,
reset bgp ipv6
dampening
, and
reset bgp ipv6 flap-info
.
Examples
# In IPv6 MBGP address family view, configure route dampening.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] dampening 10 10 1000 3000 10000
default local-preference (IPv6 MBGP address family view)
Syntax
default local-preference
value
undo default local-preference
View
IPv6 MBGP address family view
Default level
2: System level
Parameters
value
: Specifies the default local preference, in the range of 0 to 4294967295. The larger the value is,
the higher the preference is.
Description
Use
default local-preference
to configure the default local preference.
Use
undo default local-preference
to restore the default.
By default, the default local preference is 100.
Using this command can affect IPv6 MBGP route selection.