cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
911
Views
0
Helpful
8
Replies

Cisco 2900 SW

Kyle Albasha
Level 1
Level 1

                   do you know the step on how to change the Baud Rate on Cisco 2900 SW utilizing ROMON ?

8 Replies 8

Gregory Snipes
Level 4
Level 4

"set BAUD 115200" should do it. Sub any other rate for 115200 that you want.

Do you have the step how to change it on SW 2960S

This should still be the correct command. Is this command not working for you?

currently connecting to sw with a prompt of Switch: & if i do dir falsh: i don't see the file image . via research was told to use Tera term & mak sure the baud rate match bteween the sw and Tera Term

TT baud rate is set to 9600 however i'm sure how to view or change the baud rate on sw 2960 s

Have a try by executing below commands,

switch:flash_init

switch:load_helper

Enter set command to see the BAUD=

Enter flash_init command

set BAUD 115200

-Kumar

was able to do that however i received xmodem I/o error. the q is it becuse i'm using window 7 Por 64bit and i need Window XP to inite copy xmodem: flash:?

Try to recover the switch using TFTP using the process below.


Connect the switch to the network using the 10/100 management port
Set an IP address and subnet mask using the command set IP_ADDR x.x.x.x/x.x.x.x e.g. set IP_ADDR 10.10.10.10/255.255.255.0
Set the default gateway using the command set DEFAULT_ROUTER x.x.x.x e.g set DEFAULT_ROUTER 10.10.10.1
Check connectivity by pinging
Tell the switch to boot from a TFTP server boot tftp://x.x.x.x/xxx.bin e.g. boot tftp://10.10.10.1/c2960s-universalk9-mz.122-58.SE2.bin
Copy an image to internal flash using TFTP as per a normal upgrade then reboot.

-Kumar

Unable to do so because i'm running the SW on ROMMON. however was able to run win xp virtualize with one issue not able to allow wind to regenize my serial connection com port. any idea?