리눅스 arp

Jmnote (토론 | 기여)님의 2015년 9월 20일 (일) 09:08 판 (→‎개요)

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 참고 자료