Issue Description:
When performing ICMP ping tests to external IPs (e.g., 8.8.8.8) using the Winbox Ping Tool, intermittent "Request timeout" messages are observed. However, the router’s CPU load remains low (around 10–15%), and there is no actual network packet loss.
Root Cause Analysis:
The ping tool in Winbox does not execute directly from the router’s kernel. Instead, it runs as a user-space GUI process within Winbox, communicating over the Winbox management channel.
During interface refreshes or other GUI updates (e.g., viewing interfaces, queues, or firewall rules), this process can momentarily pause, causing fake “timeouts” in the display — even though the real ICMP traffic is normal.
Verification:
Ping tests from devices inside the network show stable results with 0% packet loss.
Running ping from the RouterOS terminal (e.g., /ping 8.8.8.8 count=100) also shows no timeouts.
Only the Winbox GUI ping tool displays intermittent timeouts.
Conclusion:
This behavior is a GUI-level issue rather than an actual network or routing problem. The router continues to forward packets and handle ICMP responses correctly.
Vendor Request:
It is recommended that MikroTik review and optimize the Winbox Ping Tool process to handle GUI refreshes more smoothly — ensuring that ICMP echo requests and responses are displayed accurately without false timeouts during interface updates.