From: Usankin, Andrew (Andrew.Usankin@twtelecom.com)
Date: Thu Oct 25 2007 - 15:00:16 ART
Just another 2 cents for script lovers.
It is not enough to ping from router to another router's all IP
addresses. If you want to make sure your network propagates ALL routes
you need to ping them from all interfaces on the source router.
tclsh
foreach i {
64.15.125.1
64.15.125.2
10.1.1.5
10.1.1.6
64.15.123.9
64.15.123.10 } {foreach j {
s1/0
s1/1
fa0/0
lo0
lo1 } {ping $i source $j rep 2 time 1}}
tclquit
Andrew
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Tarun Pahuja
Sent: Wednesday, October 24, 2007 12:55 PM
To: Radioactive Frog
Cc: fadel lubbos; Joseph Brunner; slevin kremera; CCIE Group Study CCIE
Group Study
Subject: Re: ping script
If the IOS supports TCL try:
tclsh
foreach i {
10.10.10.1
10.10.10.2
} {ping $i rep 2 time 1}
tclquit
Thanks,
Tarun
On 10/18/07, Radioactive Frog <pbhatkoti@gmail.com> wrote:
> you'd need TCL script on 3550 for similar task as macro
>
> ______________________________________________________________________
> _ Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:18 ART