04-19-2010 04:50 AM - edited 03-04-2019 03:04 AM
Hi
Having trouble resetting the baud rate to 9600 on a 3750-E. Basically the device cannot be set to anything other than 115200 baud rate.
I have changed this via startup-config (which lost connection) reconnected and saved config but after reload was back to 115200.
Tried via bootloader to 'set 9600' but the termial program paused for a bit then the switch prompt returned.
Tried the same to 'unset baud' but the same thing as above happened.
I have erased and reloaded flash etc but this does not help.
all other operations are ok
Any ideas??
04-20-2010 06:34 AM
Did you manage to set IP address to switch?
I was referring to getting started of 3750-E and it's confirmed that default IP address allocated to switch in 10.0.0.1
http://www.cisco.com/en/US/docs/switches/lan/catalyst3750e_3560e/hardware/quick/guide/14507.html
Can you share why you want to set the console port spee?
04-20-2010 07:36 AM
Hi Shailesh
Thanks for your reply.
I can configure an IP address on the switch manually - but generally I don't go through Express Setup to do this. Do you suggest I should start again and go thorugh Express Setup ?
We need to use the standard baud rate throughout the organisation. Plus, not being able to set it permanently may indicate further issues.
Regards
Fabian
04-21-2010 06:05 AM
I would suggest you to go ahead with express setting and setup router to the configuration you want. Once you have visibility then check the hardware, version and go for specific commands to set the console speed.
Usually console port speed is 9600 BAUD and to access through any terminal emulation program. Once you are in the router config you have good flexibility to analyse and set configuration to your wish
04-22-2010 01:08 AM
Thanks again, but this didn't work.
Setting the line console speed via 'bootloader' or 'express setup' or 'running/startup-config' does not hold the setting upon reloading.
Are there any other options to try or should the device be declared faulty?
Regards
Fabian
04-23-2010 05:44 AM
Startup config should retain even after re-loading the router. If it's not happening then certain
ly you treat the equipment as fault and ask for replacement.
But usually this fault is very rare.
With regards,
Shailesh
04-23-2010 05:49 AM
Thanks for your input - I am not going mad after all!
03-28-2012 08:27 PM
I had and fixed the same Issue, it seems setting the baud rate in rommon does not work with "SET BAUD 9600", but instead configured under line con 0
After a reload, the switch returned to a baud rate of 115200
Switch#show run | beg line con 0
line con 0
speed 115200
line vty 0 4
login
line vty 5 15
login
!
end
The change below, persisted the configuration through reloads. The "feature" will need to be remembered, so keep it in mind if the equipment is repurposed and you write erase the startup-config
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#line con
Switch(config)#line console 0
Switch(config-line)#speed 9600
Switch(config-line)#end
Switch#wr mem
Building configuration...
[OK]
Switch#reload
03-13-2013 09:45 AM
I know this is a little old but just went through some of the same scenarios.
I have a 3750G with the same problem. I had sped up one last week to 115200 to copy over a *.bin and then set it back to 9600 with no problems.
Today I found a switch in our spares that is set to 115200. I tried to change the speed at the Console port and after reboot found it went back to 115200.
So, I tried what BlackHawk08 suggested, in another post, by going into ROMMON by holding down the mode button during boot. The set BAUD 9600 did not work. But the unset BAUD did work. I then did flash_init waited and then type boot and waited. The switch rebooted and came up at 9600. I then did a show run and the Console port is no longer at 115200.
So, I've been able to change the speed on a switch to copy the IOS over and set back successfully and fix a switch that had been changed to 115200.
Dennis
11-12-2019 03:52 AM
I have had the same issue.
From ROMMON tried the so often mentioned common suspicios - without success. In ROMMON it said that the BAUD was set to 9600 - but - once it booted it was back to 115200.
So I thought that it must have something to do with the startup-config, right? And I found it. I did a show run all after the switch was fully operational and there it unfolded:
line con 0
exec-timeout 0 0
timeout login response 30
privilege level 1
no media-type rj45
logging synchronous
modem answer-timeout 15
modem dtr-delay 5
data-character-bits 8
exec-character-bits 7
special-character-bits 7
length 0
width 80
history size 20
monitor
databits 8
stopbits 2
start-character 17
stop-character 19
speed 115200
So - the only thing I did was to got to conf t, line con 0, and use speed 9600. Save the running-config to startup-config, reload and - tata, BAUD is at 9600.
Obviously the BAUD from ROMMON gets overwritten once the startup-config is loaded? And if the startup-config contains a different setting - it's applied.
I would suggest the following when recovering a 3750 from the "no (working) OS on board"-situation. Within ROMMON (and flash initialised) set the BAUD to 115200 (to accelerate the file-transfer, 9600 is just very slow), do the file-transfer (xxx.bin), and after transfer is finished set BAUD back to 9600 before booting the switch.
Cheers
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