New CLI in 5.1.0R0
SBX-126: RADIUS authentication improvements
The SBC is enhanced in this release to configure up to three RADIUS servers per SBC with the addition of radiusServer
and retryCriteria
parameters to radiusAuthentication
configuration object.
Code Block |
---|
|
% set oam radiusAuthentication
radiusServer <server name>
mgmtInterfaceGroup <string>
priority <#>
radiusNasIp <default=0.0.0.0>
radiusServerIp <x.x.x.x>
radiusServerPort <#>
radiusSharedSecret <8-128>
state <[disabled] | enabled>
retryCriteria
oosDuration <# minutes>
retryCount <1-[3]>
retryTimer <500-3000 milliseconds, default=1000> |
SBX-638: SRTP Pass-through Enhancement
The flag allowPassthru
is added to secureRtpRtcp
of Packet Service Profile.
Code Block |
---|
|
% set profiles media packetServiceProfile <packetServiceProfile_name> secureRtpRtcp flags allowPassthru <[disable] | enable> |
SBX-4552 DNS SRV pathCheck Enhancement
The default value of hostPort
configuration under ipPeer pathCheck
is updated to 5060.
Code Block |
---|
|
% set addressContext <addressContext name> zone <zone name> ipPeer <IP peer name> pathCheck hostPort <0-65535, default=5060> |
SBX-23345 Transcoder Free Transparency Support for JITC
The following new flags are introduced in Packet Service Profile to configure this feature:
Code Block |
---|
|
% set profiles media packetServiceProfile <packetServiceProfile_name> audioTransparency
unknownCodecBitRate <1-1000 KB/s, default=124>
unknownCodecPacketSize <5-100 ms, default=10>
% set profiles media packetServiceProfile <packetServiceProfile_name> flags reserveBwForPreferredAudioCommonCodec <[disable] | enable> |
SBX-25296: SBC5K SIP Response Enhancement When IPTG is OOS
The flag processSGConfigWhenTGOOS
is added to SIP Trunk Group object to support this feature.
Code Block |
---|
|
% set addressContext default zone <zonename> sipTrunkGroup <Trunkgroup name> processSGConfigWhenTGOOS <[disabled] | enabled> |
The following CLI changes made to implement this feature:
The description of Packet Service Profile's maxVideoBandwith
and videoBandwidthReductionFactor
are modified to:
maxVideoBandwith
: Specifies the maximum session bandwidth that can be used for a call with video streams. It Includes the bandwidth for all streams in the call (audio, video, BFCP, and so on). If "0" is the value, video calls are not allowed and only audio calls can be set up which follows the normal allocation process. The value ranges from 0 to 50000 kbps and the default value is 10 kbps.videoBandwidthReductionFactor
: Specifies the amount to reduce the session bandwidth allocation for the calls that include video streams. This does not affect the signaling, but affects only the internal allocation of bandwidth used for the calls. The value of this flag is on percentage reduction factor. For example: If the value of this flag is 20, the allocation of bandwidth for the calls is reduced by 20%. So, if the normal bandwidth allocation for calls is 1000 kbps, it gets reduced to 800 kbps.
Two new statistics, ingressSessionBandwidthkbps
and egressSessionBandwidthkbps
, are added to callDetailStatus
object to display the allocated session bandwidth on each leg.
Code Block |
---|
title | CLI Example (shortened for brevity) |
---|
|
> show status global callDetailStatus
callDetailStatus 524288 {
mediaStreams audio,video;
state Stable;
callingNumber 6033317777;
calledNumber 9811587876;
addressTransPerformed none;
origCalledNum "";
scenarioType SIP_TO_SIP;
callDuration 7;
mediaType passthru;
associatedGcid1 524288;
associatedGcid2 524288;
associatedGcidLegId1 1;
associatedGcidLegId2 0;
ingressSessionBandwidthkbps 525;
egressSessionBandwidthkbps 525;
... |
SBX-28540: TCP Connection Cleanup When Registration Becomes Inactive
The SIP trunk group flag clearTcpConnectionsforRegistration
is added to allow the SBC to clear the TCP connection between UE and SBC once the registration becomes inactive.
Code Block |
---|
|
% set addressContext <addressContext name> zone <zone Name> sipTrunkGroup <TG name> signaling clearTcpConnectionsforRegistration <[disabled] | enabled> |
SBX-28807: Check for Charge Number Length on GR394/GR317 ISUP Trunks
The flag gr317ChargeNumberCompliance
is added to the ISUP Signaling Profile configuration to check the charge number digit length is in compliance with GR317 which specifies a maximum of 10 digits in IAM message.
Code Block |
---|
|
% set profiles signaling isupSignalingProfile <profile name> gr317ChargeNumberCompliance <supported | [unsupported]> |
SBX-29116 Supported/Require/Allow Transparency Profile
The SIP Param Filter Profile is added in this release to allow the operator to create a profile defining a set of SIP header tags and methods to transparently pass or block, and then assign that profile to a trunk group. The SIP headers configured in this profile for pass-through are transparently passed to the Egress trunk group if received in the Ingress SIP message.
Code Block |
---|
|
% set profiles services sipParamFilterProfile <profile name>
action
block <all, or comma-separated list of tags/methods to include>
passthru <all, or comma-separated list of tags/methods to include>
rejectRequest <[disabled] | enabled> (flag is applicable to sipHeader 'require' only)
sipHeader <[allow] | require | supported>
state <[disabled] | enabled> |
Deprecated CLI
No CLI objects or statistics were deprecated in this release.
Hide |
---|
The following CLI objects and statistics are deprecated in this release. |
istorical List of deprecated CLI:
Caption |
---|
0 | Table |
---|
1 | Deprecated CLI |
---|
3 | Deprecated CLI |
---|
|
Command / CLI Object Impacted | Deprecated CLI |
---|
request system admin command | commitSoftwareUpgrade | Overload Profile staticMode command | acceptPercentage | serverSoftwareUpgradeStatus
| "committed " option | systemCongestionStatus | systemCongestionMemLevel | system admin | managementIpVersion | H.323 IP Signaling Profile commonIpAttributes flags | addPChargingFuncAddr disableMediaLockDown fromHeaderAnonymisation minimizeRelayingOfMediaChangesFromOtherCallLegAll sendRTCPBandwidthInfo sendRtcpPortInSdp terminalPortabilityInterworking usePsxRouteforRegisteredInvite
|
|