리눅스 arp

Jmnote bot (토론 | 기여)님의 2015년 2월 12일 (목) 01:42 판 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))

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
? (192.168.0.1) at 00:26:68:01:35:79 [ether] on eth0

2 같이 보기

3 참고 자료