Tech Support > Computer Hardware > Routers > How to change console baud rate permanently?
How to change console baud rate permanently?
Posted by Ramon F Herrera on November 30th, 2003


Every time I connect to our Cisco routers through
the console port I have to type:

terminal length 50

and I have to change the baud rate from 9600 to 38400.

Is there any way to make these changes permanent?

TIA,

-Ramon

Posted by Adrian on November 30th, 2003


Ramon F Herrera wrote:
Well... you could always just fix your client terminal program... Or go
into config mode and change the console settings. Save it from the
running_config to startup_config after you made sure things work right
so it will reboot with the same settings every time. (Note, your
changing the console to non-standardish settings, so you are making it
hard on anyone else that comes behind you.)

(config)# line con 0
(config-line)# length 50
(config-line)# speed 38400
(config-line)# ^Z


Adrian



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Similar Posts