| |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
facState | O | enumeration | disabled | Enable/Disable of fault Avalanche Detection and Control feature. | |
callingPartyThreshold | O | int16 | 3 | calling party threshold count,incoming packets will be dropped once crash count exceeds the this threshold. | |
calledPartyThreshold | O | int16 | 3 | called party threshold count,incoming packets will be dropped once crash count exceeds the this threshold. | |
callIdThreshold | O | int16 | 0 | callId threshold count,incoming packets will be dropped once crash count exceeds the this threshold. | |
sourceIpThreshold | O | int16 | 5 | source Ip threshold count,incoming packets will be dropped once crash count exceeds the this threshold. | |
callingNCalledPartyThreshold | O | int16 | 1 | callingNcalledParty key element threshold,incoming packets will be dropped once crash count exceeds the this threshold. | |
faultRecAgeingTimeOut | O | int16 | 30 | Global configuration for the fault record aging timeout in minutes. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/faultAvalancheControl |