When trying to ping a divice (AccessPoint) in a subnet, ping failed…
Executing in WinBox Terminal:
[admin@MikroTik] > ping 10.10.10.5 interface=ether3-WLAN-hotspot count=3
HOST SIZE TTL TIME STATUS
10.10.10.5 timeout
10.10.10.5 timeout
10.10.10.5 timeout
… but trying a arp-ping getting valid result…
Executing in WinBox Terminal:
admin@MikroTik] > ping 10.10.10.5 interface=ether3-WLAN-hotspot count=3 arp-ping=yes
HOST SIZE TTL TIME STATUS
00:1D:0F:EA:EB:65 1ms
00:1D:0F:EA:EB:65 0ms
00:1D:0F:EA:EB:65 0ms
what does this mean?
Normally I am not able to ping the destination, why succeeded the arp-ping?
Thanks a lot for help for a MikroTik-newbie ![]()