RE: Checking the resaults in the end od the exam

From: Lee Donald (Lee.Donald@t-systems.co.uk)
Date: Wed Oct 26 2005 - 07:36:42 GMT-3


Dave,

Unfortunately The tcl script doesn't run on the 3550's, which I found a real
pain. When you come to testing the 3550's you might have to do those 2
manually.

Regards

Lee.

-----Original Message-----
From: Dave Mumford [mailto:Dave.Mumford@telindus.co.uk]
Sent: Wednesday, October 26, 2005 11:22 AM
To: Leigh Harrison; amir cohen
Cc: FORUM
Subject: RE: Checking the resaults in the end od the exam

Hi Leigh,

Not sure if you can run the tcl script on the 3550's directly, I always run
the tcl script from a central router that runs a ping remotely on all
devices, few more lines in the script but gets over the problem on the
3550's. If it can run on the 3550's let me know !

Cheers,

Dave.

 -----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Leigh Harrison
Sent: 26 October 2005 10:48
To: amir cohen
Cc: FORUM
Subject: Re: Checking the resaults in the end od the exam

Hey there Amir,

The main goal of the exam is make sure that all of the routers and
switches can see all of the other interfaces. This is the most
important thing to get sorted. To test, the best way is to run a shell
scipt - write it in notepad and paste it into the routers one at a time
to make sure that they are all visible.

After that, cast an eye over the rest of the bits, such as the QoS, etc
just to make sure there is no obvious mistakes.

I've no doubt that there is a few other ways to go through thsi that
will get posted, but get the pings working and you'll be halfway there
(maybe more!!)

LH

example shell script:-

tclsh
!
foreach i {
1.1.1.1
2.2.2.2
3.3.3.3
9.9.9.9
} {puts [ping $i]}

** this is a one time only script and you'll have to paste the whole
thing in each time you want it to run **

i.e:-
r3#tclsh
r3(tcl)#foreach i {
+>(tcl)#12.12.1.1
+>(tcl)#12.12.2.2
+>(tcl)#12.12.3.3
+>(tcl)#12.12.4.4
+>(tcl)#} {puts [ping $i]}

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/14/36 ms

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.4.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms

r3(tcl)#

amir cohen wrote:

>Guys,
>
>I have to know in generally :
>
>What do i have to check in the END:
>
>LOOPBACKs?
>all interfaces?
>
>Amir
>
>
>
>
>__________________________________
>Yahoo! Mail - PC Magazine Editors' Choice 2005
>http://mail.yahoo.com
>
>_______________________________________________________________________
>Subscription information may be found at:
>http://www.groupstudy.com/list/CCIELab.html



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