Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section:

Table of Contents
maxLevel2

...

Noprint
Panel

...

...

bgColortransparent

...

Expand

...

Back to Table of Contents

Back to CLI and MIB Changes

Section
Column
Panel

In this section:

Table of Contents
maxLevel3

 

New/Modified CLI in This Release

titleClick here for expanded TOC...
Table of Contents
maxLevel4
minLevel2

 

Info
titleInfo

Default

...

values are enclosed in square brackets [ ]

...

 

SBX-48: E-CSCF Support

The following parameters are added to sipTrunkGroup services:

  • dialogEventNotificationSupported
  • colocatedPandEcscf
Code Block
languagenone
titledialogEventNotificationSupported / colocatedPandEcscf
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> services dialogEventNotificationSupported <enabled | [disabled]>

% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> services colocatedPandEcscf <enabled | [disabled]>

 

SBX-50: OMR plus TRF Insertion and Transparency Support

The following configurations are added in this release in support of Optimal Media Routing (OMR) and Transit and Roaming Function (TRF) features.

  • The realm parameter is added to Address Context object
  • The flag omrAllowed is added to SIP Trunk Group media object .
  • The parameter omrPrimaryRealm is added to SIP Trunk Group media object
  • The Zone parameter remoteDeviceType is enhanced with two new values: core, nni
Code Block
languagenone
titlerealm
% set addressContext <ADDR_CONTEXT_NAME> realm <RealmName> connectedRealm <connectedRealmName> 
Code Block
languagenone
titleomrAllowed / omrPrimaryRealm
% set addressContext <ADDR_CONTEXT_NAME> zone <Zone_Name> sipTrunkGroup <TrunkGroupName> media omrAllowed <[disabled] | enabled | ravelCallOnly>

% set addressContext <ADDR_CONTEXT_NAME> zone <Zone_Name> sipTrunkGroup <TrunkGroupName> media omrPrimaryRealm <OMR primary realm name>
Code Block
languagenone
titleremoteDeviceType
% set addressContext <ADDR_CONTEXT_NAME> zone <Zone_Name> remoteDeviceType <CORE | NNI | accessDevice | appServer | [none]>

SBX-366: Stateless REGISTER Relay for Peering

The following parameters are added to SBC in support of Stateless Register Relay functionality:

  • The flag sipRegRelay is added to Zone object to enable Register Relay functionality.
  • The System Security command generateSipHeaderEncryptionKeys is added to generate header encryption keys for AES encryption.
  • The following Header Encryption flags are added to IP Signaling Profile (IPSP):
    • encryptPathHeader
    • encryptServiceRouteHeader
  • The flag noServiceRotueHdrForEmergencyRegistration is added to IPSP

New Zone flag:

Code Block
languagenone
titlesipRegRelay
% set addressContext <address context name> zone <zone name> sipRegRelay <[disable] | enable>

New System Security request command:

Code Block
languagenone
titlegenerateSipHeaderEncryptionKeys
> request system security generateSipHeaderEncryptionKeys

New IP Signaling Profile Flags:

Code Block
titleencryptPathHeader / encryptServiceRouteHeader / noServiceRotueHdrForEmergencyRegistration
% set profiles signaling ipSignalingProfile <IPSP name> commonIpAttributes headerEncryptionFlags encryptPathHeader <[disable] | enable> 

% set profiles signaling ipSignalingProfile <IPSP name> commonIpAttributes headerEncryptionFlags encryptServiceRouteHeader <[disable] | enable>

% set profiles signaling ipSignalingProfile <IPSP name> commonIpAttributes flags noServiceRotueHdrForEmergencyRegistration <[disable] | enable>

 

SBX-570: Event Accounting Methods Enhancements

The following methods are added to eventAcctMethods.

  • eventNotify
  • eventRegister
  • eventRefer
  • eventSubscribe
Code Block
titleeventAcctMethods
% set oam accounting admin eventAcctMethods <eventMessage | eventNotify | eventOptions | eventPublish | eventRegister | eventRefer | eventSubscribe>  

SBX-1344: TCP Relay Enhancements

