리눅스 arping

Jmnote (토론 | 기여)님의 2014년 5월 18일 (일) 00:59 판 (새 문서: ==개요== ;arping ;/sbin/arping *이웃 호스트에 ARP 요청을 보내는 리눅스 명령어 <source lang='dos'> [root@jmnote ~]# arping 192.168.0.6 -c3 ARPING 192.168.0.6 from ...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

arping
/sbin/arping
  • 이웃 호스트에 ARP 요청을 보내는 리눅스 명령어
[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)

2 같이 보기

3 참고 자료

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