RE: Brussels next week

From: Victor Cappuccio (vcappuccio@desca.com)
Date: Mon Jan 15 2007 - 16:11:45 ART


Hi Deji

for the TCL Script here you have an example..

For example I use this script to make the router autogenerate the script
for me for all interfaces; yeah I'm a little bit lazy

tclsh
foreach i {
GigabitEthernet1/18
Serial2/2/0.1/2/1/1:0
Serial2/2/0.1/2/1/2:0
Serial2/2/0.1/2/1/3:0
Serial2/2/0.1/2/2/1:0
Serial2/2/0.1/2/2/2:0
Serial2/2/0.1/2/2/3:0
GigabitEthernet9/24
} {
set int [exec "show run inter $i | in Serial"]
        if {[regexp "Serial" $int ]} {
             puts "interface $i"
             puts "encap ppp"
        } else {
              puts "interface $i"
                puts "cdp enable"
             puts "Dampening"
                 puts "no sh"
                  }
           }
         }
    }

 Or simple you can use

tclsh
foreach a {
10.1.1.1
20.1.1.1
30.1.1.1
40.1.1.1
50.1.1.1
60.1.1.1
} { ping $a}

Remember to do a tclquit to get out of that mode.

Good Reference
http://www.tcl.tk/
http://www.internetworkexpert.com/resources/tclshrsh.htm

for the other part, the Airport is not far from the Testing Center, you
can take a train to diegem and then you have several options there, like
Etap, formula-1 o many other more expensives to the hotel

Just Brief and relax

Good Luck

Victor.--
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
deji500@hotmail.com
Sent: Monday, January 15, 2007 2:04 PM
To: ccielab@groupstudy.com
Subject: Brussels next week

Hi GS,

I have my big day next week (1st attempt) and just want some tips from
what not to eat to what not to wear. Basically, anything that will make
my lab experience more comfortable.

Is it safe to book my flight to leave brussels at night? The last flight
back to london that night is at 8.25 pm Brussels time. Will i have
sufficient time to get back to the airport or should i just stay the
night?

When will i know the big decision after the exam?

How do i overcome anxiety the night before the exam? Its still a few
days away and i am so nervous.

Do i really need to use TCL scripts or can i just do manual pings (I
don't know how to do TCL pings).

If i check out of the hotel in the morning, will i be able to put my
things in a safe area while i take the lab?

How far is the centre from the airport?

Any suggestions would be very welcome.

Thanks for your anticipated input.



This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:56 ART