The SBC is enhanced in this release to support the relaying TCP traffic in addition to SIP/SDP traffic with the addition of a relayProfile, a relayPort configuration on a per-Zone basis.

Code Block
languagenone
titlerelayProfile
% set profiles services relayProfile <relayProfile name>
	maxEgressConn <[1000]>
	maxEgressRate <[50/sec]>
	maxIngressConn <[1000]>
	maxIngressRate <[50/sec]>
	tcp keepAlive <1-1000 seconds. default=200>
Code Block
languagenone
titlerelayPort
% set addressContext <addressContext name> zone <zone name> id <zoneId> relayPort <1-4000>
	ipAddress <IPv4 or IPv6 address>
	ipInterfaceGroupName <ipInterfaceGroup name>
	mode <inService | [outOfService]>
	portNumber <1-65535, default=5269>
	relayProfile <relayProfile name>
	state <[disabled] | enabled>
	transportProtocolsAllowed <[tcp]>

% request addressContext <addressContext name> deleteRelayPortTransId transId <transactionId>

Additionally, several statistics are added to report on these new configurations.

The relaySessionStats object is added to addressContext and includes the following statistics.

Code Block
languagenone
% show table addressContext default relaySessionStats 3
transId            1;
packetRxTx         2/2;
dataRxTx           34/34;
inboundZone        ZONE_IAD;
inboundLocalPeer   10.7.14.41:5222;
inboundRemotePeer  10.7.6.40:60293;
outboundZone       ZONE_IAD;
outboundLocalPeer  10.7.14.37:57183;
outboundRemotePeer 10.7.6.40:9992;

The relayCurrentStatistics object is added to addressContext and includes the following statistics.

Code Block
languagenone
% show table addressContext default relayCurrentStatistics
         NEW                  CONN TERM
         CONN     CONN TERM   NON
KEY      CREATED  GRACEFULLY  GRACEFULLY
------------------------------------------
default  2        1           0 

The relayIntervalStatistics object is added to addressContext and includes the following statistics.

Code Block
languagenone
% show table addressContext default relayIntervalStatistics
 
                                    NEW                  CONN TERM
                  INTERVAL          CONN     CONN TERM   NON
NUMBER  KEY       VALID     TIME    CREATED  GRACEFULLY  GRACEFULLY
--------------------------------------------------------------------
299     default   true      269098  0        0           0
300     default   true      269998  0        0           0
302     default   true      270898  0        0           0 

SBX-1368: Reg-Event Subscription Initiation Support

The flag supportRegEvent is added to IP Signaling Profile (IPSP) to configure support for registration event package per IP Trunk Group.

Code Block
languagenone
titlesupportRegEvent
% set profiles signaling ipSignalingProfile <IPSP name> commonIpAttributes subscriptionPackageSupport supportRegEvent <[disable] | enable> 

Additionally, two Address Context statistics are added to SBC in support of the Reg-Event Subscription feature.

  • sipGeneratedSubscriptionStatus – List of individual subscriptions. All subscriptions present in the system display in the command results. Terminated subscriptions, however, will not display.
  • sipSubscriptionCountStatistics – A count of subscription statistics in the system from the time system is up. These are reset on SBC reboot.
Code Block
languagenone
titleExample Statistics
> show table addressContext default sipGeneratedSubscriptionStatus
              REGISTRAR  EXT
     PACKAGE  IP         EXPIRATION  SUBSCRIPTION  DOMAIN
ID   NAME     ADDRESS    TIME        STATE         NAME
----------------------------------------------------------
516 REG-EVENT 0.0.0.0    3660        active        egress.com


> show table addressContext default sipSubscriptionCountStatistics
       SIP           SIP                         SIP
       SUBSCRIPTION  SUBSCRIPTION  SIP           SUBSCRIPTION  SIP
       COUNT         COUNT         SUBSCRIPTION  COUNT         SUBSCRIPTION
NAME   ATTEMPTS      SUCCESSFUL    COUNT ACTIVE  PENDING       COUNT FAILED
-----------------------------------------------------------------------------
entry  5             4             1             0             1 

