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

help for 7206 XVR router

lgoocisco
Level 1
Level 1

Hi all,

I got a used 7206 router, but without any IOS inside, nothing on bootflash(4M), nothing on Flash(20M), how do upload the boot image and IOS ?

any input appreciated.

Thanks

2 Replies 2

autobot130
Level 1
Level 1

Break out the console cable and copy xmodem the smallest basic IOS image to the bootflash:

http://cisco.com/en/US/products/sw/iosswrel/ps1831/products_command_reference_chapter09186a00800d9835.html

Or if you happen to have another Cisco device that uses flash cards. ie: 6500 - download tftp image for the 7200. insert the flash and copy the image over and then remove it and insert in the 7200. then in boot loader: "boot slot0:

thanks for your important reply.

currently, I have an IOS file on the Flash card(Slot0), but no image on the bootflash, so I only can get rommon1> prompt, here is the command I do have,

rommon 5 > ?

alias set and display aliases command

boot boot up an external process

break set/show/clear the breakpoint

confreg configuration register utility

cont continue executing a downloaded image

context display the context of a loaded image

cpu_card_type display CPU card type

dev list the device table

dir list files in file system

dis disassemble instruction stream

frame print out a selected stack frame

help monitor builtin command help

history monitor command history

meminfo main memory information

repeat repeat a monitor command

reset system reset

set show all monitor variables

show_spd show all SPD data

stack produce a stack trace

sync write monitor environment to NVRAM

sysret print out info from last system return

unalias unset an alias

unset unset a monitor variable

I tried "boot slot0:xxxxxxxxxxx.bin", but no luck.

thanks