Hi,
der 2600 kann auch aus dem Rommon Modus per TFTP laden.
Währen des bootens "break" und dann folgende Variablen setzen:
IP_ADDRESS=192.168.22.222
IP_SUBNET_MASK=255.255.255.0
DEFAULT_GATEWAY=192.168.22.22
TFTP_SERVER=192.168.22.2
TFTP_FILE=c2600-is-mz-123-9a.bin
tftpdnld -r
Sieht dann so aus:
System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
TAC:Home:SW:IOS:Specials for info
telnet> send brk
PC = 0xfff0a530, Vector = 0x500, SP = 0x680127b0
C2600 platform with 65536 Kbytes of main memory
rommon 1 > IP_ADDRESS=192.168.22.222
rommon 2 > IP_SUBNET_MASK=255.255.255.0
rommon 3 > DEFAULT_GATEWAY=192.168.22.22
rommon 4 > TFTP_SERVER=192.168.22.2
rommon 5 > TFTP_FILE=c2600-i-mz.123-3.bin
rommon 6 > tftpdnld -r
IP_ADDRESS: 192.168.1.222
IP_SUBNET_MASK: 255.255.255.0
DEFAULT_GATEWAY: 192.168.22.22
TFTP_SERVER: 192.168.22.2
TFTP_FILE: c2600-i-mz.123-3.bin
.
Receiving c2600-i-mz.123-3.bin from 192.168.22.2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!
!!!!!
......
File reception completed.
program load complete, entry point: 0x80008000, size: 0x716918
How to Download a Software Image to a Cisco 2600 via TFTP Using the tftpdnld ROMMON Command [Cisco 2600 Series Multiservice Platforms] - Cisco Systems
Wichtig ist auch das du "spanning-tree portfast" auf dem Switchinterface enabled hast an dem der Router angeschlossen ist. Sonst gibt es einen TFTP timeout bevor das interface im Forwardings Modus angekommen ist. Vielleicht liegt es ja auch daran, das du keine Verbindung zum TFTP Server bekommst.
Fu