crontab -e

添加如下信息:每隔2分钟发送两个ping包

*/2 * * * *     /bin/ping 172.31.13.1 -c 2

wq保存退出

重启服务
/etc/rc.d/init.d/crond restart

ok