03-19-2013 11:07 AM - edited 03-07-2019 12:20 PM
do you know the step on how to change the Baud Rate on Cisco 2900 SW utilizing ROMON ?
03-19-2013 11:14 AM
"set BAUD 115200" should do it. Sub any other rate for 115200 that you want.
03-19-2013 11:15 AM
Do you have the step how to change it on SW 2960S
03-19-2013 11:21 AM
This should still be the correct command. Is this command not working for you?
03-19-2013 11:26 AM
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
03-19-2013 12:06 PM
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
03-19-2013 12:09 PM
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:?
03-19-2013 12:41 PM
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
03-19-2013 02:43 PM
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?
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