SBX-3830/SBX-33543: Routing Enhancements for Route Header and Roaming User

The following CLI changes are made in support of routing enhancements for Route Header and Roaming User features:

...

New CLI in 6.2.2R0

SBX-58171 DISA (Federal Govt) requires stronger radius authentication like CHAP or EAP

PEAP/MSCHAPv2 is a new method of authentication added to the RadiusAuthentication functionality. This allows a more secure authentication where the radius password is sent using encryption (PEAP) and authenticated via the Microsoft Challenge Handshake Authentication Protocol (MSHAPv2). A CLI command has been added to set the Radius authentication method:

 

Code Block
% set oam radiusAuthentication radiusServer <serverName> authenticationMethod <pap | peapmschapv2>

 

SBX-68514 Duplicated autoIndex is Generated

This feature adds the verifyAutoIndex configuration parameter. The verifyAutoIndex configuration parameter checks new entries added to an SBX configuration table that has an Auto Index column to make sure that the newly assigned Auto Index value does not already exist in that table. This configuration parameter is in the admin object of the system-level configuration.

Code Block
% set system admin <system name> verifyAutoIndex <false | true>

 

New CLI in 6.2.1R0

SBX-25205 SRTP to RTP Fallback on Receipt of 488

A new profile retryProfile is added to the profiles object to configure a trigger/action rule to specify that when a particular response code (and optional warning code) is received (the trigger), the SBC performs a fallback action (fallback SRTP to RTP, fallback to IPV4 or fallback to IPV6). The SBC then reattempts an INVITE with the updated Session Description Protocol (SDP) offer based on the action configured for the received error response and warning code.

 

Code Block
% set profiles services retryProfile <retryProfile name>
  attemptRecordGeneration <[disabled] | enabled>
  state <[disabled] | enabled>
  triggerActionRule <1-16>
       sipResponseCode <300-699>
       sipWarningCode <300-399>
       action <1-16>
              actionType <fallBackSrtpToRtp | fallBackToIPV4 | fallBackToIPV6>

 

SBX-54065 and SBX-35444 SWe Capacity Improvement and Estimation

The performance of the SBC VM can be optimized by providing the call mix while configuring the SBC SWe instance. The SBC includes a set of predefined call mixes also known as standard traffic profiles. Additionally, a user can create custom traffic profiles containing a call mix that is more appropriate for the SBC SWe.

The following system profiles are added/updated in this release:

SWe Profile
Description
Change
sweTrafficProfilesProfile configuration of all the standard and custom profiles and their respective call mix.New SWe profile.
sweActiveProfile 

Profile configuration of  the name of active profile and time-stamp of activation.

New standard profile added to the existing configuration at SWe Active Profile - CLI:

  • standard_highcps_callmix_profile
sweCodecMixProfile 

The standard and custom codec mix profile configuration.

New SWe profile.
Code Block
% set system sweTrafficProfiles <profile name> accessScenario true callHoldTime 125 passthroughCodecProfile cmix1 transcodePercent 30 transcodingCodecProfile G711_G729_20ms

 

SBX-67540 Change the flag name for lastProvResponse to lastReceivedSdp for the forking scenarios

Code Block
% set addressContext <name> zone <name> sipTrunkGroup <name> media earlyMedia 
	forkingBehaviour <firstProvResponse | firstRtp | lastReceivedSdp | pemPriority>
	method 
		pEarlyMedia 
			defaultGatingMethod <inactive | recvonly | sendonly | sendrecv>
			egressSupport <disabled | enabled>
		rtpServerTable rtpServerTableName
		sessionAnswer

Hide

Removed feature based on feedback from Shambhu:

SBX-60738 Capacity License for Network Wide Licenses

