Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command

Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command
and I am getting an Error , I cant figure out what I am doing wrong. I have also pasted my display down here can someone help me out, thanks in advance, I am still new to this utility.
My questions are How do you direct this utility to point to the desktop or the TFTP folder
does FE_PORT: Fast Ethernet 0 imply or point to Fa0/0 on my router
My router is suppose to have 10.0.0.3 255.0.0.0
Gateway of 10.0.0.1 255.0.0.0
My TFTP Server 10.0.0.2 255.0.0.0
How do I get the MAC address of the Router or the TFTP Server and which one  is required?
my Ethernet port is 100Mb/Sec I cant tell whether it is full duplex or not so How do i set this FE_SPEED_MODE: Auto???
=====================================================================================
rommon 10 >
rommon 10 > set
PS1=rommon ! >
FE_PORT=0
WARM_REBOOT=
RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
BSI=0
RET_2_RCALTS=
RANDOM_NUM=1600357627
?=0
IP_ADDRESS=10.0.0.3
IP_SUBNET_MASK=255.0.0.0
DEFAULT_GATEWAY=10.0.0.1
TFTP_SERVER=10.0.0.2
TFTP_FILE=
rommon 11 > TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
rommon 12 > TFTP_CHECKSUM=0
rommon 13 > SET
monitor: command "SET" not found
rommon 14 > set
PS1=rommon ! >
FE_PORT=0
WARM_REBOOT=
RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
BSI=0
RET_2_RCALTS=
RANDOM_NUM=1600357627
IP_ADDRESS=10.0.0.3
IP_SUBNET_MASK=255.0.0.0
DEFAULT_GATEWAY=10.0.0.1
TFTP_SERVER=10.0.0.2
?=0
TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
TFTP_CHECKSUM=0
rommon 15 > tftpdnld
          IP_ADDRESS: 10.0.0.3
      IP_SUBNET_MASK: 255.0.0.0
     DEFAULT_GATEWAY: 10.0.0.1
         TFTP_SERVER: 10.0.0.2
           TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
        TFTP_VERBOSE: Progress
    TFTP_RETRY_COUNT: 18
        TFTP_TIMEOUT: 7200
       TFTP_CHECKSUM: No
        TFTP_MACADDR: 30:37:a6:49:35:a8
             FE_PORT: Fast Ethernet 0
       FE_SPEED_MODE: Auto
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]:  y
ARP: address resolution for 10.0.0.2 timed out.
ARP failed with failure code 1.  TFTP transfer aborted.
TFTP: Operation terminated prematurely.
rommon 16 >       " not found
rommon 17 >FE_SPEED_MODE=2
variable name contains illegal (non-printable) characters
rommon
rommon 18 > set
PS1=rommon ! >
FE_PORT=0
WARM_REBOOT=
RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
BSI=0
RET_2_RCALTS=
RANDOM_NUM=1600357627
IP_ADDRESS=10.0.0.3
IP_SUBNET_MASK=255.0.0.0
DEFAULT_GATEWAY=10.0.0.1
TFTP_SERVER=10.0.0.2
TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
TFTP_CHECKSUM=0
?=0
rommon 19 > tftpdnld [ur]
usage: tftpdnld [-hr]
  Use this command for disaster recovery only to recover an image via TFTP.
  Monitor variables are used to set up parameters for the transfer.
  (Syntax: "VARIABLE_NAME=value" and use "set" to show current variables.)
  "ctrl-c" or "break" stops the transfer before flash erase begins.
  The following variables are REQUIRED to be set for tftpdnld:
            IP_ADDRESS: The IP address for this unit
        IP_SUBNET_MASK: The subnet mask for this unit
       DEFAULT_GATEWAY: The default gateway for this unit
           TFTP_SERVER: The IP address of the server to fetch from
             TFTP_FILE: The filename to fetch
  The following variables are OPTIONAL:
          TFTP_VERBOSE: Print setting. 0=quiet, 1=progress(default), 2=verbose
      TFTP_RETRY_COUNT: Retry count for ARP and TFTP (default=18)
          TFTP_TIMEOUT: Overall timeout of operation in seconds (default=7200)
         TFTP_CHECKSUM: Perform checksum test on image, 0=no, 1=yes (default=1)
          TFTP_MACADDR: The MAC address for this unit
               FE_PORT: 0= (default), 1
         FE_SPEED_MODE: 0=10/hdx, 1=10/fdx, 2=100/hdx, 3=100/fdx,
                        5=Auto (default)
      TFTP_DESTINATION: The flash destination device for the file
                        flash:(default), usbflash0:, usbflash1:
  Command line options:
   -h: this help screen
   -r: do not write flash, load to DRAM only and launch image
