摘要: /sbin/arping -I eth0 -c 5 -s 172.16.1.165 172.16.1.1 &>/dev/null组合命令清除全部arp缓存:arp -n|awk '/^[1-9]/{system("arp -d "$1)}' 阅读全文
posted @ 2022-02-08 19:01 tonggc1668 阅读(75) 评论(0) 推荐(0) 编辑