RE: ping script

From: Joseph Brunner (joe@affirmedsystems.com)
Date: Thu Oct 18 2007 - 03:31:43 ART


Here we use the macro apply, don't waste time with rshelling the tcl
commands into switches for ping connectivity. If a tasks tell you should be
able to ping then ping!, if not assume its cosmetically complete if the
routes appear as they should... that is hard enough, IMHO...

rack1sw1(config)#macro name slevin
Enter macro commands one per line. End with the character '@'.
do ping 150.1.1.1
do ping 150.1.2.2
do ping 150.1.3.3
do ping 150.1.4.4
@
rack1sw1(config)#macro global apply slevin

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 150.1.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 150.1.2.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 150.1.3.3, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 150.1.4.4, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
slevin kremera
Sent: Thursday, October 18, 2007 2:02 AM
To: CCIE Group Study CCIE Group Study
Subject: ping script

Hi

Any ping script available for switches??

Also is it necessary that one shud be able to ping routes coming from all
the Backbone routers



This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:15 ART