Ping uses Internet Control Message Protocol (ICMP) Echo messages to determine if a remote host is active or inactive and to determine the round-trip delay when communicating with it.
Topics covered in this manual:
The Ping feature is included in the 'system' package. No installation is
needed for this featureInstallation
There is no significant resource usage.
Ping utility shows Time To Live value of the received packet (ttl) and Roundtrip time (time) in ms. The console Ping session may be stopped when the Ctrl + C is pressed.
[MikroTik] > ping ?
Send ICMP Echo packets. Repeat after given time interval.
<address> IP address of host
count Number of packets
interval Delay between messages
size Packet size
[MikroTik] >
Descriptions of arguments:
address - IP address for the host you want to ping.
size - (optional) Size of the IP packet (in bytes, including the IP and ICMP headers). Can be 36...4096.
interval - (optional) Delay between messages (in seconds). Default is 1 second. Can be 10ms...5s.
count - How many time ICMP packets will be sent. If not specified, ping continues till CTRL+C is pressed.