no ip-sla <ID> monitor packet-loss

Syntax

no ip-sla <ID> monitor packet-loss threshold-type [immediate | consecutive 
<COUNT>] action-type [trap | log | trap-log | none]

Description

Configure threshold-action values when packet loss happens.
  • threshold-type immediate: Take action immediately when the monitored parameters cross the threshold upper limit (subsequent notifications for upper thresholds are not generated until the parameter values go lower than the configured lower threshold value).
  • threshold-type consecutive: Take action after threshold is hit consecutively for number of times.
  • action-type: Describes action to be taken when the upper threshold is crossed.
  • trap: Send snmp-trap when configured threshold is hit.
  • log: Only log the event when configured threshold is hit.
  • trap-log: Send snmp-trap and log the event when configured threshold is hit.
  • none: Take no action.