/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)}'