Downloading IOS using TFTPDNLD on Cisco 1841 Router: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
##'''TFTP_FILE='''''c1841-advipservicesk9-mz.124-25b.bin''
##'''TFTP_FILE='''''c1841-advipservicesk9-mz.124-25b.bin''
##'''tftpdnld'''
##'''tftpdnld'''
You can also use this script instead


When it asks if you want to continue type '''yes'''.
When it asks if you want to continue type '''yes'''.

Revision as of 21:44, 9 December 2009

Before starting this process, make sure you have a TFTP server program (TFTPD32 is a good one). Also make sure you have the IOS bin file you want to load onto the router.


Get Server Ready

  1. Make sure your TFTP server is installed and running.
  2. Give the server the IP address 10.0.0.254.
  3. Point the server to the directory holding the IOS file you want to load onto the router.

Download IOS onto router

  1. Get connected to the router using Hyperterminal.
  2. Turn on the router and hit CTRL-break on the keyboard as the router is loading to get into ROMmon mode.
  3. Type the following commands into the router:
    1. IP_ADDRESS=10.0.0.1
    2. IP_SUBNET_MASK=255.255.255.0
    3. DEFAULT_GATEWAY=10.0.0.254
    4. TFTP_SERVER=10.0.0.254
    5. TFTP_FILE=c1841-advipservicesk9-mz.124-25b.bin
    6. tftpdnld

You can also use this script instead


When it asks if you want to continue type yes.