interval

Use this command to set the transmit rate of the ICMP echo requests.

Syntax

interval millisecs
no interval millisecs

Parameters

millisecs Specifies the transmit rate in milliseconds. Value can range from 100 to 30000 milliseconds, in increments of 100 milliseconds. Default is 2000 ms. This value must be larger than the “receive wait” time.

Defaults

2000 milliseconds.

Mode

Timing probe configuration mode.

Usage

The interval must be specified in increments of 100 milliseconds. This value must be larger than the time configured with the command to wait for an ICMP echo reply. If you try to set a value smaller than the currently configured “receive wait” time, the command will be rejected and you will get a system message.

The no form of this command returns the transmit rate to the default of 2000 milliseconds.

Example

This example sets the transmit rate to 1000 milliseconds.

System(su)->configure
System(su-config)->probe ICMP_STATS icmp timing
System(su-config-probe-timing)->interval 1000