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