Several licenses of the SBC are "count-based;" the features dependent on those licenses (known as count-based features) can scale only up to the count permitted by the available number of corresponding licenses. The Service Capacity License, referred as the "SBC-CAPACITY" license, allows the count-based features to use the full capacity of the SBC.  The following changes are made to the SBC CLI:

  • The set system licenseRequired command now includes SBC-CAPACITY license as a possible option. Since SBC-CAPACITY is an "on/off" license, configuration of the the minCount and maxCount parameters is not required. 
  • On successful activation of the SBC-CAPACITY license, the show commands display the license status.
  • Two statistics are added to the show table global command:
    • serviceAuthorisedCurStats
    • serviceAuthorisedIntStats

 

To configure SBC-CAPACITY:

 

% set system licenseRequired SBC-CAPACITY

 

 

To display the table for serviceAuthorisedCurStats:

 

> show table global serviceAuthorisedCurStats

 

 

To display the table for serviceAuthorisedIntStats:

 

> show table global serviceAuthorisedIntStats

SBX-61136 Add 1:1 HA option support for AWS and non D-SBC Cloud

The parameter mgmtMode is added to the system admin status command in this release, and  specifies whether SBC SWe instances are managed manually or through EMS/VNFM.

Two modes for managing the HA/Redundancy of SBC SWe Cloud Network Functions Virtualization (NFV) are supported:

Centralized (default) - Use this mode for traditional HA/redundancy model (1:1 scenario) where one active instance is backed up by one standby instance. In Centralized mode, the SBC configuration is synchronized between active and standby SBCs. The Centralized mode is preferred for deployments where the scale/sessions requirements are low.

Distributed - Use this mode for SBC SWe Cloud deployments where up to N active SBC instances are backed up by a single standby SBC instance (N:1). In this mode, each node is configured separately, and the configuration on active and standby instances are not synchronized. 

The changes in CLI are:

  • The parameter mgmtMode is added to system. This parameter specifies whether the instances are managed either manually, or through EMS/VNFM. There are two supported modes:
    • centralized (default)
    • distributed
  • The rgstatus, serverStatus, and serverAdmin commands are supported on AWS for 1:1 redundancy group. For centralized mode, the commands display details of both active and standby volumes.

 

Code Block
> show table system admin <system name> mgmtMode

 

New CLI in 6.2.0R0

SBX-30086 SBC7K/5K sharedCacLimitsPool Enhancement to Encompass Gateway Trunk Group

The SBC in enhanced with the following CLI to support Gateway CAC functionality. 

Code Block
% set addressContext <address_context_name> zone <zone_name> gwTrunkGroup <gateway_trunk_group_name> parentSharedCacLimitsPoolName <shared_Cac_limits_pool_name>

% set addressContext <name> zone <name> gwTrunkGroup <name> cac
    bandwidthLimit <0-2147483647>
    callLimit <0-2147483647>
    egress
    emergencyOversubscription <0-1000>
    hpcOversubscription <0-100>
    ingress

 

SBX-43651 SBC Supports Pushing Audit Records to Remote Server Using rsyslog.conf File

The SBC is enhanced with the following CLI in support of configuring a remote server IP address, port, and protocol type to push the audit logs to the remote server.

Code Block
% set oam eventLog platformAuditLogs auditLogRemoteHost <IPv4/IPv6 address>
% set oam eventLog platformAuditLogs auditLogPort <1 to 65535>
% set oam eventLog platformAuditLogs auditLogProtocolType <relp | [tcp] | udp>
 
> show table oam eventLog platformAuditLogs

 

SBX-44333 SIPREC Forking to two Recorders

The SBC is enhanced with the following CLI in support of SIPREC on multiple recorders.

The following parameters are added to startRecord of SIPREC object:

  • numOfStreams
  • srsIpAddress2
  • srsPort2
  • trunkGroup2
  • transport2

The parameter recorderAddress is added to stopRecord.

 

Code Block
> request global siprec
    startRecord
        callLeg
            egress
            ingress
        gcid <0-2147483647>
        numOfStreams
        srsIpAddress <SRS IP ADDRESS>
        srsIpAddress2
        srsPort <IP port number>
        srsPort2 <Ip port number>
        transport <tcp | udp>
        transport2  <tcp | udp>
        trunkGroup <TRUNK GROUP NAME>
        trunkGroup2
    stopRecord
        gcid <0-2147483647>
        recorderAddress
        recorderPort

 

