• arping 帮助——翻译


    [root@localhost ~]# arping --help
    arping: invalid option -- '-'
    Usage: arping [-fqbDUAV] [-c count] [-w timeout] [-I device] [-s source] destination

    -f : quit on first reply #收到一次回复就离开
    -q : be quiet #安静模式
    -b : keep broadcasting, don't go unicast #保持广播,不要单播
    -D : duplicate address detection mode #重复地址检测模式
    -U : Unsolicited ARP mode, update your neighbours #主动ARP模式,更你的邻居
    -A : ARP answer mode, update your neighbours #ARP应答模式,更新你的邻居
    -V : print version and exit #显示版本并退出
    -c count : how many packets to send #发送多少包
    -w timeout : how long to wait for a reply #设置一个回复需要等待多久
    -I device : which ethernet device to use (eth0) #网卡设备
    -s source : source ip address #设置原地址

    destination : ask for what ip address
    [root@localhost ~]#

  • 相关阅读:
    『Python基础』第3节:变量和基础数据类型
    Python全栈之路(目录)
    前端
    Python十讲
    Ashampoo Driver Updater
    druid 连接池的配置
    webService 入门级
    pom
    pom----Maven内置属性及使用
    webservice 总结
  • 原文地址:https://www.cnblogs.com/wajika/p/6627858.html
Copyright © 2020-2023  润新知