Fri 25 May 2007
Dynagen - Using putty for Console access
Posted by Josh under Cisco , Cisco Routers , Dynamips , Windows , virtualization -When using dynagen and dynamips, the application used for console access is normally basic telnet. Personally, I do not like the windows telnet application at all. It does not allow logging or the ability to maximize the window.
Click Image to play tutorial:

(12 votes, average: 4.08 out of 5)








May 27th, 2007 at 7:26 am
[...] Dynagen - Using putty for Console access [...]
September 10th, 2007 at 6:59 pm
ok
November 7th, 2007 at 3:51 am
Man u r awesome..great tutorial…highly recommended
November 28th, 2007 at 1:31 pm
assum very technical and high proffesional sir can u send me a video or link on my mail to how to create dynagen as switch thanks
December 20th, 2007 at 12:27 pm
will this work for gns3 as well?
December 20th, 2007 at 11:36 pm
I am not sure if this will work with gns3.
January 17th, 2008 at 6:48 pm
thanks!
February 13th, 2008 at 10:12 am
Hello,
Thank you so much for your amazing tutorials. It helps a lot.
In this tutorial I did all that should be done but when I do telnet R1, it keeps starting the console with telnet and not putty.
My ini file:
# Uncomment below for Windows
#telnet = start telnet %h %p
# Or better yet for Terra Term SSH users:
#telnet = C:\progra~1\TTERMPRO\ttssh.exe %h %p /W=%d /T=1
# For PuTTY users:
telnet = start C:\Program Files\PuTTY\putty.exe -telnet %h %p
# For SecureCRT
#telnet = start C:\progra~1\SecureCRT\SecureCRT.EXE /script c:\progra~1\dynamips\securecrt.vbs /arg %d /T /telnet %h %p & sleep 1
# Uncomment below for Linux
#telnet = xterm -T %d -e telnet %h %p > /dev/null 2>&1 &
# Uncomment below for OS X with Terminal
#telnet = /usr/bin/osascript -e ‘tell application “Terminal” to do script with command “telnet %h %p ; exit”‘ -e ‘tell application “Terminal” to tell window 1 to set custom title to “%d”‘
# Uncomment below for OS X with iTerm with named tabs
#telnet = /usr/bin/osascript -e ‘tell app “iTerm”‘ -e ‘activate’ -e ’set myterm to the first terminal’ -e ‘tell myterm’ -e ’set mysession to (make new session at the end of sessions)’ -e ‘tell mysession’ -e ‘exec command “telnet %h %p”‘ -e ’set name to “%d”‘ -e ‘end tell’ -e ‘end tell’ -e ‘end tell’
Then of course, I installed Putty in the PuTTY directory.
Please help!!!
Thanks in advance,
Laurent
March 26th, 2008 at 9:24 pm
[...] Dynagen - Using putty for Console access [...]