From: Sasa on

I have 3620 cisco router and would like to boot IOS from tftp server
because another IOS is to big for 8MB flash memory.

System Bootstrap, Version 11.1(20)AA2
IOS (tm) 3600 Software (C3620-I-M), Version 12.3(16a)

I was try with command

boot-start-marker
boot bootstrap flash flash:c3620-i-mz.123-16a.bin
boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
boot-end-marker

and configuration register 0x2102

After reboot router goes to romm monitor and configuration register is
changed to 0x0

Same is with

boot bootstrap flash:c3620-i-mz.123-16a.bin


How to solve this problem!

Thanks.


Sasa

From: LinkWaves on
Did you turn on your Ethernet Interface yet?

We buy sell all Cisco
LinkWaves Corp
29980 Technology Drive, Suite 6
Murrieta, CA 92563
http://www.linkwaves.com/requestquote.asp
http://www.linkwaves.com/




Sasa wrote:
> I have 3620 cisco router and would like to boot IOS from tftp server
> because another IOS is to big for 8MB flash memory.
>
> System Bootstrap, Version 11.1(20)AA2
> IOS (tm) 3600 Software (C3620-I-M), Version 12.3(16a)
>
> I was try with command
>
> boot-start-marker
> boot bootstrap flash flash:c3620-i-mz.123-16a.bin
> boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
> boot-end-marker
>
> and configuration register 0x2102
>
> After reboot router goes to romm monitor and configuration register is
> changed to 0x0
>
> Same is with
>
> boot bootstrap flash:c3620-i-mz.123-16a.bin
>
>
> How to solve this problem!
>
> Thanks.
>
>
> Sasa

From: Sasa on
Did you meen turn on ethernet Interface "no shutdown"?

Here is "show run" of router.

Router#sh run
Building configuration...

Current configuration : 808 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot system flash flash:c3620-i-mz.123-16a.bin
boot-end-marker
!
!
memory-size iomem 10
no aaa new-model
ip subnet-zero
!
!
ip cef
!
!
interface FastEthernet0/0
ip address 10.0.0.82 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
clock rate 2000000
no fair-queue
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto



interface BRI1/0
no ip address
shutdown


!
interface Ethernet1/0
no ip address
shutdown
half-duplex
!
ip http server
ip classless
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end


Sasa



On 7 Sep 2006 10:42:50 -0700, "LinkWaves" <networkequipment(a)gmail.com>
wrote:

>Did you turn on your Ethernet Interface yet?
>
>We buy sell all Cisco
>LinkWaves Corp
>29980 Technology Drive, Suite 6
>Murrieta, CA 92563
>http://www.linkwaves.com/requestquote.asp
>http://www.linkwaves.com/
>
>
>
>
>Sasa wrote:
>> I have 3620 cisco router and would like to boot IOS from tftp server
>> because another IOS is to big for 8MB flash memory.
>>
>> System Bootstrap, Version 11.1(20)AA2
>> IOS (tm) 3600 Software (C3620-I-M), Version 12.3(16a)
>>
>> I was try with command
>>
>> boot-start-marker
>> boot bootstrap flash flash:c3620-i-mz.123-16a.bin
>> boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
>> boot-end-marker
>>
>> and configuration register 0x2102
>>
>> After reboot router goes to romm monitor and configuration register is
>> changed to 0x0
>>
>> Same is with
>>
>> boot bootstrap flash:c3620-i-mz.123-16a.bin
>>
>>
>> How to solve this problem!
>>
>> Thanks.
>>
>>
>> Sasa
From: Merv on
with

boot-start-marker
boot bootstrap flash flash:c3620-i-mz.123-16a.bin
boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
boot-end-marker

configured what does the output of "how bootvar" display ?

From: Sasa on
I don`t have that command "how bootvar"

Sasa


On 8 Sep 2006 05:14:57 -0700, "Merv" <merv.hrabi(a)rogers.com> wrote:

>with
>
>boot-start-marker
>boot bootstrap flash flash:c3620-i-mz.123-16a.bin
>boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
>boot-end-marker
>
>configured what does the output of "how bootvar" display ?