You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 6
Next »
Use this command to configure custom SWe Traffic Profiles.
Command Syntax
% set system sweTrafficProfiles <profile name> isAccess <value> callHoldTime <duration> passthroughCodecProfile <profile name> transcodePercent <percentage> transcodingCodecProfile <profile name>
Command Parameters
SWe Traffic Profile Parameter Descriptions
Parameter | Length/Range | Description |
---|
sweTrafficProfiles | 1-40 characters | <profile name> – Enter a unique SWe Traffic Profile name.
NOTE: The SBC SWe supports up to 20 SWe Traffic Profiles. To create additional profiles, delete any inactive custom profiles. |
isAccess | N/A | Set this flag to "true" to specify whether the deployment uses an access scenario. NOTE: When set to 'true ', internalRefreshTimer, registrationRefreshInterval and bhcaPerSubscriber parameters are available for configuration. |
bhcaPerSubscriber | 0-5 | <# attempts> (default = 1) – Indicates busy hour call attempts (BHCA) per subscriber.
NOTE: This parameter is available when accessScenario = "true". |
callHoldTime
| 10-10800 | <# seconds> – Enter the average call hold time, in seconds, of the call load for this profile. (default = 90) |
cryptoPercent | 0-100 | <% value> (default = 0) – The percentage of media sessions (including both transcoding and passthrough) requiring cryptographic treatment.The value is 50 when there is SRTP<->RTP interworking on all calls.
|
directMediaPercent | 0-100 | <% value> (default 0) – The call load percentage for direct media.
NOTE: The combined total percentage of directMediaPercent and transcodePercent should not exceed 100%. |
passthroughCodecProfile | N/A | The name of the codec mix to associate with the Passthrough Codec Profile. |
processorCapabilityIndexOverride | N/A | Use this flag to enable/disable index overriding of the default CPU performance computation by the SBC SWe. When set to 'true', the computed indices (which are calculated during system boot-up) are ignored, and the value provided in processorCapabilityIndexOverrideValue attribute is used for all estimations. NOTE: Since use cases for overriding the default computed indices are rare, it is recommended to not set the value of processorCapabilityIndexOverride to "true" to avoid inaccurate session numbers and vCPU computations. |
processorCapabilityIndexOverrideValue | 0.2-10 | Use this parameter to specify the computational value to use to override the default computed indices. (default = 1) NOTE: This parameter is available when processorCapabilityIndexOverride is set to "true". The value given should be in 0.2 to 10. |
internalRefreshTimer | 15-86400 | <# seconds> (default = 1800) – Use this parameter to specify the internal registration timer, in seconds.
NOTE: The parameter is available only when isAccess is set to "true ". |
externalRefreshTimer | 15–86400 | <# seconds> (default = 1800) – Use this parameter to specify the external registration timer, in seconds.
NOTE: The parameter is available only when isAccess is set to "true ". |
transcodePercent | 0-100 | <% value> (default = 0) – Use this parameter to specify the percentage of call load to use for transcoded calls.
NOTE: The combined total percentage of directMediaPercent and transcodePercent should not exceed 100%. |
transcodingCodecProfile | N/A | The name of the codec mix to associate with the Transcoding Codec Profile. |
tonesPercent | 0-100 | <% value> (default = 0) – Use this parameter to specify the percentage of legs to use for tones treatment. |
Command Example
Create custom SWe Traffic Profile.
set system sweTrafficProfiles customProfile isAccess true bhcaPerSubscriber 2.5 callHoldTime 600 cryptoPercent 20 directMediaPercent 20 passthroughCodecProfile G711_20ms transcodePercent 30 transcodingCodecProfile customCodecMix internalRefreshTimer 3000 externalRefreshTimer 2500 tonesPercent 15 processorCapabilityIndexOverride false
commit
Create a Codec Mix Profile.
set system sweCodecMixProfile customCodecMix g723 p20 percentage 50
set system sweCodecMixProfile customCodecMix g711 p20 percentage 30
set system sweCodecMixProfile customCodecMix g729 p10 percentage 20
commit
Attach a Codec Mix Profile to the SWe Traffic Profile.
set system sweTrafficProfiles customProfile passthroughCodecProfile G711_20ms transcodePercent 30 transcodingCodecProfile customCodecMix
commit