info icmp

Purpose

Displays statistics related to Internet Control Message Protocol (ICMP) activity.

Statistics that display are gathered since the statistic tables were last cleared by rebooting the Digi device, and include data, event, and error counts. These statistics are useful in understanding how the device is operating and can be helpful in finding problems. In particular, if an error counter is found to be increasing there may be a problem with the device.

To reset the statistics, reboot the device.

Required permissions

For Digi products with two or more users, set permissions to set permissions display=execute to use this command. See set permissions for details on setting user permissions for commands.

Syntax

info icmp

Example

#> info icmp

ICMP statistics:

InMessages           : 10872           OutMessages          : 1926
InDestUnreachables   : 10872           OutDestUnreachables  : 1926
InErrors             : 0 

Output

Statistic

Description

InMessages

Number of incoming messages.

InDestUnreachables

Number of incoming destination-unreachable messages received. A destination-unreachable message is sent to the originator when a datagram fails to reach its intended destination.

InErrors

Number of incoming received messages with errors.

OutMessages

Number of outgoing messages.

OutDestUnreachables

Number of destination-unreachable messages sent. A destination-unreachable message is sent to the originator when a datagram fails to reach its intended destination.

See also

  • info commands display statistical information about a device over time.
  • display commands focus the display on real-time information.
  • status command displays the status of outgoing connections (connections made by connect, rlogin, or telnet commands).