Telnetting into a GNS3 Device
Hello folks,
Quick question, When I telnet into a device using GNS3, there is no way you can scroll up/down in the console window. So if run lets say sh run you not able to scroll up and see everything from the beginning, is there a way to fix this?
Thank you
Quick question, When I telnet into a device using GNS3, there is no way you can scroll up/down in the console window. So if run lets say sh run you not able to scroll up and see everything from the beginning, is there a way to fix this?
Thank you
Comments
-
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□Hello folks,
Quick question, When I telnet into a device using GNS3,there is no way you can scroll up/down in the console window.
PS - Edit | Preferences | Terminal Settings is where you select a telnet client. -
n3twrk0p Member Posts: 22 ■□□□□□□□□□NetworkVeteran wrote: »To clarify, you don't actually telnet to a device "using GNS3". GNS is a front-end for simulating devices via Dynamips. You actually telnet to the devices using a telnet client like Telnet, SecureCRT, Teraterm, or my favorite choice... PuTTY.
If you post what actual telnet client you're using, someone may be able to assist you with it. Alternatively, install PuTTY. It's what I use, it's popular for connecting to network devices, and it indeed features nifty scrollbars.
PS - Edit | Preferences | Terminal Settings is where you select a telnet client.
I was referring to putty actually, when I open a session to any router inside GNS3 it connects and everything but the scroll bar is not showing - sorry for not making my self clear -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□I was referring to putty actually, when I open a session to any router inside GNS3 it connects and everything but the scroll bar is not showing - sorry for not making my self clear
In PuTTY, right-click on the title bar of the window. Click on "Change Settings" then "Window". Double-check the default scrollback settings (line of scrollback=200, display scrollbar=yes, reset_scrollback_on_display_active=yes, push_erased_text_into_scrollback=yes). Note, "Display scrollbar in full screen mode" is set to no by default, so if you are in full-screen mode and you're expecting a scrollbar by default, you'll be disappointed.
PS - When you've found a set of preferences you've tested that you enjoy, save them with a name in the sessions section.