Skip to main content
Version: current

Diagnostics and Monitoring

This section covers RouterOS diagnostic and monitoring tools. Use it to inspect traffic, test connectivity, collect logs, monitor resources, analyze flow data, and investigate network or device issues.

📄️Ping

Ping uses the 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. The Ping tool sends an ICMP (type 8) message to the host and waits for the ICMP echo-reply (type 0). The interval between these events is called a round trip. If the response (that is called pong) has not come until the end of the interval, we assume it has timed out. The second significant parameter reported is TTL (Time to Live). It is decremented at each machine in which the packet is processed. The packet will reach its destination only when the TTL is greater than the number of routers between the source and the destination.