03-21-2011 07:01 AM - edited 03-06-2019 04:10 PM
Hello,
Have a weird situation. For IOS update I have updated console speed up to 115200. Now, once finished
am trying to reduce it down, but apparently have a problem. I did enter set BAUD 9600 in bootloader and reset
but once switch get's fully booted it moves to 115200.
Does anyone knows how to get rid of it ?
Thanks
Arunas
Solved! Go to Solution.
03-21-2011 07:10 AM
Arunas,
Can you check the configuration file in your switch, in particular, the line con 0 section? It is possible that it contains the command speed 115200
Simply try configuring the speed 9600 in the line con 0 stanza (expect the speed to change immediately) and then store the configuration.
Best regards,
Peter
03-21-2011 07:10 AM
Arunas,
Can you check the configuration file in your switch, in particular, the line con 0 section? It is possible that it contains the command speed 115200
Simply try configuring the speed 9600 in the line con 0 stanza (expect the speed to change immediately) and then store the configuration.
Best regards,
Peter
03-21-2011 08:11 AM
Thanks a lot, that works, just wondering the way it works....am fine with it
Regards
Arunas
03-21-2011 08:20 AM
Hello Arunas,
The reason, as I see it, is that the BAUD environment variable is valid for the bootloader code. However, modifying the BOOT variable does not modify the startup-config. After the IOS boots up, it uses the settings from the startup-config including the console speed specified in the line con 0 section. Essentially, it overrides the BAUD variable setting with the startup-config file setting.
Best regards,
Peter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide