QoS-based routing towards terminating gateway/subscriber is configurable from both a signaling and media perspective.
For Signaling QoS KPI Profile, see "Signaling QoS KPI Profile". The Media Quality of Service (QoS) Key Performance Indicator (KPI) Profile allows the user to set the R-Factor threshold KPI to filter out IP trunk group routes exceeding this threshold.
The following CLI syntax applies to Media QoS KPI Profile.
% set profiles media mediaQosKpiProfile <profile_name> profileActive <disable | enable> rFactor <disable | enable> rFactorThreshold <1-100>
The Media Qos KPI profile parameters are as shown below:
This example creates a Media QoS KPI Profile named "MQOS-Test", enables the profile, enables R-Factor measurement and sets R-Factor threshold to 75%. In the next two commands, the profile is associated with the "DEFAULT_SIP" IP Signaling Profile and QoS-based routing is enabled.
% set profiles media mediaQosKpiProfile MQOS-Test profileActive enable rFactor enable rFactorThreshold 75 % show details profiles media mediaQosKpiProfile MQOS-Test profileActive enable; rFactor enable; rFactorThreshold 75; % set profiles signaling ipSignalingProfile DEFAULT_SIP egressIpAttributes mediaQosKpiProfile MQOS-Test % set profiles signaling ipSignalingProfile DEFAULT_SIP egressIpAttributes flags qosBasedRouting enable