receive

Uses this command to configure the length of time to wait for an ICMP echo reply.

Syntax

receive milliseconds
no receive milliseconds

Parameters

millisecs Specifies the time to wait in milliseconds. Value can range from 50 to 29900 milliseconds. This value MUST be less than the transmit rate set with the command. Default is 1000 ms.

Defaults

1000 milliseconds.

Mode

Timing probe configuration mode.

Usage

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.

Examples

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