CCIE News

Hello Readers,

I just read some nice articles on Eman’s blog. I just want to share them with you.

Have a good reading ;)

CCIE Flyer August 2009
Darby Weaver thoughts on IPExpert CCIE R&S Bootcamp
Post on Cisco Learning Network forum

NMC quick notes to build your CCIE Lab strategy

Hello,

I read a quite interesting article this morning on NetMasterClass website. It’s a 14 pages guide to help build and make your own strategy to prepare for CCIE lab. It gives some directions to avoid overwhelmed feeling about topics quantity. I’d definitely recommend it to any IE wannabee ;) Furthermore, you can check their free interesting article library.

Here it is :
- CCIE-PREPARATION-STRATEGY
- Free Articles

Enjoy ! ;)

HowTo Use Cisco DocCD/Documentation ?

Hello you,

Long time no write on my blog, sorry for all you who follow it regulary. It was time for vacations and beginning of my CCIE written test preparation. Today, I found a nice tutorial from InternetworkExpert Team, explaining the way to use Cisco documentation and also bring a ccie lab focus.

Here it is !

Enjoy and see you soon ;)

How to use SecureCRT with Dynamips

Hello,

If SecureCRT is your favorite telnet/ssh tool, you can now use it with Dynamips !
Procedure is quite simple and is described below :

- Modify your dynagen.ini file in C:\Program Files\Dynamips and add the following line :
telnet = start C:\progra~1\SecureCRT\SecureCRT.EXE /script c:\progra~1\dynamips\securecrt.vbs /arg %d /T /telnet %h %p & sleep 1

- Write a vbs script and copy it into the same folder as dynagen.ini file. The script filename must be securecrt.vbs
#$Language="VBScript"
#$Interface="1.0"
Sub main
crt.window.caption = crt.arguments(0)
End Sub

All is ready now, when you issue a “telnet /all” on dynamips console, SecureCRT will run and each router will be displayed in its own tab.

HTH ;)