COMPUTER TIPS

Home | Previous Page| About Us | Set As Home Page

 

Google

  Google Groups Beta Subscribe to Computer free Tips                                                  

Email:

April, 18 , 08                    Today's Tip                              Add to Favorites  

                                                                              

   

Previous Tips e

16-04-08
15-04-08
14-04-08
13-04-08
12-04-08
11-04-08
10-04-08
09-04-08
08-04-08
07-04-08
06-04-08
05-04-08
04-04-08
03-04-08
02-04-08
01-04-08
30-03-08
29-03-08
28-03-08
27-03-08
26-03-08
25-03-08
24-03-08
23-03-08
22-03-08
21-03-08
20-03-08
19-03-08
18-03-08
17-03-08
16-03-08
15-03-08
14-03-08
13-03-08
12-03-08
11-03-08
10-03-08
09-03-08
08-03-08
07-03-08
06-03-08
05-03-08
04-03-08
03-03-08
02-03-08
01-03-08
28-02-08
27-02-08
26-02-08
25-02-08
24-02-08
23-02-08
22-02-08
21-02-08
20-02-08
19-02-08
18-02-08
17-02-08
16-02-08
15-02-08
14-02-08
13-02-08
12-02-08
11-02-08
10-02-08
09-02-08
08-02-08
07-02-08
06-02-08
05-02-08
04-02-08
03-02-08
02-02-08
01-02-08
30-01-08
29-01-08
28-01-08
27-01-08
26-01-08
25-01-08
24-01-08
23-01-08
22-01-08
21-01-08
20-01-08
19-01-08
18-01-08
17-01-08
16-01-08
15-01-08
14-01-08
13-01-08
12-01-08
11-01-08
10-01-08
09-01-08
08-01-08
07-01-08
06-01-08
05-01-08
04-01-08
03-01-08
02-01-08
01-01-08
 

Dec-07-Tips

Nov-07-Tips

October 07-Tips

September 07-Tips

August 07-Tips

July 07- Tips

June 07- Tips

May 07- Tips

April 07- Tips

March, 07- Tips

February, 07- Tips

January, 07- Tips

 

 

 

 

 

 

How to install Router image using TFTP server?

 

 

 

Today tip will help you to install the router IOS to a Cisco 2500/2600/2800/3800 series routers. First make sure, you have installed and configured any TFTP (Trivial File Transfer Protocol) server over the LAN port. If you are trying to boot up your router

without an IOS, the nonworking router will boot up in ROMmom

mode and the router first prompt will look like this: 

 

 
rommon>
 
 
 
First run the set command to verify the ROMmom default variables.
In this mode all commands are case sensitive.
 
rommon1>set
 
Now run the TFTP download command to start the restore image process then press the enter button. 

rommon 2> tftpdnld 

After running the tftpdnld command, the following information will appear as under:

Now type the following information, for example router ip address, mask and default gateway then tftp server address. 

rommon 3 > IP_ADDRESS=10.1.1.2                            (router ip address)

rommon 4 > IP_SUBNET_MASK=255.0.0.0                  (default subnet mask)

rommon 5 > DEFAULT_GATEWAY=10.1.1.2                (gateway address)

rommon 6 > TFTP_SERVER=10.1.1.1                          (tftp server address)

rommon 7 > TFTP_FILE=12.0(4)t                                  (IOS file name)                                                                                                                 

Now again run the tftpdnld command to start recovery process immediately. 

rommon 8 > tftpdnld 

IP_ADDRESS: 10.1.1.2

IP_SUBNET_MASK: 255.0.0.0

DEFAULT_GATEWAY: 10.1.1.2

TFTP_SERVER: 10.1.1.1

TFTP_FILE: 12.0(4)t 

Invoke this command for disaster recovery only.

WARNING: all existing data in all partitions on flash will be lost!

Do you wish to continue? y/n:  [n]:  Yes 

Receiving 12.0(4)t from 10.1.1.1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

File reception completed.

Copying file 12.0(4)t to flash.

Erasing flash at 0x60100000 

Now run the reset command to restore router as factory default settings. 

rommon 16 > reset 

Now after some time, your router will boot up with factory default settings.

                          

Yesterday Tip.

How to hide computer drives in windows XP?