Panel | ||||
---|---|---|---|---|
In this section:
|
...
Noprint | |
---|---|
|
...
|
...
|
...
Section | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
|
Info | ||
---|---|---|
|
Default values are enclosed in square brackets [ ] |
...
contactTransparencyForIsFocusMediaTag:
The flag contactTransparencyForIsFocusMediaTag
is added under commonIpAttributes
.
...
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> |
dialogTransparency:
The flag dialogTransparency
is added to zone object.
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <addressContext Name> zone <zone Name> dialogTransparency <enabled | disabled> |
supportSCSCFRestorationProcedures:
The flag supportSCSCFRestorationProcedures
is added to IP Signaling Profile's commonIpAttributes
object.
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles signaling ipSignalingProfile ipSignalingProfile_name commonIpAttributes flags supportSCSCFRestorationProcedures <enable | disable> |
sipSigPort:
The following parameters are added to sipSigPort
object:
action
dryUpTimeout
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <adddressContext name> zone <zone name> sipSigPort <sipSigPort index> action <dryup | force>
% set addressContext <adddressContext name> zone <zone name> sipSigPort <sipSigPort index> dryUpTimeout <1...1440> |
transitIOI:
The parameter transitIOI is added to SIP Trunk Group signaling
object.
Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext Name> zone <zone Name> sipTrunkGroup <Sip Trunk Group Name> signaling transitIOI <string> |
Noprint |
---|
The parameters mediaPortRange
and tcpPortRange
are added to both System and SIP Trunk Group Media objects:
mediaPortRange:
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <addressContext_Name> zone <zone_Name> sipTrunkGroup <sipTrunkGroup_Name> media mediaPortRange
Possible completions:
baseUdpPort - Base UDP port number for RTP/RTCP media (inclusive).
maxUdpPort - Maximum UDP port number for RTP/RTCP media (inclusive). |
Code Block | ||||
---|---|---|---|---|
| ||||
% set system media mediaPortRange
Possible completions:
baseUdpPort - Base UDP port number for RTP/RTCP media (inclusive).
maxUdpPort - Maximum UDP port number for RTP/RTCP media (inclusive). |
tcpPortRange:
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <addressContext_Name> zone <zone_Name> sipTrunkGroup <sipTrunkGroup_Name> media tcpPortRange
Possible completions:
baseServerPort - Base TCP port number for MSRP media (inclusive)
maxServerPort - Maximum TCP port number for MSRP media (inclusive) |
Code Block | ||||
---|---|---|---|---|
| ||||
% set system media tcpPortRange
Possible completions:
baseServerPort - Base port number for TCP media Server (inclusive).
maxServerPort - Max port number for TCP media Server (inclusive). |
Noprint |
---|
The tls
option is added to sipSecurityMechanism
parameter.
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles services sipSecurityProfile <sipSecurityProfile name> sipSecurityMechanism <ipsec-3gpp | tls> precedence <1-65535> |
A new option, level4
, is added to the callFilter
to trace calls for SIP PDUs only.
Code Block | ||||
---|---|---|---|---|
| ||||
% set global callTrace callFilter < callFilter_name> level <level1 | level2 | level3 | level4> |
Noprint |
---|
The parameter rewriteIdentities
is added to the SIP Trunk Group Signaling object to support SIP URI transparency for SIP-URIs present in outbound SIP message.
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <address_context_name> zone <zone_name> sipTrunkGroup <STG1> signaling rewriteIdentities <enabled | [disabled]> |
The following flags and parameter are added in support of logging event records for MESSAGE, OPTIONS and PUBLISH SIP methods:
eventAcctState
eventAcctPsxInfoState
eventAcctMethods
(eventMessage
, eventOptions
, eventPublish)
Code Block | ||||
---|---|---|---|---|
| ||||
% set oam accounting admin eventAcctState <disable | enable>
% set oam accounting admin eventAcctPsxInfoState <disable | enable>
% set oam accounting admin eventAcctMethods <eventMessage | eventOptions | eventPublish> |
The option fallbackToG711AllowPeerToNegotiateFaxRelay
is added to the parameter fax toneTreatment
.
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles media codecEntry <codecentry_name> fax toneTreatment <disconnect | fallbackToG711 | fallbackToG711AllowPeerToNegotiateFaxRelay | faxRelay | faxRelayOrFallbackToG711 | ignoreDetectionAllowPeerToNegotiateFaxRelay | [none]> |
Noprint |
---|
The parameter initialSipSubscribe
is added to system congestion policer preferences configuration to define the preference of the initial Subscribe requests during policing. Default value is "2".
Internal cause code congestionPolicing
is added to internalSipCauseMapProfile
object.
The following counters are added to systemCongestionCurrentStatistics
table:
avgSubsRate
– The average Subscribe rate since the current interval startedpeakSubsRate
– The peak Subscribe arrival rate during the collection intervalsipsSubsArrivals
– The number of SIP Subscribe arrivals since the current interval startedsipsSubsRejects
– The number of SIP Subscribe rejects since the current interval startedThe following counters are added to systemCongestionIntervalStatistics
table:
avgSubsRate
– The average Subscribe rate during the specified intervalpeakSubsRate
– The peak Subscribe arrival rate during the specified intervalsipsSubsArrivals
– The number of SIP Subscribe arrivals during the specified intervalsipsSubsRejects
– The number of SIP Subscribe rejects during the specified intervalThe systemCongestionSubsArrivalRate
counter is added to systemCongestionStatus
table to provide a snapshot of the number of Subscribe arrivals in the last second.
Code Block | ||||
---|---|---|---|---|
| ||||
% set system congestion policer preference initialSipSubscribe <0-3> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles signaling sipCauseCodeMapping internalSipCauseMapProfile <profile_name> causeMap congestionPolicing <SIP cause value> |
...
language | none |
---|---|
title | systemCongestionStatus |
...
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> |
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> |
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 |
---|---|---|
sweTrafficProfiles | Profile 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:
|
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 |
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 LicensesSeveral 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:
To configure
To display the table for
To display the table for
|
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:
mgmtMode
is added to system. This parameter specifies whether the instances are managed either manually, or through EMS/VNFM. There are two supported modes: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 |
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 |
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 |
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> |
...
|
...
|
...
language | none |
---|---|
title | systemCongestionCurrentStatistics |
...
|
...
|
...
|
...
|
...
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> |
The SBC is enhanced with the following configurations in support of Pathcheck ping enhancements:
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> |
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]> |
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> |
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 |
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]> |
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> |
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> |
Caption | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
Pagebreak |
---|
The Service Capacity License, referred as the "SBC-CAPACITY" license, allows the count-based features to use the full capacity of the SBC.
Code Block | ||||
---|---|---|---|---|
| ||||
> show status system systemCongestionIntervalStatistics
systemCongestionIntervalStatistics 336 entry {
intervalValid true;
time 302394;
levelMC1Count 0;
levelMC1TotalTime 0;
levelMC2Count 0;
levelMC2TotalTime 0;
levelMC3Count 0;
levelMC3TotalTime 0;
overloadRejects 0;
avgCallRate 0;
peakCallRate 0;
callArrivals 0;
emergencyCallArrivals 0;
emergencyCallRejects 0;
sipRegArrivals 0;
sipRegRejects 0;
avgRegRate 0;
peakRegRate 0;
maxActiveCalls 0;
sipSubsArrivals 483888;
sipSubsRejects 0;
avgSubsRate 537;
peakSubsRate 817;
} |
Noprint |
---|
The flag, usePortRangeFlag
, is introduced under Signaling of Sip Trunk Group object to allow SBC to use a different IP-Port as a contact for each active registration.
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <address context name> zone <zone name> sipTrunkGroup <TG name> signaling usePortRangeFlag <enabled | [disabled]> |
The sipTrunkgroupPortRangeStatistics
command is added to display portRangeActivePorts
and portRangeRegistrationFailures
for the specified SIP trunk group.
Code Block | ||||
---|---|---|---|---|
| ||||
> show table addressContext ac1 zone ZONE_AS sipTrunkgroupPortRangeStatistics
PORT
RANGE PORT RANGE
ACTIVE REGISTRATION
NAME PORTS FAILURES
-----------------------------------
ASX_LABSIP3 0 0 |
The following parameters are added to sipTrunkGroup services natTraversal
object:
iceSupport
iceSourceAddressFilterPriority
The ice
parameter is added to sipTrunkGroup media
object with following options:
offerPreference
answerPreference
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> services natTraversal iceSupport <[none] | iceWebrtc | iceLync | iceFull> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> services natTraversal iceSourceAddressFilterPriority
serverReflexivePrefixLength <unsignedInt | 0..32, default=16>
state <disabled | [enabled]> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <name> zone <name> sipTrunkGroup <name> media ice
answerPreference <honorRecvPrec | ipv4 | ipv6 | [matchSigAddrType]>
offerPreference <ipv4 | ipv6 | [matchSigAddrType]> |
Noprint |
---|
The dtlsProfile
object is added to Security profiles. The following parameters are added to dtlsProfile
. The SBC automatically generates a default DTLS profile once the system is up and running.
The following parameters are added to enable DTLS-SRTP handshake in the Packet Service Profile.
dtlsCryptoSuiteProfile
enableDtlsSrtp
allowDtlsFallback
Two fields per media stream are added to the global callDetailStatus
command (SBC supports six media streams).
ingressDtlsSrtpStream
egressDtlsSrtpStream
The dtlsSrtpStatistics
table is added to the global
profile.
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles security dtlsProfile <profile name>
CertName
cipherSuite1 (default = rsa-with-aes-128-cbc-sha)
cipherSuite2 (default = nosuite)
cipherSuite3 (default = nosuite)
cookieExchange <disabled | [enabled]>
dtlsRole <client | [server]>
handshakeTimer <1-60 seconds, default = 5>
hashType <md2 | md5 | [sha1] | sha224 | sha256 | sha384 | sha512>
sessionResumpTimer <0-86400, default = 300>
v1_0 <disabled | [enabled]>
v1_1 <[disabled] | enabled>
v1_2 <[disabled] | enabled> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles media packetServiceProfile <PSP Name> dtls dtlsCryptoSuiteProfile <Crypto Profile Name> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles media packetServiceProfile <PSP Name> dtls dtlsFlags
enableDtlsSrtp <enable | [disable]>
allowDtlsFallback <enable | [disable]> |
Noprint |
---|
The following parameters are added to the isupSignalingProfile
sendPRIonRELforCBWF
sendAPPinAPMforCBWF
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles signaling isupSignalingProfile <profile_name> sendPRIonRELforCBWF < supported | [unSupported] > |
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles signaling isupSignalingProfile <profile name> sendAPPinAPMforCBWF < supported | [unSupported] > |
Noprint |
---|
The retrieveCertContent
parameter is added to request system security
command to retrieve content of an existing PKI certificate (local, local-internal and remote).
Code Block | ||||
---|---|---|---|---|
| ||||
> request system security pki certificate <certName> retrieveCertContent |
The following flags are added to Packet Service Profile configuration to support granular control of HD codec prioritization using Packet Service Profile:
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles media packetServiceProfile <name> flags HDCodecPreferred <[disable] | enable>
% set profiles media packetServiceProfile <name> flags HDCodecPreferred enable preferNBPassthruOverHDTranscode <[disable]| enable>
% set profiles media packetServiceProfile <name> flags MatchOfferedCodecGroupIfNbOnly <[disable] | enable>
% set profiles media packetServiceProfile <name> flags forceRoutePSPOrder <[disable] | enable> |
The flag honorEmbeddedHeadersin3xx
is added to IP Signaling Profile's egressIpAttributes redirect flags
command to allow SBC to handle embedded headers in 3xx Contact headers.
Code Block | ||||
---|---|---|---|---|
| ||||
set profiles signaling ipSignalingProfile <profile name> egressIpAttributes redirect flags honorEmbeddedHeadersin3xx <[disable] | enable> |
Noprint |
---|
The e2aeMediaSecurity
statistic is added to the sipActiveRegisterNameStatus
command to display status of the media-security setting by the UE in the registration record. The possible values are sdes-srtp
or none
.
Code Block | ||||
---|---|---|---|---|
| ||||
show status addressContext ADDR_CONTEXT_1 sipActiveRegisterNameStatus
sipActiveRegisterNameStatus 3000@10.54.154.119 256 {
state terminated;
contactURI "";
nextHopIpAddress 10.54.80.17;
nextHopPortNum 5060;
registrarIpAddress 10.54.80.17;
registrarPortNum 6092;
externalExpirationTime 3600;
internalExpirationTime 0;
creationTime 2014-08-05T10:13:29+00:00;
registrarDomainName "";
endPointBehindNapt 0;
natPinholeLearningStatus none;
securityMechanismType none;
e2aeMediaSecurity sdes-srtp; |
The parameter sbxSecMode
is added to SIP Security Profile object to specify which mode the SBC will operate under for IMS access security deployments.
Code Block | ||||
---|---|---|---|---|
| ||||
set profiles services sipSecurityProfile <Security_Profile_Name> sbxSecMode <[sbc-pcsf] | sbc-only> |
Noprint |
---|
The qosValues
parameter msrpDscp
is added to Packet Service Profile object to provide the capability to configure a MSRP DSCP value.
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles media packetServiceProfile <Profile_Name> qosValues msrpDscp <[0]-255> |
SBC is enhanced to configure a packet size of 60 ms for G.711, G.711ss, G.729a and G.729ab codecs.
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles media codecEntry <Codec Entry Name> codec g711 packetSize <[10] | 15 | 20 | 25 | 30 | 35 | 40 | 45 | 50 | 55 | 60 |>
% set profiles media codecEntry <Codec Entry Name> codec g711ss packetSize <[10] | 15 | 20 | 25 | 30 | 35 | 40 | 45 | 50 | 55 | 60 |> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles media codecEntry <Codec Entry Name> codec g729a packetSize <[10] | 20 | 30 | 40 | 50 | 60>
% set profiles media codecEntry <Codec Entry Name> codec g729ab packetSize <[10] | 20 | 30 | 40 | 50 | 60> |
The iceLync
enumerator is added to iceSupport
parameter as a choice when configuring SBC to interwork with a Microsoft Lync 2010 or 2013 client.
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <AC name> zone <zone name> sipTrunkGroup <TG name> services natTraversal iceSupport <none | iceWebrtc | iceLync | iceFull> |
Noprint |
---|
SBC is enhanced to transparently send custom and standard userinfo parameters, such as tgrp, trunk-context, cic, rn, received in ENUM response using the IP Signaling Profile includeEnumParameters
flag.
Code Block | ||||
---|---|---|---|---|
| ||||
% set profiles signaling ipSignalingProfile <ipsignalingprofile> egressIpAttributes flags includeEnumParameters < enable | [disable] > |
The uFlowStats
statistic is added to the command "show system ipPolicing
" to provide microflow statistics.
Code Block | ||||
---|---|---|---|---|
| ||||
> show status system ipPolicing uFlowStats
uFlowStats 1 {
sourceIpAddress 10.10.10.10;
destinationIpAddress 10.11.12.13;
sourceIpPort 45506;
ipProtocol udp;
lifGrpId 2;
policerMode PktRate;
policerBucketSize 50;
policerCreditRate 1023;
aggPolicer "ZONE AGG";
aggPolicerPriority 1;
packetAccept 1;
packetDiscard 0;
byteAccept 527; |
The CLI command "show status/table global callMediaStatus
" is enhanced to include the following statistics:
sRTP/sRTPC statistics
RTCP Statistics
ICE Statistics
Expand | |||||||
---|---|---|---|---|---|---|---|
|
Noprint |
---|
The CLI command "show status addressContext ipAccessControlList defaultAclStatistics
" is enhanced to include configuration and statistics data for all VM guest-based default ACL rules.
The existing ACL statistics table is expanded to include the following:
Code Block | ||||
---|---|---|---|---|
| ||||
> show status addressContext default ipAccessControlList defaultAclStatistics
defaultAclStatistics 9 {
protocol UDP;
application dns_udp_guest;
addressContextId *;
lifGrpId *;
sourceIpAddress "* (53)";
destinationIpAddress "* (0)";
policingMode PktRate;
bucketSize "50 pkt";
creditRate "1000 pkt/s";
polId 0;
polPriority 0;
packetAccept 0;
packetDiscard 0;
aggPol none;
owner vm;
vmGuestId Vm1;
} |
Noprint |
---|
The following CLI commands and statistics are deprecated in this release.
Removed "commitSoftwareUpgrade
" attribute from "request system admin
" command.
acceptPercentage
" parameter from Overload Profile staticMode
object.committed
” status from “show table system serverSoftwareUpgradeStatus
” command.systemCongestionMemLevel
' statistic from systemCongestionStatus
command.Noprint |
---|
...