udp-jitter-voip
Syntax
udp-jitter-voip {<DEST-IPV4-ADDR> | <HOSTNAME>} <PORT-NUM> [codec-type <CODEC-TYPE>]
[advantage-factor <VALUE>] [source {<SOURCE-IPV4-ADDR> | <IFNAME>} [source-port <PORT-NUM>]]
[name-server <IPV4-ADDR-DNS-SERVER>][probe-interval <PROBE-INTERVAL>] [tos <TYPE-OF-SERVICE>]
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-<IP-SLA-NAME>
Parameters
{<DEST-IPV4-ADDR>|<HOSTNAME>}
Selects the destination IPv4 address for the IP-SLA or the hostname of the destination.
<PORT-NUM>
Selects the port number for the IP-SLA. Range: 1 to 65535.
[codec-type <CODEC-TYPE>]
Selects the codec-type for the Voip IP-SLA test.
- [
advantage-factor <ADVANTAGE-FACTOR>]
Selects the value for the advantage factor. Default value is 0.
[source {<SOURCE-IPV4-ADDR> | <IFNAME>}]
Selects the source IPv4 address for SLA probes or the source interface to use for sending IP-SLA probes.
- [
source-port <PORT-NUM>
] Specifies the value of source port for the IP-SLA probes.
- [
name-server <IPV4-ADDR-DNS-SERVER>
] Specifies the DNS server for destination hostname resolution.
tos<TYPE-OF-SERVICE>
Specifies the type of service. Range: 0 to 255.
probe-interval <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 g711a switch(config-ipsla-1)# udp-jitter-voip 2.2.2.2 8080 advantage-factor 10 codec-type g711a source 2.2.2.1 switch(config-ipsla-1)# udp-jitter-voip https://device.arubanetworks.com 8080 advantage-factor 10 codec-type g711a switch(config-ipsla-1)# udp-jitter-voip 2.2.2.2 8080 advantage-factor 10 codec-type g711a source 1/1/1 switch(config-ipsla-1)# udp-jitter-voip https://device.arubanetworks.com 8080 advantage-factor 10 codec-type g711a source 2.2.2.1 switch(config-ipsla-1)# udp-jitter-voip https://device.arubanetworks.com 8080 advantage-factor 10 codec-type g711a source 1/1/1 switch(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