Resources | system | faultAvalancheControl

faultAvalancheControl

System wide settings associated fault Avalanche Detection and Control feature.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') and (/system/sbcPersonality/role !='microservices')

Configuration

ParameterPresenceTypeDefaultDescription
facStateOenumerationenabled Enable/Disable of fault Avalanche Detection and Control feature.
facBlockSuspectsOenumerationdisabled Enable/Disable of Blocking the suspected messages.
callingPartyThresholdOint163 calling party threshold count,incoming packets will be dropped once crash count exceeds the this threshold.
calledPartyThresholdOint163 called party threshold count,incoming packets will be dropped once crash count exceeds the this threshold.
callIdThresholdOint160 callId threshold count,incoming packets will be dropped once crash count exceeds the this threshold.
sourceIpThresholdOint165 source Ip threshold count,incoming packets will be dropped once crash count exceeds the this threshold.
callingNCalledPartyThresholdOint161 callingNcalledParty key element threshold,incoming packets will be dropped once crash count exceeds the this threshold.
faultRecAgeingTimeOutOint1630 Global configuration for the fault record aging timeout in minutes.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/faultAvalancheControl

  • No labels