Understanding SD-WAN SLA Dampening: sdwanDatapathDown/Up with 'damp on'


Overview

Versa SD-WAN uses an SLA dampening mechanism to suppress repeated flapping alarms when a datapath oscillates between up and down states. When dampening is active, the (damp on) suffix appears in sdwanDatapathDown alarm messages. This article explains what dampening is, how it works, and how to tune or clear it.

Reference: Versa Docs — Configure SLA Monitor Optimization


Symptom

You may see alarms_local log entries like the following:

2026-03-21 18:55:08 Spoke-3 vsmd[10297]: [sdwan] [sdwanDatapathDown]
Tenant-1: Datapath from Spoke-3/INET-1 to Hub-1/INET-1 for fwdClass fc_ef is down (damp on)

2026-03-21 19:13:05 Spoke-3 vsmd[10297]: [sdwan] [sdwanDatapathUp]
Tenant-1: Datapath from Spoke-3/INET-1 to Hub-1/INET-1 for fwdClass fc_ef is up

The (damp on) suffix indicates the SLA monitor has activated dampening because the datapath exceeded the configured flap threshold within the evaluation window.


How SLA Dampening Works

The SLA monitor counts per-path up/down transitions over a configurable sliding window (dampen-eval-interval). If the number of flaps within that window reaches the flap-threshold, the path is placed in a dampened state.

While a path is dampened:

If the path does not reach the flap threshold within an eval interval, the flap counter resets to zero — so isolated, infrequent flaps do not accumulate.


Configuration


View the current SLA dampening settings on the device CLI:

admin@Spoke-3-cli(config)% show system sd-wan sla-monitor
flap-threshold        2;
dampen-eval-interval  300;
dampen-clear-interval 900;
log-opt-enable        false;
log-opt-threshold     500;

Parameter Reference

ParameterDefaultValid RangeDescription
flap-threshold102 – 100Number of up/down transitions within the eval interval that activate dampening.
dampen-eval-interval60 sec60 – 300 secSliding window (seconds) over which flaps are counted. Counter resets each interval if the threshold is not reached.
dampen-clear-interval300 sec60 – 3600 secTime (seconds) the path must remain continuously UP before dampening clears.
log-opt-enablefalsetrue / falseEnable SLA optimization logging.
log-opt-threshold500 msSLA optimization log threshold in milliseconds.

Note: The defaults above are factory values. The sample config reflects customer-tuned values.


Dampening Clear Behavior

Dampening clears automatically when both of the following are true at the same time:

  1. The path is in an UP state.
  2. The path has remained stable (no flaps) for longer than dampen-clear-interval seconds.

When both conditions are met, the dampening state lifts and an sdwanDatapathUp alarm is generated.


Example Timeline

Using default values (flap-threshold 10, dampen-eval-interval 60s, dampen-clear-interval 300s):

  1. T+0 to T+60: 10+ up/down transitions occur within 60 seconds → dampening activated, alarm shows (damp on).
  2. Path is held DOWN by the SLA monitor even if the physical link recovers.
  3. Once the path stays UP continuously for 300 seconds without further flaps, dampening clears and an sdwanDatapathUp alarm is sent.

Troubleshooting Checklist


Related Alarms