cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
758
Views
0
Helpful
5
Replies

Cisco 7206 VXR

sbrici_ltt
Level 1
Level 1

Hello,

I'm new on 7200 Series, I have one in my lab in the following configuration:

7206 VXR

I/O Controler

PA-FE

NPE400

20MB flash card extern

I would like to ask, what is about with this flash card, there is

Router#sh flash

-#- ED ----type---- --crc--- -seek-- nlen -length- -----date/time------ name

1 .. image E21EE762 125FD6C 22 19135724 Nov 12 2003 16:49:05 c7200-js

-mz.123-1a.bin

1442452 bytes available (19135852 bytes used)

Is booting fain with flash card in slot0, but when I plug-off the flash card, the router boot in rommon> mode.

I would like to now more info about the functionality of this router in conjonction with flash card.

Thank'x

5 Replies 5

gpulos
Level 8
Level 8

it seems that you have a 'boot system....' command in your configuration stating that the router should boot with the IOS file in flash.

post some config output or check the config yourself for this setting.

if this is the case, and you pull the flash out, then the router has no full IOS to boot from. it will only be able to boot into ROMMON.

see this link for using the IOS file system:

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca736.html

This is what I have ...

Router#sh run

Building configuration...

Current configuration : 598 bytes

!

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

!

ip subnet-zero

!

!

!

ip cef

mpls ldp logging neighbor-changes

!

!

!

!

!

!

Router#

Router#

Router#

Router#sh bootflash:

No files on device

3407872 bytes available (0 bytes used)

Router#

I wiil try to connect to a tftp server to get a new boot file for bootflash, it seems that this is the problem ...

Is mandatory for a 7204 to boot with external flash card?

(monitor variable "BOOTLDR" is not set)

This is what I get when I boot from flash card (slot0:) ...

all i understand is you want to download boot image in to flash and want router to use that image if this is the case

user

boot system flash command

there is an option to define the file name in the flash

router can keep more than one image in to flahs incase you need the old image

here is the detail of this command

http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/fun_r/frprt2/frreboot.htm#1017705

boot system

boot system file-url

no boot system file-url

boot system flash [flash-fs:][partition-number:][filename]

no boot system flash [flash-fs:][partition-number:][filename]

boot system mop filename [mac-address] [interface]

no boot system mop filename [mac-address] [interface]

boot system rom

no boot system rom

boot system {rcp | tftp | ftp} filename [ip-address]

no boot system {rcp | tftp | ftp} filename [ip-address]

no boot system

cheers

Thank you for the sugestion.

I was fixing this problem by deleting the old ios from bootflash: and puting there a new one, via tftp.

c7200-boot-mz.120-22.S5

And the router boots without flashcard, no errors, everything seems to be fain.

PS: The link provided above doesn't work :(