udp-jitter-voip

Syntax

udp-jitter-voip {|}[codec-type] [advantage-factor] [source {|}[source-port]] [name-server][probe-interval] [tos]

Description

Configure UDP jitter voip as the IP-SLA test mechanism. Requires destination address/hostname and source address/interface for the IP-SLA of udp-jitter-voip IP-SLA type.

Command context

config-ip-sla-

Parameters

{|}

Selects the destination IPv4 address for the IP-SLA or the hostname of the destination.

Selects the port number for the IP-SLA. Range: 1 to 65535.

[codec-type]

选择的codec-type Voip IP-SLA测试。

[advantage-factor]

Selects the value for the advantage factor. Default value is 0.

[source {|}]

Selects the source IPv4 address for SLA probes or the source interface to use for sending IP-SLA probes.

[source-port]

Specifies the value of source port for the IP-SLA probes.

[name-server]

Specifies the DNS server for destination hostname resolution.

tos

Specifies the type of service. Range: 0 to 255.

probe-interval

Specifies the probe interval in seconds. Range: 120 to 604800.

Authority

Administrators or local user group members with execution rights for this command.

Examples

switch(config-ipsla-1)#udp-jitter-voip 2.2.2.2 8080 advantage-factor 10 codec-type g711aswitch(config-ipsla-1)#udp-jitter-voip 2.2.2.2 8080 advantage-factor 10 codec-type g711a source 2.2.2.1switch(config-ipsla-1)#udp-jitter-voip https://device.arubanetworks.com 8080 advantage-factor 10 codec-type g711aswitch(config-ipsla-1)#udp-jitter-voip 2.2.2.2 8080 advantage-factor 10 codec-type g711a source 1/1/1switch(config-ipsla-1)#udp-jitter-voip https://device.arubanetworks.com 8080 advantage-factor 10 codec-type g711a source 2.2.2.1switch(config-ipsla-1)#udp-jitter-voip https://device.arubanetworks.com 8080 advantage-factor 10 codec-type g711a source 1/1/1switch(config-ipsla-1)#udp-jitter-voip https://device.arubanetworks.com 8080 advantage-factor 10 codec-type g711a name-server 10.10.10.2 probe-interval 120 source 10.1.1.1 source-port 8888 tos 10