Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IOS question 1

Status
Not open for further replies.

guardgirl

Technical User
Dec 16, 2004
17
US
I just got some new routers that have 12.2 (8r) as the version. I need to change it to 12.1 (c2600-ik2s-mz.121-15.bin) since it has been tested and approved for my network. This will also install crypto on my routers (2621XM). I TFTP them and do a reload yet the version never changes. What am I missing????
 
Are you keeping both versions, and is there a "boot system" line in your config?
 
use copy tftp flash and erase the flash before the new upload. then reload and show version and that should do it.
 
Hi,
you need !!!!
- THE soft TFTP installed (PumKIN.exe)
- IOS.


For implement the ios :

- using cable Cisco (9pts/RJ45).
- hyper terminal ( 9600 8-N-1)

firstly configuration IP :
- exemple: 10.0.0.2 255.255.255.0 for your laptop.
- and take for the cisco interface int fast 0/0:

Fastethernet: 10.0.0.1 255.255.255.0
Router>enable
Router#
Router# config t
Router(config)# interface fastethernet 0/0 ----? ou 0/0:0 ou 0
Router(config-if)# ip address 10.0.0.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)#exit
Router(config)#exit
Router# wr mem
Destination filename [startup-config]? enter
normally with a crossed cable you can ping the PC from the cisco!!!!

set pumkin.exe
in option : tftp filesystem root(download the path) where the ios is save in your laptop. gives all file and take all files.



Router#copy tftp flash
Address or name of remote host []? 10.0.0.2 ?(ip address of the laptop)
Source filename []? c1700-y7-mz.122-15.T7.bin ? (name of the IOS )
Destination filename [c1700-y7-mz.122-15.T7.bin]? ? (Tapez entrer)
Accessing tftp://10.0.0.2/c1700-y7-mz.122-15.T7.bin...
Erase flash: before copying? [confirm] ? enter
Erasing the flash filesystem will remove all files! Continue? [confirm] ? (Tape enter )
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erasedee
Erase of flash: complete
Loading c1700-y7-mz.122-15.T7.bin from 10.0.0.2 (via FastEthernet0): !!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 6393852 bytes]

Verifying checksum... OK (0x5D11)
6393852 bytes copied in 78.804 secs (81136 bytes/sec)
Router#
Router#reload
Proceed with reload? [confirm enter)


Router>en
Router#sh version
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y7-M), Version 12.2(15)T7, RELEASE SOFTWARE (fc2
)
TAC Support: Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Sat 09-Aug-03 06:42 by ccai
Image text-base: 0x80008120, data-base: 0x80AB2194

ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)

Router uptime is 23 minutes
System returned to ROM by reload
System image file is "flash:c1700-y7-mz.122-15.T7.bin"



if you have any question don't hesitate - good work guys.



Abdel-Tef GADDARI

Engineer Network and Transmission.
MSN:abdgad@hotmail.com
 
thanks Abdel that's exactly what I am doing. I got stuck working something else yesterday and I am reconfiguring the router now. I will repost if it doesn't work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top