arping命令用法

arping命令使用说明

BusyBox v1.17.3 (2011-07-20 17:01:30 CST) multi-call binary.

Usage: arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP

Send ARP requests/replies

Options:
-f Quit on first ARP reply
-q Quiet
-b Keep broadcasting, don't go unicast
-D Duplicated address detection mode
-U Unsolicited ARP mode, update your neighbors
-A ARP answer mode, update your neighbors
-c N Stop after sending N ARP requests
-w TIMEOUT Time to wait for ARP reply, seconds
-I IFACE Interface to use (default eth0)
-s SRC_IP Sender IP address
DST_IP Target IP address

例如,要将接口ip广播给对端,可以发送免费arp请求,arping -I ethX -s  x.x.x.x  x.x.x.x,如命令中两个接口ip相同,即为发送免费arp请求;

同样,也可以用接口源ip去请求网关ip,避免对端学不到本端接口ip,命令 arping -I ethX -s x.x.x.x(接口ip) x.x.x.x(对端网关ip)

如要进行自动广播,可以考虑将命令写入到shell脚本中,如下:

#!/bin/sh

arping -I eth0 -c 1 -s 2.2.2.2 2.2.2.1 >/dev/null

转载于:https://www.cnblogs.com/showery/p/9198073.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值