리눅스 arping

Jmnote bot (토론 | 기여)님의 2015년 2월 6일 (금) 03:31 판 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))

1 개요

arping
/sbin/arping
  • 이웃 호스트에 ARP 요청을 보내는 리눅스 명령어
  • 해당 IP주소의 MAC주소
[root@jmnote ~]# arping 192.168.0.6 -c3
ARPING 192.168.0.6 from 192.168.0.139 eth0
Unicast reply from 192.168.0.6 [00:24:68:FB:D0:A1]  0.814ms
Unicast reply from 192.168.0.6 [00:24:68:FB:D0:A1]  0.659ms
Unicast reply from 192.168.0.6 [00:24:68:FB:D0:A1]  0.692ms
Sent 3 probes (1 broadcast(s))
Received 3 response(s)
[root@jmnote ~]# arping google.com -c3
ARPING 74.125.235.98 from 192.168.0.139 eth0
Sent 3 probes (3 broadcast(s))
Received 0 response(s)

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}