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

(새 문서: ==개요== ;/sbin/arp ;arp <source lang='dos'> [root@jmnote ~]# arp Address HWtype HWaddress Flags Mask Iface 192.168.0.1 ether ...)
 
9번째 줄: 9번째 줄:
192.168.0.16            ether  00:25:79:fb:d1:a3  C                    eth0
192.168.0.16            ether  00:25:79:fb:d1:a3  C                    eth0
</source>
</source>
 
<source lang='dos'>
[root@jmnote ~]# 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
</source>


==같이 보기==
==같이 보기==

2014년 5월 13일 (화) 23:48 판

1 개요

/sbin/arp
arp
[root@jmnote ~]# 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@jmnote ~]# 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

2 같이 보기

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