Uses this command to configure the length of time to wait for an ICMP echo reply.
1000 milliseconds.
Timing probe configuration mode.
This wait time must be less than the transmit rate time. If you want to change the transmit rate time to a value smaller than the current receive wait time, change the receive wait time first, before changing the tranmit rate, as shown in the second example below.
The no form of this command returns the wait time to the default of 1000 milliseconds.
This example sets the transmit rate to 1500 milliseconds and the receive wait time to 500 milliseconds.
System(su)->configure System(su-config)->probe ICMP_STATS icmp timing System(su-config-probe-timing)->interval 1500 System(su-config-probe-timing)->receive 500
This example shows how to change the transmit rate and receive wait time when the current receive wait time is the default of 1000 ms and the desired transmit rate is 900 ms.
System(su)->configure System(su-config)->probe ICMP_STATS icmp timing System(su-config-probe-timing)->receive 500 System(su-config-probe-timing)->interval 900