udp-echo
Syntax
udp-echo { | } [source { | } [source-port ]] [name-server ] [payload-size ] [tos ] [probe-interval ]
Description
Configures UDP echo as the IP-SLA test mechanism. Requires destination address/hostname and destination port number for the IP-SLA of udp-echo SLA type.
Command context
config-ip-sla-
Parameters
-
{
| } -
Selects the destination IPv4 address for the IP-SLA or the hostname of the destination.
-
-
Specifies the destination port for the IP-SLA. Range: 1 to 65535.
-
[source {
| }) -
Selects the source IPv4 address for SLA probes or the source interface to use for sending IP-SLA probes.
-
[
source-port
] -
Specifies source port for the IP-SLA test. Range: 1 to 65535.
-
[
name-server
] -
Specifies the DNS server for destination hostname resolution.
-
[
payload-size
] -
Specifies the payload size of an SLA probe. Range: 28 to 1440.
-
[
] -
类型的服务。范围:0 - 255。
-
probe-interval
-
Probe interval in seconds. Range: 5 to 604800.
Authority
Administrators or local user group members with execution rights for this command.
Examples
switch(config-ipsla-1)#udp-echo 2.2。2.2 8080switch(config-ipsla-1)#udp-echo 2.2。2.2 8080 source 2.2.2.1switch(config-ipsla-1)#udp-echo https://device.arubanetworks.com 8080switch(config-ipsla-1)#udp-echo 2.2。2.2 8080 source 1/1/1switch(config-ipsla-1)#udp-echo 2.2。2.2 8080 source 2.2.2.1 payload-size 50switch(config-ipsla-1)#udp-echo 2.2。2.2 8080 source 1/1/1 payload-size 50switch(config-ipsla-1)#udp-echo 2.2。2.2 8080 payload-size 50switch(config-ipsla-1)#udp-echo https://device.arubanetworks.com 8080 source 2.2.2.1 payload-size 50switch(config-ipsla-1)#udp-echo https://device.arubanetworks.com 8080 source 1/1/1 payload-size 50switch(config-ipsla-1)#udp-echo https://device.arubanetworks.com 8080 name-server 10.10.10.2