[root@smart ~]# arping -f 192.168.1.1
ARPING 192.168.1.1 from 192.168.1.120 eth0
Unicast reply from 192.168.1.1 [6C:59:40:FC:C4:F3] 1.205ms
Sent 1 probes (1 broadcast(s))
Received 1 response(s)
d. -q 不輸出結(jié)果linux常用命令,常與-c等共用
[root@smart ~]# arping -q 192.168.1.2 -c 1
[root@smart ~]# echo $?
1
e. -I interface addresslinux常用命令,網(wǎng)卡
[root@smart ~]# arping 192.168.1.1 -I eth0
ARPING 192.168.1.1 from 192.168.1.120 eth0
Unicast reply from 192.168.1.1 [6C:59:40:FC:C4:F3] 1.435ms
Unicast reply from 192.168.1.1 [6C:59:40:FC:C4:F3] 1.118ms
Unicast reply from 192.168.1.1 [6C:59:40:FC:C4:F3] 1.083ms
Unicast reply from 192.168.1.1 [6C:59:40:FC:C4:F3] 1.079ms
^CSent 4 probes (1 broadcast(s))
Received 4 response(s)
f. -s 指定源地址
[root@smart ~]# arping 192.168.1.1 -s 192.168.1.120
ARPING 192.168.1.1 from 192.168.1.120 eth0
Unicast reply from 192.168.1.1 [6C:59:40:FC:C4:F3] 1.183ms
Unicast reply from 192.168.1.1 [6C:59:40:FC:C4:F3] 1.153ms
^CSent 2 probes (1 broadcast(s))
Received 2 response(s)
Juyin@2017/12/21
打開APP,閱讀全文
wz_cow4726次閱讀06-30APP打開
wensonlee45次閱讀11-03APP打開
qq_356940999172次閱讀05-27APP打開
remote_roamer3582次閱讀04-02APP打開
wyqwclsn6762次閱讀11-11APP打開
u0102789231662次閱讀12-29APP打開
u04021031次閱讀04-10APP打開
ljl890705717次閱讀03-10APP打開
y_bing3196次閱讀06-06APP打開
weixin_420146221150次閱讀05-26APP打開
aprilweet2266次閱讀02-20APP打開
GW569453350game9597次閱讀06-29APP打開
juyin2015139次閱讀11-04APP打開
juyin2015103次閱讀11-05APP打開
Coding_Or_Dead3549次閱讀12-15APP打開
lidonghat4919次閱讀09-15APP打開
zjjyliuweijie1839次閱讀07-14APP打開
上一個教程:Linux命令行模式進不去登不進去
下一個教程:常用的linux運維命令總結(jié)