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 ;)

3 Réponses vers «How to use SecureCRT with Dynamips»

  1. Chris Dit:

    you might want to change ‘%h” to “127.0.0.1″ for newer versions of SecureCRT and VISTA. See http://7200emu.hacki.at/viewtopic.php?t=119&postdays=0&postorder=asc&start=54 for details.

  2. niese Dit:

    great article! thanks dude


Laisser un commentaire