Additionally, the srsGroupProfile is added to the global servers object.

 

Code Block
% set global servers srsGroupProfile <profile name>
    description <0-199 characters>
    loadDistribution <roundRobin | sequence>
    numSimultaneousStream <1-2>
    srsGroupData <0-7>
        ipAddress <IP address>
        ipPort <IP port>
        ipTGId <IP TG Id>
        transport <tcp | udp> 

 

SBX-45806 Pathcheck Ping using ICMP

The SBC is enhanced with the following configurations in support of Pathcheck ping enhancements:

  • The Path Check Path configuration is added to the System object.
  • The parameter, replyTimeout, is added to the pathCheckProfile configuration.
Code Block
% set system pathCheckPath <Path Check Path name>
    addressContext <addressContext name>
    ipInterface <IP Interface name>
    ipInterfaceGroup <IPIG name>
    pathCheckProfile <Patch Check Profile name>
    reportSignalIpAddress <IP address>
    reportSignalIpPort <Port Id>
    sourceIpAddress <Ip address>
    state <[disabled] | enabled>
    targetIpAddress <IP address>
    zone <Zone name>
 
% set profiles services pathCheckProfile <profile name>
    failureResponseCodes <400-699 | all |all4xx | all5xx | all6xx>
    protocol <icmp | sipOptions>
    recoveryCount <1-10>
    replyTimeoutCount <1-10>
    sendInterval <1-600>
    transportPreference <preference1 | preference2 | preference3 | preference4>

 

SBX-46173 CLI Implementations Improvements

The SBC is enhanced to populate the encapsulated Integrated Service Digital Network User Part (ISUP) calling party even when it is not mapped to P-Asserted_ID in the INPUT DATA that is sent to the PSX. In support of this, the following flags are added to the SIP Trunk Group Signaling object.

  • mapFromHeaderToIsupGap
  • mapIsupCgpnToPAI 

 

Code Block
% set addressContext <name> zone <name> sipTrunkGroup <name> signaling callingParty
    cpcParamFromHeader <[default] | fromheader | paitel>
    fromHdrForCallingParty <disabled | [enabled]>
    mapFromHeaderToIsupGAP <[disabled] | enabled>
    mapIsupCgpnToPAI <[disabled] | enabled>
    paiForCallingParty <disabled | [enabled]>
    ppiForCallingParty <disabled | [enabled]>
    rpiForCallingParty <disabled | [enabled]>
    trustedSourceForIsup <disabled | [enabled]>

 

SBX-47758 DNS Query to an Interface Group Outside the Address Context

The parameter dnsGroup is added under System > Policy Server > Global Config to allow a DNS Group associate with the global configuration of the policy server. This allows the PSX FQDN resolution with a particular DNS Group.

Code Block
% set system policyServer globalConfig dnsGroup <dnsGroupServer_name>

 

SBX-54065 and SBX-35444 SWe Capacity Improvement and Estimation - Phase 1

The SBC is enhanced with the addition of the following  configuration and status commands in support of SBC SWe capacity improvements.

Code Block
% set system sweActiveProfile name <profile name>
    default
    standard_callmix_profile
    standard_msbc_profile
    standard_passthrough_profile
    standard_signaling_profile
    standard_transcoding_profile 
 
> show table system sweTrafficProfiles
> show table system sweActiveProfile
> show table system sweCodecMixProfile
> show table system sweProcessorCapacity
> show table system sweCapacityEstimate

 

SBX-54575 Remove Direct Log Access from sftproot

The SBC is enhanced with the addition of the following flag sftpadminLoginEnabled to the Account Management object to enable or disable the sftpadmin user.

 

Code Block
% set system admin <admin-name> accountManagement sftpadminLoginEnabled <false | [true]>

 

SBX-56559 Alert-Info and P-Early Media Headers Interworking

The SBC is enhanced with the addition of the following SIP Trunk Group flags:

Code Block
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup sipTrunkGroup name> signaling
      aiToPemInterworking <[disabled] | enabled>
      convertAlertToProgress <[disabled] | enabled>

 

