Quality of Service (QoS) is designed to deliver a certain Quality of Experience (QoE) by ensuring that network elements apply consistent treatment to traffic flows as they traverse the network. Multiple factors contribute to user’s experience of voice:
- Network Quality—Availability, latency, jitter, packet loss, and QoS changes.
- Voice quality—Objective quality measures such as MOS, R-Factor, scaled to individual customer needs.
- Signaling paths—Availability, Least Busy Route, Least Sustained rate, Post Gateway Ringing Delay (PGRD), Call Setup Delay, Call Tear Down Delay, SIP Registrars, etc.
Media and Signaling QoS KPI Profiles
The
uses two profiles to measure the signaling QoS parameters against IP trunk groups and provide input back to the control system to provide better perceived QoE.
- Media Qos KPI Profile—From a voice quality perspective, this profile allows the user to set the R-Factor threshold KPI to filter out IP trunk group routes exceeding this threshold.
- Signaling Qos KPI Profile—Calculates signaling-based KPIs to facilitate better routing decisions. Trunks meeting KPI criteria are considered preferred trunks by the .
To set Egress IP Attributes of Signaling Qos KPI Profile in an IP Signaling Profile:
Code Block |
---|
% set profiles signaling ipSignalingProfile <ipSignalingProfile_name> egressIpAttributes signalingQosKpiProfile <QosKpiProfile_name> |
To enable QoS-based routing for an IP Signaling Profile:
Code Block |
---|
% set profiles signaling ipSignalingProfile <ipSignalingProfile_name> egressIpAttributes flags qosBasedRouting enable |
To enable QoS-Based routing on a global level:
Code Block |
---|
% set global qoeCallRouting mediaQosBasedRouting enable
% set global qoeCallRouting signalingQosBasedRouting enable |
DSCP Pass-Through
Differentiated services Code Point (DSCP) is a networking architecture specifying a simple and scalable mechanism for classifying and managing high-priority network traffic and providing quality of service (QoS) on modern IP networks. DSCP prioritizes certain packets in a stateless fashion, scales well and does not require many processing cycles.
The
supports passing through DSCP values where multiple DSCP values are used based on the session. The DSCP pass-through capability applies to
text, audio, video, image/T38, RFC 2833 RTP pay load, transcoded, pass-through, RTCP, SRTP, GW-GW and H.323 media streams. This applies to both IPv4 and IPv6 media streams.
The supports using preconfigured DSCP values for egressing audio and video packets (configured separately for audio and video). Prior to the 5.0.0R0 release, the audio DSCP value was also applied for to MSRP packets. The also now supports setting a separate MSRP DSCP value for egressing MSRP packets for a specific value in the Packet Service Profile (PSP) for egressing MSRP packets. This configurable value, msrpDscp
, applies to egress MSRP packets only , and does not rely on the values configured for audio/video streams.
Code Block |
---|
language | none |
---|
title | CLI Syntax |
---|
|
% set profiles media packetServiceProfile <unique profile name> qosValues msrpDscp <0-255> 63> |
DSCP Marking for T.140 Text Media
The supports specifying an alternative DSCP marking to use for T.140 text media streams from what is used for video and audio media stream types. This value applies irrespective of whether the request has a Resource Priority header (RPH).
To configure the DSCP marking for text calls, execute the following command:
Code Block |
---|
|
% set profiles media packetServiceProfile DEFAULT qosValues t140Dscp <0-63> |