I copied the wrong URL http://www.cisco.com/en/US/docs/ios/12_3t/12_3t2/feature/guide/gt_tcl.html
In the TCLsh release notes it explains some scripts but has no information about how to do the simple ping test. That is why I recommend to just memorize how to do it. On Sun, Jun 15, 2008 at 12:56 PM, Brian Valentine <[EMAIL PROTECTED]> wrote: > Forgive me if I misunderstand something here. This link is for release > notes for the 800 series routers. The only thing in there that mentions tcl > has to do with some IOS bugs. Is that what you meant to send? > > Thanks, > > Brian > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tyson Scott > Sent: Saturday, June 14, 2008 12:26 PM > To: OSL CCIE Routing and Switching Lab Exam > Subject: Re: [OSL | CCIE_RS] TCL > > This is the official link to the tclsh command line utility > > http://www.cisco.com/en/US/docs/ios/12_3/12_3x/release/notes/rn800xr.html > > Here is a quick sample of how to do it. We will be adding a White > paper explaining more soon to our website but I recommend to just > memorize this for the test. > > tclsh > foreach address { > 172.16.1.1 > 172.16.1.2 > 172.16.1.4 > 172.16.1.5 > 172.16.1.6 > } { ping $address > } > > > > On Sat, Jun 14, 2008 at 5:49 AM, khalid aljorf <[EMAIL PROTECTED]> wrote: >> Greetings all, >> >> is there any link on DocCD that teaches how to configure and use TCL > script >> to verify the connectivity by the end of the day? >> >> regards >> >> > > > > -- > Tyson Scott - CCIE #13513 R&S and Security > Technical Instructor - IPexpert, Inc. > > Telephone: +1.810.326.1444 > Fax: +1.810.454.0130 > Mailto: [EMAIL PROTECTED] > > Join our free online support and peer group communities: > http://www.IPexpert.com/communities > > IPexpert - The Global Leader in Self-Study, Classroom-Based, Video On > Demand and Audio Certification Training Tools for the Cisco CCIE R&S > Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and > CCIE Storage Lab Certifications. > No virus found in this incoming message. > Checked by AVG. > Version: 8.0.100 / Virus Database: 270.3.0/1502 - Release Date: 6/13/2008 > 7:25 PM > > -- Tyson Scott - CCIE #13513 R&S and Security Technical Instructor - IPexpert, Inc. Telephone: +1.810.326.1444 Fax: +1.810.454.0130 Mailto: [EMAIL PROTECTED] Join our free online support and peer group communities: http://www.IPexpert.com/communities IPexpert - The Global Leader in Self-Study, Classroom-Based, Video On Demand and Audio Certification Training Tools for the Cisco CCIE R&S Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and CCIE Storage Lab Certifications.
