ping脚本

#!/bin/bash
#exec 1>yjk.log
exec 2>errorPing.log


#usually, there is only 1 switch, no need to type it every time
declare swIp=129.50.0.20
declare swUser=admin
declare swPasswd=wisg3.2

grepPing(){
grep min/avg/max -c|awk '{if($1 == 1) print "success";else {if($1 == 0) print "fail";else print "unexpacted result,check it manully"}}'
}

swPing(){
(sleep 1;echo $swUser;sleep 1;echo $swPasswd;echo system-view;echo interface Vlanif $1;echo ping $2;sleep 4)|telnet $swIp|grepPing
}

susePing(){
(sleep 1;echo root;sleep 1;echo $2;echo ping $3 -c 5;sleep 8)|telnet $1|grepPing
}

echo "linux103(10.137.55.103) Ping linux39(10.137.55.39), expect success"
susePing 10.137.55.103 huangqiang 10.137.55.39

echo "linux103(10.137.55.103) Ping wongIp, expect fail"
susePing 10.137.55.103 huangqiang 11.137.55.39

echo sw ping SP 55.55.55.88 with vlan 3006, expect success
swPing 3006 55.55.55.88|grep success

echo sw ping wrongSP 55.55.55.8 with vlan 3006, expect fail
swPing 3006 55.55.55.8

exit

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值