"리눅스 arp"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
1번째 줄: 1번째 줄:
{{다른뜻|주소결정프로토콜 ARP}}
{{다른뜻|윈도우 arp}}
==개요==
==개요==
;/sbin/arp
;/sbin/arp

2016년 4월 22일 (금) 16:15 판

  다른 뜻에 대해서는 주소결정프로토콜 ARP 문서를 참조하십시오.
  다른 뜻에 대해서는 윈도우 arp 문서를 참조하십시오.

1 개요

/sbin/arp
arp
  • 시스템 ARP 캐시 조작 명령어
[root@zetawiki ~]# arp
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.0.1              ether   00:26:68:01:35:79   C                     eth0
192.168.0.16             ether   00:25:79:fb:d1:a3   C                     eth0
[root@zetawiki ~]# arp -v
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.0.1              ether   00:26:68:01:35:79   C                     eth0
192.168.0.16             ether   00:25:79:fb:d1:a3   C                     eth0
Entries: 2	Skipped: 0	Found: 2
[root@zetawiki ~]# arp -a
? (192.168.0.1) at 00:26:68:01:35:79 [ether] on eth0
? (192.168.0.16) at 00:25:79:fb:d1:a3 [ether] on eth0
[root@zetawiki ~]# arp -a 192.168.0.1
? (192.168.0.1) at 00:26:68:01:35:79 [ether] on eth0

2 같이 보기

3 참고 자료

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