SBX-58385 SMM Switch Semantics

The SBC is enhanced with the addition of the switch parameter  to the sipAdaptorProfile

 

Code Block
% set profiles signaling sipAdaptorProfile <name> rule <Index> criterion <Index> switch <Index>
	switchAction <1-128>
	switchValue <value>
	switchRegexpString <regular expression>



Deprecated CLI

Caption
0Table
1Deprecated CLI
3Deprecated CLI
Command / CLI Object ImpactedDeprecated CLIEffective Release
show table systemCongestionStatussystemCongestionMemLevel4.2.6R0
set system congestion"static" option4.2.6R0
set system congestion adaptive MCLevel"mc0" level4.2.6R0
set profiles system overloadProfilestaticMode parameter4.2.6R0
set profiles system overloadProfile "memory" option for setDuration, clearDuration, setThreshold, clearThreshold configurations4.2.6R0
set system adminmanagementIpVersion5.0.0R0
request system admin commandcommitSoftwareUpgrade5.0.0R0
show status system serverSoftwareUpgradeStatus
"committed" option5.0.0R0
show status addressContext <addressContext name> sipSubCountStatistics sipSubCountTotal5.0.5R0
request system admin <system Name> revertSoftwareUpgrade
revertSoftwareUpgrade
5.0.0R0
request system admin <system Name> commitSoftwareUpgrade
commitSoftwareUpgrade
5.0.0R0
H.323 IP Signaling Profile commonIpAttributes flags
  • addPChargingFuncAddr
  • disableMediaLockDown
  • fromHeaderAnonymisation
  • sendRTCPBandwidthInfo
  • sendRtcpPortInSdp
  • terminalPortabilityInterworking
  • usePsxRouteforRegisteredInvite
5.1.0R0
Packet Service ProfilemediaLockDownForPassThrough5.1.0R0
interceptCallDataChannelStatistics
  • primaryTcpChannelStatus.
  • secondaryTcpChannnelStatus.
  • DSRSuccess
  • DSRFailures
5.1.0R0
show table global siprecStatussiprecStatus6.2.0R0
 

Pagebreak

The Service Capacity License, referred as the "SBC-CAPACITY" license, allows the count-based features to use the full capacity of the SBC.

...

Added flag sendRouteUriToPsx to SIP Trunk Group callRouting object

useRouteSet options 'rcbNextHopAndStored' and 'roamingOrStored'
Code Block
languagenone
titleuseRouteSet options 'rcbNextHopAndStored' and 'roamingOrStored'
% set addressContext <address_context_name> zone <zone_name> sipTrunkGroup <sip_trunk_group_name> callRouting useRouteSet <disabled | rcbNextHopAndStored | received | roamingOrStored | stored | storedAll>
useRUriForRegisterRouting Flag
Code Block
languagenone
titleuseRUriForRegisterRouting Flag
% set addressContext <address_context_name> zone <zone_name> sipTrunkGroup <sip_trunk_group_name> signaling registration useRUriForRegisterRouting <disabled | enabled> 
disableZoneLevelLoopDetection Flag
Code Block
languagenone
titledisableZoneLevelLoopDetection Flag
% set addressContext <address_context_name> zone <zone_name> disableZoneLevelLoopDetection <disabled | enabled> 
sendRouteUriToPsx Flag
Code Block
languagenone
titlesendRouteUriToPsx Flag
% set addressContext <address_context_name> zone <zone_name> sipTrunkGroup <sip_trunk_group_name> callRouting sendRouteUriToPsx <disabled | enabled> 

 

SBX-3888: ATCF and EATF Support

The srvcc parameter is added to global signaling object for configuring SRVCC functionality. The parameter is also added to zone object for enabling/disabling EATF functionality for the zone.

Code Block
languagenone
titlesrvcc
% set global signaling srvcc
	atcfUri (1-63 chars)
	callLingerTimer (1-32 seconds, default-32)
	eStnSr (1-32 chars)
	stnSr (1-32 chars)
