ARP 프로토콜을 사용하여 네트워크에서 호스트를 발견하고 탐색합니다. MAC 주소 검색에 유용합니다. 더 많은 정보: https://github.com/ThomasHabets/arping.
arping {{host_ip}}
arping -I {{interface}} {{host_ip}}
arping -f {{host_ip}}
arping -c {{count}} {{host_ip}}
arping -U {{ip_to_broadcast}}
arping -D -w {{3}} {{ip_to_check}}