IpIcmpEcho
Description
An object that defines the ICMP echo properties to use in an SLAMonitor object. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
timeout | False | integer | The amount of time, in milliseconds, that the route monitoring operation should wait for a response from the request packets, from 0 to 604800000 milliseconds (7 days). The default value is 5000 milliseconds. if the monitor does not get a response to at least one echo request during this period, the process installs the backup route. Field level constraints: must be between 0 and 604800000 (inclusive). (Note: Additional constraints might exist) |
|||
frequency | False | integer | The rate at which the monitor process repeats (in seconds). Valid values range from 1 to 604800 seconds (7 days). The default is 60 seconds. Field level constraints: must be between 1000 and 604800000 (inclusive). (Note: Additional constraints might exist) |
|||
threshold | False | integer | The number of milliseconds for a rising threshold to be declared, from 0 to 2147483647. The default is 5000. This value should not be larger than the value set for the timeout. The threshold value is only used to indicate over threshold events, which do not affect reachability. You can use the frequency of threshold events to evaluate the setting for timeout. Field level constraints: must be between 0 and 2147483647 (inclusive). (Note: Additional constraints might exist) |
|||
numOfPackets | False | integer | The number of packets to be sent with each poll, from 1 to 100. The default is 1 packet. Field level constraints: must be between 1 and 100 (inclusive). (Note: Additional constraints might exist) |
|||
typeOfService | False | integer | An integer that defines the Type of Service (ToS) type in the IP header of the ICMP echo request packet, from 0 to 255. The default is 0. Field level constraints: must be between 0 and 255 (inclusive). (Note: Additional constraints might exist) |
|||
dataSize | False | integer | The size of the data payload to use in the echo request packets, from 0 to 16384 bytes. The default value is 28. This setting specifies the size of the payload only; it does not specify the size of the entire packet. Field level constraints: must be between 0 and 16384 (inclusive). (Note: Additional constraints might exist) |
|||
type | True | string | ipicmpecho |