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

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.

tls{off|on}

Enables a TLS connection with the OVOC server.

server-name

Defines the IP address or FQDN (hostname) of the 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