In this section:
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:
The
To set Egress IP Attributes of Signaling Qos KPI Profile in an IP Signaling Profile:
% set profiles signaling ipSignalingProfile <ipSignalingProfile_name> egressIpAttributes signalingQosKpiProfile <QosKpiProfile_name>
To enable QoS-based routing for an IP Signaling Profile:
% set profiles signaling ipSignalingProfile <ipSignalingProfile_name> egressIpAttributes flags qosBasedRouting enable
To enable QoS-Based routing on a global level:
% set global qoeCallRouting mediaQosBasedRouting enable % set global qoeCallRouting signalingQosBasedRouting enable
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
The
The msrpDscp
, applies to egress MSRP packets only, and does not rely on the values configured for audio/video streams.
% set profiles media packetServiceProfile <unique profile name> qosValues msrpDscp <0-255>
For configuration details, refer to Packet Service Profile - CLI or, System Provisioning - Packet Service Profile (EMA).
The
To configure the DSCP marking for text call, execute the following command:
% set profiles media packetServiceProfile DEFAULT qosValues t140Dscp <0-63>
For configuration details, refer to Packet Service Profile - CLI or Media - Packet Service Profile - QOS Values (EMA).