In this section:

Modified: for 6.2.1

 

Use this command to configure custom SWe Traffic Profiles.

Command Syntax

% set system sweTrafficProfiles <profile name> accessScenario true callHoldTime 125 passthroughCodecProfile cmix1 transcodePercent 30 transcodingCodecProfile G711_G729_20ms

 

Command Parameters

SWe Traffic Profile Parameter Descriptions

ParameterLength/RangeDescription
sweTrafficProfiles1-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.

accessScenarioN/A

Set this flag to "true" to specify the deployment uses an access scenario.

  • false (default)
  • true

NOTE: When set to 'true', registrationInterval and bhcaPerSubscriber parameters are available for configuration.

bhcaPerSubscriber0-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)
cryptoPercent0-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.

directMediaPercent0-100

<% value> (default 0) – The call load percentage for direct media, which can never be converted to pass-through calls.

NOTE: The combined total percentage of directMediaPercent and transcodePercent should not exceed 100%.

maxVMbandwidth

1-10<value> (default = 1) – The maximum VM bandwidth, in Gbps.
natEnabledN/A

Set to "true" to enable NAT configuration.

  • false (default)
  • true

NOTE: This flag is available when accessScenario = true.

NOTE: When this flag = true, registrationRefreshInterval is available for configuring.

passthroughCodecProfileN/A

The name of the codec mix to associate with the Passthrough Codec Profile.

  • G711_20ms
  • G711_G729_20ms
processorCapabilityIndexOverrideN/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.

  • false (default)
  • true

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.

processorCapabilityIndexOverrideValue0.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.

registrationInterval15-86400

<# 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".

registrationRefreshInterval15–86400<# seconds> (default = 1800) – Use this parameter to specify the registration refresh interval, in seconds.
transcodePercent0-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%.

transcodingCodecProfileN/A

The name of the codec mix to associate with the Transcoding Codec Profile.

  • G711_20ms
  • G711_G729_20ms
tonesPercent0-100<% value> (default = 0) – Use this parameter to specify the percentage of legs to use for tones treatment.

Command Example

  1. Create custom SWe Traffic Profile.

    set system sweTrafficProfiles customProfile accessScenario true bhcaPerSubscriber 2.5 callHoldTime 600 cryptoPercent 20 directMediaPercent 20 maxVMbandwidth 1 natEnabled true passthroughCodecProfile G711_20ms transcodePercent 30 transcodingCodecProfile customCodecMix registrationInterval 3000 registrationRefreshInterval 2500 tonesPercent 15 processorCapabilityIndexOverride false
    commit
  2. 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
  3. Attach a Codec Mix Profile to the SWe Traffic Profile.

    set system sweTrafficProfiles customProfile passthroughCodecProfile G711_20ms transcodePercent 30 transcodingCodecProfile customCodecMix
    commit