Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > 3620 boot from tftp

Reply
Thread Tools

3620 boot from tftp

 
 
Sasa
Guest
Posts: n/a
 
      09-07-2006

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

 
Reply With Quote
 
 
 
 
LinkWaves
Guest
Posts: n/a
 
      09-07-2006
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


 
Reply With Quote
 
 
 
 
Sasa
Guest
Posts: n/a
 
      09-08-2006
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" <>
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

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      09-08-2006
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 ?

 
Reply With Quote
 
Sasa
Guest
Posts: n/a
 
      09-08-2006
I don`t have that command "how bootvar"

Sasa


On 8 Sep 2006 05:14:57 -0700, "Merv" <> 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 ?

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      09-08-2006
show bootvar

 
Reply With Quote
 
Sasa
Guest
Posts: n/a
 
      09-09-2006
Yes, I no that goes "show bootvar" but I don`t have that command!
Is that any other command except that?

Sasa

On 8 Sep 2006 14:16:08 -0700, "Merv" <> wrote:

>show bootvar

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      09-09-2006
does "show boot" display anything

"show bootvar" has replaced " show boot"

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      09-09-2006

try:


config t
no boot bootstrap flash flash:c3620-i-mz.123-16a.bin
no boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195

boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
end

wri mem

reload


Capture the seesion log and post it if this does not work for you

 
Reply With Quote
 
Sasa
Guest
Posts: n/a
 
      09-09-2006
I try that!
And routed goes to romm monitor mode.

I read from internet that i must first boot IOS from flash and then
from tftp, because IOS from flash set up interfaces, and then boot
from tftp.
I need command to first boot from flash then from tftp.

If you no another way tell me!

Thanks,

Sasa

On 9 Sep 2006 05:54:39 -0700, "Merv" <> wrote:

>
>try:
>
>
>config t
>no boot bootstrap flash flash:c3620-i-mz.123-16a.bin
>no boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
>
>boot system tftp c3620-ik9o3s-mz.122-37.bin 10.0.0.195
>end
>
>wri mem
>
>reload
>
>
>Capture the seesion log and post it if this does not work for you

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
booting router from tftp: image is stored within a sub-dir in tftp root Sharad Cisco 0 02-13-2007 11:31 AM
Cisco 3620 Router - Boot up Problems ken2000 Cisco 4 12-08-2006 02:56 PM
3620 and boot from network. AM Cisco 2 07-26-2005 03:41 PM
My 3620 hangs after boot. AM Cisco 3 07-15-2005 09:23 AM
3620 boot from tftp hdu Cisco 15 02-05-2004 04:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57