cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3511
Views
0
Helpful
2
Replies

Catalyst 3560 set Baudrate

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.

 

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

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 :

 

https://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/21229-pswdrec-cat4000-supiii-21229.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

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 :

 

https://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/21229-pswdrec-cat4000-supiii-21229.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thank you!

This worked:

config t

!

line console 0

speed 9600

!

end

!

wr