Re: Break a TCLSH ping loop

From: Peter Kingston (kingstonp.ccie@gmail.com)
Date: Tue Feb 19 2008 - 04:22:46 ARST


I guessing you could have used telnet to get onto the device and cleared the
console?

Hopefully thats the solution you used.

-- 
Regards,

Peter Kingston Studying my CCIE

On Feb 18, 2008 3:44 AM, Lucky <iamreallylucky@gmail.com> wrote:

> Dear group., > > Can anybody in help me to break a tclsh loop. > > I had run a tclsh to check the connectivity by mistake i have put the call > function inside itself. > > SO IT GO ON A MERY ROUND - IT Is LOOPING - so i am not able to work on > the > router. > Another thing i am unable to reboot the router since i am on online rack > and > there are no people in online support to reboot the router. > > proc ping-i {} { > foreach i { > 3.3.1.1 > 3.3.2.2 > 3.3.3.3 > } { puts [ exec "ping $i" ] > } > ping-i > } > > > ping-i > > > so what happen ping-i is going in loop. > ANY IDEA HOW TO BREAK THE LOOP. > > Otherwise any way of reload ing the router from a remote router , i have > not > done telent config also . > > any way to tackle this case. > from r1 is it possible to reload r2 - any commands > > thanks in advance. > > Lucky > > _______________________________________________________________________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2008 - 16:54:49 ARST