Resources | system | slb

slb

SLB specific configuration.

Exists on Condition /system/sbcPersonality/role !='msbc'

Configuration

ParameterPresenceTypeDefaultDescription
usageOenumerationdisabled Enables slb usage on sbc Note: once enabled, disabling the usage is not supported
inviteReqTimeoutOuint3290 INVITE transaction timeout on SLB. (Range is 1 - 180s)
nonInviteReqTimeoutOuint3232 Non INVITE transaction timeout on SLB. (Range is 1 - 64s)
regReqTimeoutOuint3290 Registration transaction timeout on SLB. (Range is 1 - 180s)
globalUtilizationOuint32100 Global Utilization threshold on SLB to generate a trap (Range is 1 - 100 %)
commInterfaceO This defines communication interface for SLB traffic
overloadControlOptionsO This defines parameters which affect the peer overload control mechanism for SLB traffic towards SBC's
slbAddressO A list of SLB addresses that can be used by this sbc. An address with name 'default' can be used to specify a default SLB that will be used for any sipSigPort that does not have an slbName configured.

Operational Data

ParameterDescription
sipClientStatus The current status of SIP clients registered with SLB
sipClientStatistics The current statistics of SIP clients registered with SLB
sipClientCurrentStatistics The current statistics of SIP clients registered with SLB
sipClientIntervalStatistics The current statistics of SIP clients registered with SLB

Operations

Operation NameDescription
resetStats Resets all the statistics counts
RESTCONF API: GET Example

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

  • No labels