RE: RE: TCL Script to Ping.

From: Henk de Tombe (henk.de.tombe@qi.nl)
Date: Thu Oct 13 2005 - 01:32:26 GMT-3


Hi,

In case the ALT "feature" doesn't work, get yourself the complete output of
a show ip alias. Paste it in notepad and select the "search and replace"
function.

Search for "Interface with all spaces till the ip address", replace it with
nothing. The ALT feature is really great, see "search and replace" as a
backup scenario if ALT doesn't work somehow,

Regards,
Henk

-----Oorspronkelijk bericht-----
Van: nobody@groupstudy.com [mailto:nobody@groupstudy.com] Namens Ralph
Verzonden: woensdag 12 oktober 2005 17:07
Aan: Paresh.Khatri@aapt.com.au
CC: ccielab@groupstudy.com
Onderwerp: Re: RE: TCL Script to Ping.

This is the beauty of Groupstudy! sharing such very useful information with
each other. The ALT tip is simply great! Thanks Paresh.

As an extension, it can also be used to collect backbone routes for the
script from the show up route output

Regards and best wishes to all
Ralph.

-----Original Message-----ply
From: "Paresh Khatri" <Paresh.Khatri@aapt.com.au>
To: ccielab@groupstudy.com
Date: Wed, 12 Oct 2005 11:40:52 +1000
Subject: RE: TCL Script to Ping.

Chris,

One way to eliminate the notepad step is to press the Alt key when selecting
the column of addresses from the 'show ip alias' output (Alt allows you to
make a column-wise selection and seems to work with most telnet clients).
You can paste that straight in to the script then...

Paresh.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Chris Lewis
Sent: Wednesday, 12 October 2005 11:28 AM
To: Robert Hosford; cciein2006@yahoo.com; ccielab@groupstudy.com
Subject: RE: TCL Script to Ping.

foreach i {
aadr 1
aadr 2
addr 3
} {ping $i}
 
Works every time for me. You can cut and paste the output from the show ip
alias command on each router to get your list of addresses to ping and paste
from notepad in to each router (use the find and replace to eliminate the
interface column on each line to quickly get it in to a format that can be
pasted in to the script). If anyone knows of a quicker and more efficient
way to ping all addresses from all routers, I'd love to hear it.
 
Chris

Robert Hosford <rhosford@certifiednets.com> wrote:
Well from the looks of those scripts your not kidding about making it too
hard. If you can bang out that script 20 times flawlessly don't even try it
on the lab.

And be prepared if your TCL script doesn't work. On the first lab attempt I
tried with a TCl script it didn't work and I had to back away and do it by
hand. Just so you know CTRL + INS and SHIFT + INS work with secure crt.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
cciein2006@yahoo.com
Sent: Tuesday, October 11, 2005 11:07 AM
To: ccielab@groupstudy.com
Subject: Re: TCL Script to Ping.

I'm not sure about using these scripts during the exam. I have a feeling I
would spend more time troubleshooting the TCL script than the routing
protocols.

Just my $.002



This archive was generated by hypermail 2.1.4 : Sun Nov 06 2005 - 22:00:50 GMT-3