lsa-originate-interval suppress-flapping (OSPFv3 view)

Function

The lsa-originate-interval suppress-flapping command configures a suppression period in case the OSPFv3 LSAs to be sent flap.

The undo lsa-originate-interval suppress-flapping command restores the default suppression period.

By default, the suppression period is 10s, and the suppression threshold is 30.

Format

lsa-originate-interval suppress-flapping interval [ threshold count ]

undo lsa-originate-interval suppress-flapping

Parameters

Parameter Description Value
interval

Specifies the suppression period that takes effect when the OSPFv3 LSAs to be sent flap.

The value is an integer ranging from 0 to 600, in seconds. The default value is 10s. If the value is set to 0, OSPFv3 LSAs are not suppressed.

threshold count

Specifies the suppression threshold that takes effect when the OSPFv3 LSAs to be sent flap.

The value is an integer ranging from 3 to 100. The default value is 30.

Views

OSPFv3 view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
ospf write

Usage Guidelines

Usage Scenario

If no flapping occurs among the OSPFv3 LSAs to be sent, the configuration of the lsa-originate-interval command prevents the device from frequently sending LSAs. If the OSPFv3 LSAs to be sent flap, the configuration of the lsa-originate-interval suppress-flapping command minimizes the impact of the flapping on services. The larger value of the two intervals specified in the commands is used as the suppression period.

The suppression mechanism takes effect based on the following rules:

  • Flapping detection: OSPFv3 starts a flapping counter. If the interval between two OSPFv3 LSAs that are sent successively is less than or equal to 10s, OSPFv3 records a flapping event and increases the flapping_count by 1.
  • Suppression phase: If the flapping_count is greater than or equal to threshold, flapping suppression takes effect.
  • Suppression exit: If the interval between two OSPFv3 LSAs that are sent successively is greater than 10s, OSPFv3 resets the flapping_count and exits from suppression.

Example

# Set the suppression period that takes effect when the OSPFv3 LSAs to be sent flap to 200s.
<HUAWEI> system-view
[~HUAWEI] ospfv3 1
[*HUAWEI-ospfv3-1] lsa-originate-interval suppress-flapping 200
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >