qoe-settings
This command configures the OVOC server to where the devicesends QoE data.
Syntax
(config-voip)# qoe qoe-settings 0 (qoe-settings-0)#
Command |
Description |
---|---|
filter-reports {disable|enable} |
Enables the filtering (e.g., by IP Group #2) of the QoE reports that the device sends to OVOC. |
interface |
Defines the IP network interface on which the quality experience reports are sent. |
keep-alive-time <0-64> |
Defines the interval (in seconds) between every consecutive keep-alive message that the device sends to the OVOC server. |
report-mode {during-call|end-call} |
Defines at what stage of the call the device sends the QoE data of the call to the OVOC server. |
secondary-server-name |
Defines the IP address or FQDN (hostname) of the secondary OVOC server to where the quality experience reports are sent. |
tls{off|on} |
Enables a TLS connection with the OVOC server. |
server-name |
Defines the IP address or FQDN (hostname) of the primary OVOC server to where the quality experience reports are sent. |
tls-context-name |
Assigns a TLS Context or certificate (configured in the TLS Contexts table) for the TLS connection with the OVOC server. |
verify-certificate {off|on} |
Enables TLS verification of the certificate provided by OVOC. |
verify-certificate-subject-name {off|on} |
Enables subject name (CN/SAN) verification of the certificate provided by OVOC. |
Command Mode
Privileged User
Note
Only one table row (index) can be configured.
Example
This example configures the IP address of OVOC as 10.15.7.89 and uses IP network interface OAMP for communication:
(config-voip)# qoe qoe-settings 0 (qoe-settings-0)# server-name 10.15.7.89 (qoe-settings-0qoe)# interface OAMP (qoe-settings-0qoe)# activate