Agreed.

Cheers,
 
Jared Scrivener CCIE3 #16983 (R&S, Security, SP), CISSP
Sr. Technical Instructor - IPexpert, Inc.
URL: http://www.IPexpert.com
Telephone: +1.810.326.1444
Fax: +1.810.454.0130
Mailto: [email protected]


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Dale Shaw
Sent: Thursday, 14 May 2009 8:10 PM
To: [email protected]
Cc: OSL CCIE
Subject: Re: [OSL | CCIE_RS] What do you guys use in place of TCL script on
theswitches?

Hi Joe,

My 2.2c..

On Fri, May 15, 2009 at 10:03 AM, Joe Astorino <[email protected]>
wrote:
> I heard it may have to do with their scripts possibly utilizing tcl or
macro scripts and if you have some with the same name it could break the
grading script but who knows?

Hmm, that doesn't seem to hold water, at least with the macros.
They're simply overwritten --

SW2(config)#do sh run | b ^macro
macro name PING-IGP
do ping 172.16.1.1
do ping 172.16.2.2
@
[...]

SW2(config)#macro name PING-IGP
Enter macro commands one per line. End with the character '@'.
do ping 1.1.1.1
do ping 2.2.2.2
@
SW2(config)#do sh run | b ^macro
macro name PING-IGP
do ping 1.1.1.1
do ping 2.2.2.2
@

Anyway, some things around "extra" device config in the lab are worth
wasting electrons on, but this is not one of them -- the macros serve
no useful purpose once you're done with them, so to remove any doubt
about their impact on your score, candidates should remove them. I
agree with your recommendation.

cheers,
Dale

Reply via email to