03-06-2020 09:12 AM
Hello,
I have a 3560 switch which Baudrate has been set in the xmodem prompt to 57600 to speed up the image upload.
How can be the baudrate set back to the default 9600?
Thank you so much.
Solved! Go to Solution.
03-06-2020 09:18 AM - edited 03-06-2020 09:29 AM
i belive that baudrate for only xmodem, once you done upload, it should come back to 9600 as per i remmeber.
config t
!
line console 0
speed 9600
!
end
!
wr
reload < -- switch will reload here
here is the guide if you like to change :
03-06-2020 09:18 AM - edited 03-06-2020 09:29 AM
i belive that baudrate for only xmodem, once you done upload, it should come back to 9600 as per i remmeber.
config t
!
line console 0
speed 9600
!
end
!
wr
reload < -- switch will reload here
here is the guide if you like to change :
03-06-2020 11:30 AM - edited 03-06-2020 12:48 PM
Thank you!
This worked:
config t
!
line console 0
speed 9600
!
end
!
wr
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