Code Block
languagenone
titlezone srvcc
% set addressContext default zone ZONE_AS srvcc eatf <[disable] | enable>

SBX-3948: Rx Interface Improvements

The following SIP Trunk Group media PCRF parameters are added in this release to configure Access side to take advantage of Rx interface improvements:

  • signalingPath
  • fetchLocationInfo
  • provSignalingFlow    
  • terminateOnNwFailure
Code Block
languagenone
titleSIP Trunk Group Media PCRF Parameters
% set addressContext <address context name> zone  <zone name> sipTrunkGroup <TG name> media Pcrf fetchLocationInfo <none | retrieveInOffer | retrieveInAnswer> 
% set addressContext <address context name> zone  <zone name> sipTrunkGroup <TG name> media Pcrf provSignalingFlow <disabled | enabled>
% set addressContext <address context name> zone  <zone name> sipTrunkGroup <TG name> media Pcrf signalingPath <disabled | enabled> 
% set addressContext <address context name> zone  <zone name> sipTrunkGroup <TG name> media Pcrf terminateOnNwFailure <disabled | enabled>

The following IP Signaling Profile flags are added in this release to configure Core side to take advantage of Rx interface improvements:

  • insertPAccessNetworkInfo
  • insertUEFlowInfo
Code Block
languagenone
titleIP Signaling Profile Common IP Attributes Flags
% set profiles signaling ipSignalingProfile <profile name> commonIpAttributes flags insertPAccessNetworkInfo <disable | enable>
% set profiles signaling ipSignalingProfile <profile name> commonIpAttributes flags insertUEFlowInfo <disable | enable>

SBX-4000: Lawful Intercept Support

The following parameters are added in this release in support of Lawful Intercept.

Call Data Channel Parameters:

  • TCPMediaTransport
    • tcpMediaIpAddress
    • tcpMediaPort
  • UDPMediaTransport 
    • udpMediaIpAddress
    • udpMediaPort
  • dsrTcpPort
  • liPolDipForRegdOodMsg
  • mediaTypeIntercepted

 

Code Block
languagenone
titleCall Data Channel Parameters
% set addressContext <address_context> intercept callDataChannel <CDC_name>
	TCPMediaTransport
        tcpMediaIpAddress <tcp_Media_Ip_Address>
        tcpMediaPort <tcp_Media_port>
    UDPMediaTransport
        udpMediaIpAddress <udp_Media_Ip_Address>
        udpMediaPort <tcp_Media_port>
	dsrTcpPort <0..65535>
    liPolDipForRegdOodMsg <enabled | disabled>
	mediaTypeIntercepted <default | multimedia>

LI Performance Statistics:

  • DSRSuccess
  • DSRFailures
  • primaryTCPChannelStatus
  • secondaryTCPChannelStatus

 

Code Block
languagenone
titleinterceptCallDataChannelStatistics
> show status addressContext <address_context> intercept interceptCallDataChannelStatistics default 
	DSRSuccess
	DSRFailures
	primaryTCPChannelStatus
	secondaryTCPChannelStatus

SBX-28890: Preconditions Transparency Support

A new option, transparent, is added to SIP Trunk Group preconditions object. This configuration must be enabled on both Ingress and Egress legs.

Panel
bgColortransparent
borderStyledashed

% set addressContext <addressContext_name> zone <zone_name> sipTrunkGroup <sipTrunkGroup_name> services preconditions <none | required | supported | transparent> 

SBX-30207/SBX-30227/SBX-30264: DNS Enhancements

TCP Enhancements

SBC is enhanced in this release to provide support of DNS servers over TCP by the addition of transportProtocol configuration object. Additionally, the flag tcpFallback is added to support TCP fallback when the configured protocol is UDP.

Code Block
languagenone
% set addressContext <addressContext_name> dnsGroup <dnsGroup_name> server <server_name> ipAddress <ipAddress> transportProtocol <udp | tcp>

% set addressContext <addressContext_name> dnsGroup <dnsgroup_name> server <server_name> ipAddress <ipAddress> transportProtocol udp tcpFallback <enabled | disabled>

Manual DNS Query

