Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
Use this command to configure custom SWe Traffic ProfilesSWe traffic profiles. Use SBC SWe traffic profiles to characterize the call mix you expect to occur on your SBC SWe system. SBC SWe systems can enhance their VM performance by allocating CPU cores in a manner that maximizes capacity for the call mix specified in the active traffic profile.
Code Block |
---|
% set system sweTrafficProfiles <profile name> accessScenario true callHoldTime 125 passthroughCodecProfile cmix1 transcodePercent 30 transcodingCodecProfile G711_G729_20ms |
bhcaPerSubscriber <attempts>
callHoldTime <seconds>
cryptoPercent <percent>
directmediapercent<percent>
externalRefreshTimer <seconds>
internalRefreshTimer <seconds>
isAccess <false | true>
mediaCostFactor <media factor>
passthroughCodecProfile <profile name>
processorCapabilityIndexOverride <false | true>
processorCapabilityIndexOverrideValue <processor factor>
rxPPSFactor <Rx PPS factor>
sigCostFactor <signaling factor>
tonesPercent <percent>
transcodePercent <percent>
transcodingCodecProfilec<<profile name>
txPPSFactor <Tx PPS factor>
useGPUForTranscoding <false | true> |
Div | ||
---|---|---|
|
|
Set this flag to "true" to specify the deployment uses an access scenario.
false
(default)true
true
', registrationInterval
and bhcaPerSubscriber
parameters are available for configuration
|
<# attempts>
|
|
<# seconds>
|
|
|
|
|
maxVMbandwidth
<value>
(default = 1) – The maximum VM bandwidth, in Gbps.natEnabled
|
|
accessScenario
= true
.NOTE: When this flag = true, registrationRefreshInterval is available for configuring
|
registrationInterval
<# seconds>
(default = 1800) – Use this parameter to specify the registration interval, in seconds.
NOTE: The parameter is available when accessScenario
and natEnabled are both set to "true
".
registrationRefreshInterval
|
<# seconds>
(default = 1800
|
|
tonesPercent
|
<% value>
(default = 0) – Use this parameter to specify the percentage of legs to use for tones treatment.
|
The following CLI command creates a custom SWe trafic profile named custom1 that includes media and signaling cost factors and asymmetric Tx/Rx PPS factors to use in generating capacity estimates.
Code Block |
---|
% |
Create custom SWe Traffic Profile.
Code Block |
---|
set system sweTrafficProfiles customProfilecustom1 accessScenarioisAccess true bhcaPerSubscriber 2.5 callHoldTimetranscodePercent 60030 cryptoPercentcallHoldTime 2060 directMediaPercentinternalRefreshTimer 203000 maxVMbandwidthexternalRefreshTimer 12500 natEnabledtonesPercent true15 passthroughCodecProfileprocessorCapabilityIndexOverride G711_20msfalse transcodePercentmediaCostFactor 301.5 transcodingCodecProfilesigCostFactor customCodecMix1.5 registrationIntervaltxPPSFactor 30001.2 registrationRefreshInterval 2500 tonesPercent 15 processorCapabilityIndexOverride falserxPPSFactor 1.0 commit |
Create a Codec Mix Profilecodec mix profile, customCodecMix.
Code Block |
---|
% 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 the codec mix profile to the SWe Traffic Profiletraffic profile.
Code Block |
---|
% set system sweTrafficProfiles customProfilecustom1 passthroughCodecProfile G711_20ms transcodePercent 30 transcodingCodecProfile customCodecMix commit |
Pagebreak |
---|