rommon 20 > tftpdnld
          IP_ADDRESS: 10.0.0.3
      IP_SUBNET_MASK: 255.0.0.0
     DEFAULT_GATEWAY: 10.0.0.1
         TFTP_SERVER: 10.0.0.2
           TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
        TFTP_VERBOSE: Progress
    TFTP_RETRY_COUNT: 18
        TFTP_TIMEOUT: 7200
       TFTP_CHECKSUM: No
        TFTP_MACADDR: 30:37:a6:49:35:a8
             FE_PORT: Fast Ethernet 0
       FE_SPEED_MODE: Auto
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]:  y
ARP: address resolution for 10.0.0.2 timed out.
ARP failed with failure code 1.  TFTP transfer aborted.
TFTP: Operation terminated prematurely.
rommon 21 >

What I notice in the original post is this error
ARP: address resolution for 10.0.0.2 timed out.
which says that the router is looking for the 10.0.0.2 server but not getting response to its arp request. Can the original poster clarify for us how the device that has the image file is connected to the router that has the problem? Also what kind of device is 10.0.0.2? Is it a PC running TFTP server software or is it something else?
HTH
Rick

Similar Messages

  • Please help me in configuring a Cisco 2800 series router!

    Hi! I have to configure a new router with a static route. No routing protocol will be used. I just have to set default route on it and NAT. My senior Network Engineer has asked me to configure this router. There's an apartment where our Overseas employees stay, earlier this apartment had a broadband connection which was further divided through the APs(Cisco Wireless Access Points) and made usable to around 20 users. Now, they have bought in their own lease line and I have to configure this router. We just have to connect it with the ISP using Ethernet (not serial link). I would be so so grateful if you can just type in complete configuration for this. Thanks a ton in advance!

    Hi There,
    Thanks for your great help! 
    Below is the final template which my NE provided me:
    Now I have to configure this router and then further need to connect various workstations with the same network. Please let me know what needs to be done further.
    Thanks!
    Configuration:::
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    ip domain-name CVT.net
    logging buffered 128000 informational
    logging console errors
    logging monitor notifications
    no aaa new-model
    clock timezone IST 5 30
    ip cef
    no ip domain lookup
    username aptadmin secret 
    enable secret 
    crypto key generate rsa
    ip ssh time-out 60
    ip ssh authentication-retries 2
    ip ssh version 2
    service dhcp
    ip dhcp pool LAN-POOL
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1
    dns-server 8.8.8.8 4.2.2.2
    domain-name CVT.net
    lease 1
    interface FastEthernet0/0
     description *********Spectranet WAN*********
     ip address x.x.x.x 255.255.255.252
     load-interval 30
     duplex full
     speed 100
     ntp disable
     no cdp enable
    interface FastEthernet0/1
     description Connect to LAN 
     ip address 192.168.1.0 255.255.255.0
     no ip redirects
     duplex auto
     speed auto
     ntp disable
    ip forward-protocol nd
    no ip http server
    no ip https server
    control-plane
    banner exec $
                      Network Provided by CVT
    This system is restricted to authorized individuals. Unauthorized access is a
    criminal violation of the law and is subject to prosecution. Please disconnect
    if you are not an authorized individual. Otherwise, you will be prosecuted 
    to the full extent of State and Federal law.
    All connections and changes are logged.
    ************** Warning - Warning - Warning **************
    $
    banner login $
    Authorized Associates only! Please disconnect your connection if
    you are not an authorized Associate. Otherwise, you will be
    prosecuted to the full extent of State and Federal law.
    All connections and changes are logged.
    $
    line con 0
     exec-timeout 15 0
     password 7 
     login local
    line aux 0
     exec-timeout 15 0
     password 7 C@pt
     login local
    line vty 0 4
     access-class 50 in
     exec-timeout 5 0
     login local
     transport preferred ssh
     transport input ssh
    line vty 5 15
     access-class 50 in
     exec-timeout 5 0
     login local
     transport preferred ssh
     transport input ssh
    end

  • Trying to download vlc software for .avi movies on mac book pro

    trying to download vlc software for .avi movies on mac book pro... help?

    mamamuddpie wrote:
    trying to download vlc software for .avi movies on mac book pro... help?
    As Grant Bennet-Alder says, it's remarkable, but are you trying to get it from here or some third party source?

  • I am trying to download CS5.5, which I purchased. But I can only find the upgrade software to download. Where is the non-upgrade version of CS5.5???

    I am trying to download CS5.5, which I purchased. But I can only find the upgrade software to download. Where is the non-upgrade version of CS5.5???

    There is no upgrade version.  The serial number that you use dictates whether or not the software is treated as an upgrade.  If you purchased it as an upgrade then the serial number you have is an upgrade serial number and that will require you to provide proof that you qualify ro install/use the upgrade.

  • I'm trying to update my software to iTunes 10.5.2.  I click on the install button, click the Accept button, the software checks for updates, and then I am back at the original download screen.  I can't seem to get past this loop.  Any suggestions?

    I'm trying to update my software to iTunes 10.5.2.  I click on the install button, click the Accept button, the software checks for updates, and then I am back at the original download screen.  I can't seem to get past this loop.  Any suggestions?

    If I go through the setup that you suggested, won't I screw up the existing software on my system?
    No. The iTunes installer will first uninstall the existing version of iTunes and then put in the new one. (That's actually also what happens when you use Apple Software Update to install a new version ... it just doesn't show the uninstall phase like the iTunes64Setup.exe or iTunesSetup.exe does.)

  • I'm trying to download security software and it won't download. When I click the icon " if your download doesn't start click here", nothing still happens.

    I'm trying to download security software for my Mac Pro and it won't download. Even when I click the icon that says "if your download doesn't start click here" and still nothing happens. I have tried different types of software and nothing will download.

    Are you not able to download anything at all?
    I don't know what "security software" you're trying to download, but the chances are overwhelmingly good that you don't need it, and it's likely to do more harm than good.

  • Trying to download desktop software....

    Not a webOS question. Moved to Windows HotSync.
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

    Hello jgoran5: Welcome to the Palm Forums. Here are a few ideas for you....
    'Error 1327 Invalid Drive *:\' (when installing Palm Desktop)
    This error can appear when you are attempting to install Palm
    Desktop. It occurs when the bootable or system drive on your Windows PC
    is not set to the default C:
    What to do
    You can use the "subst" DOS command to substitute the drive letter C: for the actual system drive.
    Determine the drive letter of your system drive. If you did not set
    up your computer yourself, you may need to contact your IT department or
    a PC expert for help.
    Close all running application on your PC, including the Palm Desktop installation wizard.
    From the Windows Start menu, select Run.
    Type cmd and click OK. Note: if you are using Windows Legacy Versions, type command instead.
    The command window appears. Type subst c: {system drive letter}:\ where {system drive letter}
    is the drive letter of the bootable or system drive on your Windows PC.
    For example, if your system drive is J:, the command would look like subst c: j:\
    Hit Enter.
    Close the command window.
    Install the Palm Desktop software. It should work now.
    The other option you can try is a USB Flash Drive reassigned as the missing Drive, with the letter "J".
    Hope that helps...
    notimeoff

  • I have tried to download a Premier 6 trial three times but it will not finish the download.  How do

    I have tried to download a Premier 6 trial three times but it will not finish the download.  How do I get it to finish?

    Thanks for getting back to me:Mac os 10.8.2.The error code is 109. "check your network or destination disk."  Network connection is flawless.  Destination disk is brand new imac.I have not tried to download from anything but safari which has worked perfectly for all downloads in the past.Any ideas?Thanks
    Date: Sat, 2 Feb 2013 22:04:27 -0800
    From: [email protected]
    To: [email protected]
    Subject: I have tried to download a Premier 6 trial three times but it will not finish the download.  How do
        Re: I have tried to download a Premier 6 trial three times but it will not finish the download.  How do
        created by Rave in Downloading, Installing, Setting Up - View the full discussion
    Please let me know what OS are you using and if any error comes up during the download.
    Also let me know if you have tried downloading from a different browser.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5043725#5043725
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5043725#5043725
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5043725#5043725. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I am trying to download my paid for Elements 13 upgrade. When I click on the "download" button, I recieve this message: 413  Header Length too Large

    I am trying to download my paid for Elements 13 upgrade. When I click on the "download" button, I receive this message: 413  Header Length too Large.  Help?

    You can download using direct download link , which I had provided.
    Download Photoshop Elements products | 13, 12, 11, 10
    During installation , when prompted enter serial number and proceed with the installation .
    If you had purchased upgrade serial number.
    First enter Photoshop Elements 13 serial number .
    Then it will ask for previous qualifying version serial number.
    From the drop down list , select Photoshop Elements 12 and then enter Photoshop Elements 12 serial number 

  • I am trying to download Firefox on my laptop which runs Vista. I am getting the following error message: Your Firefox profile can't be loaded, it may be missing or innaccessible." Please help.

    I am trying to download Firefox on my laptop which runs Vista. I am getting the following error message: Your Firefox profile can't be loaded, it may be missing or innaccessible." Please help.

    See:
    * http://kb.mozillazine.org/Recovering_a_missing_profile
    * http://kb.mozillazine.org/Profile_in_use
    * https://support.mozilla.com/kb/Firefox+is+already+running+but+is+not+responding

  • Ok i have been trying to download albums, songs, apps, etc. and my itunes keeps asking me for the security question and for the life of me i cant remember the answers. I dont know what the email is that receives the question reset.

    ok i have been trying to download albums, songs, apps, etc. and my itunes keeps asking me for the security question and for the life of me i cant remember the answers. I dont know what the email is that receives the question reset. is there anything i can do to fix this or am i screwed?

    If you have music that was purchased on different iTunes accounts than the one you use, then you must provide the password, otherwise the tunes are not considered yours.  You can turn off iCloud and just use the usual USB sync method.  But I wonder whether you'll have the same problem?

  • HT4623 I just downloaded iOS 6 because I hadn't downloaded that one yet then once that is downloaded i tried to download iOS 7 but my settings keeps saying that I already hav the latest update but my update is only iOS 6 not 7 so I was wandering how to ge

    I just downloaded iOS 6 because I hadn't downloaded that one yet then once that is downloaded i tried to download iOS 7 but my settings keeps saying that I already hav the latest update but my update is only iOS 6 not 7 so I was wandering how to get iOS 7 to download onto my iPod

    iOS 7 not compatible with 4G iPod
    All the iOS devices compatible (iPhone 4 and later, iPad 2 and later, and 5G iPod touch) with iOS 7 have at least 512 MB of memory. The 4G iPod only has 256 MB

  • HT3702 was a mistake that I tried to download it my baby that I can do for my account that the new works oh when can I remove it from my account

    was a mistake that I tried to download it my baby that I can do for my account that the new works oh when can I remove it from my account

    Not sure what you are asking - what did you download and what do you want to remove ? If you purchased something that you didn't mean to then all purchases are considered final, but you can try contacting iTunes support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If you mean something else ... ?

  • I am trying to download my library to my new computer. can't do it following the instructions from your site

    I am trying to download my library to my new computer. can't do it following the instructions from your site

    We are all itunes users just like you.
    If you are transferring from Mac to Mac, then copy the entire itunes folder.
    You can also type :" move itunes library" into the google search bar for directions.
    Since you do not mention exactly what you have tried and what happened, it is difficult to offer much more.

  • I am in Korea trying to download Photoshop CC. I am an English speaking and read person, the pages to download are coming up in Korean. I can't read them. How do I change the lanaguge?

    I am in Korea trying to download Photoshop CC. I am an English speaking and read person, the pages to download are coming up in Korean. I can't read them. How do I change the lanaguge

    Take a look at the bottom left hand corner. There should be an option to change location/language. I'm in Norway, and switch between Norwegian and US versions of the site this way.
    For anything involving sign-up and payment, however, you may be redirected, I don't know.

Maybe you are looking for

  • Keyboard / Trackpad locking up.

    This MBP has locked up for the 10th time today, the last being during class when I was trying to open my notes. The system slows down before it eventually freezes. This month it's locked up maybe 5 other times. 2 yesterday. Various times. Today, at o

  • How to create countdown timer with sound

    Any ideas on how to create a minute and seconds countdown timer that would play a sound and then redirect you to another page?

  • How should a professional business plan look like?

    Hi, How should a professional business plan look like? My teacher just gave me this sample business plan. Now, the content is alright, but what about the typography? I'm not sure, I'm not really a designer, but I do get the feeling it's not as beauti

  • HttpSession Disadvantages and Alternatives

    Hi, We have memory Problems with HttpSessions, so can you please suggest any alternative to HttpSession. Regards, Murthy Patnaik

  • URGENT: Liquid Mark Damage on the Screen. Pls help!

    Hello, I have taken a new BlackBerry Curve 8520 a month ago. Today when I was rushing to office, I have noticed that, there is a dark liquid mark on the middle of the screen. I have throught that it might be because of the screen gaurd and I removed