SBC is enhanced to perform a manual query to update the cache of the IP address, TTL and port received in response to the query sent to the server. The response is updated if record is already present; otherwise, it creates new entry.

Code Block
languagenone
> request addressContext <addressContextName> dnsGroup <dnsGroupName> query dnsServer <dnsServerName> fqdn <fqdnValue> recordType <a | aaaa | srv | ns | naptr>

Cache Management and Override TTL

The SBC is enhanced with ability to:

  • Flush DNS Cache
  • Override Time To Live (TTL)

To clear the full DNS Cache, use the command:

Code Block
languagenone
> request global dnsClearCache

To clear the particular DNS group cache (under Address Context), use the command:

Code Block
languagenone
> request addressContext <addressContextName> dnsGroup <dnsGroupName> clearCache

 To clear a particular Domain Name/FQDN under a DNS Group (under Address Context), use the command:

Code Block
languagenone
> request addressContext <addressContextName> dnsGroup <dnsGroupName> clearCache domainName <domainName>

To clear a particular record (under Address Context), use the command:

Code Block
languagenone
> request addressContext <addressContextName> dnsGroup <dnsGroupName> clearCache domainName <domainName> recordType <a | aaaa | srv |naptr>

To override the Time To Live (TTL), use command syntax:

Code Block
languagenone
> request addressContext <addressContextName> dnsGroup <dnsGroupName> updateTtl fqdn <fqdnValue> recordType <a |aaaa | srv | naptr > ttl <ttlvalue>

 

Performance Statistics

To view the DNS Server Statistics, use the command:

Code Block
languagenone
% show status addressContext addr_1 dnsGroup DNSGrp1 dnsServerStatistics
dnsServerStatistics 1 {
    ipAddress     10.54.78.20;
    queries        4;
    timeouts       6;
    errors         0;
    referrals      0;
    totalTcpConnection    2;
    tcpConnectionFailed   1;
    tcpConnectionSuccess  1;
    tcpConnectiontorndown 0;
    tcpFallback           0;
} 

 

SBX-30265: Alert-Info Header Support

The SBC is enhanced with the addition of IP Signaling Profile flag acceptAlertInfo.

Code Block
languagenone
% set profiles signaling ipSignalingProfile <ipSignalingProfile_name> commonIpAttributes flags acceptAlertInfo <disable | enable> 

SBX-30269: SIP Current Statistics Enhancements

The following emergency-relates statistics are added to Zone sipCurrentStatistics object:

  • emergencyOODAccept
  • emergencyOODRejectPolicer    
  • emergencySubscribeAccept    
  • emergencySubscribeRejectLimit    
  • emergencySubscribeRejectPolicer

SBX-32115: Enhancement to Transcode Calls Using Different RFC2833 Payload Types

The PSP option different2833PayloadType is added to packetToPacketControl object in this release.

Code Block
languagenone
% set profiles media packetServiceProfile <PSP_name> packetToPacketControl conditionsInAdditionToNoCommonCodec different2833PayloadType <disable | enable> 

SBX-32155: Flexible Policy and Routing Support

To support flexible policy and routing, the following CLI objects are added.

  • profileType parameter

  • flexiblePolicyAdapterProfile Zone object

  • flexiblePolicyAdapterProfile SIP Trunk Group object

SIP Adaptor Profile Object 'profileType'

Code Block
languagenone
% set profiles signaling sipAdaptorProfile <flexiblePolicyAdapterProfile name> profileType <flexiblePolicy | messageManipulation> 

Zone object 'flexiblePolicyAdapterProfile'

Code Block
languagenone
% set addressContext <addressContext name> zone <zone name> flexiblePolicyAdapterProfile <flexiblePolicyAdapterProfile name>

SIP Trunk Group Object 'flexiblePolicyAdapterProfile'

Code Block
languagenone
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> signaling flexiblePolicyAdapterProfile <flexiblePolicyAdapterProfile name>

 

 

Noprint

Back to Top

Deprecated CLI in This Release

The following CLI commands and statistics are deprecated in this release.

<TBD>

Noprint

Back to Top

...