致力于Ubuntu中文推广http://forum.ubuntu.com.cn/
http://forum.ubuntu.com.cn/viewtopic.php?t=344538
代码: 全选
arp -n|awk '/^[1-9]/{system("arp -d "$1)}' #清除所有arp缓存
ip neigh flush dev eth0 清除eth0接口的所有arp缓存