cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
25811
Views
5
Helpful
26
Replies

ASA 5505 %Error opening tftp://192.168.1.107/asdm-602.bin (No such device)

woodjl1650
Level 1
Level 1

Can anyone tell me how to resolve this error message?

%Error opening tftp://192.168.1.107/asdm-602.bin (No such device)

I get this while I am rying to copy the ISO image to the ASA.  I messed up and deleted everything and now trying to set it back up.  Please help.

Thanks,

Jonathan

1 Accepted Solution

Accepted Solutions

Hello,

Yes. Copy the file same way as the OS. Then, you need to set the ASDM image

name:

ASA# config t

ASA(config)# asdm image disk0:/asdm-602.bin

Hope this helps.

Regards,

NT

View solution in original post

26 Replies 26

Jennifer Halim
Cisco Employee
Cisco Employee

What does the output of "show flash" show?

If it shows "%Error show flash: (No such device)", then you would need to RMA the ASA.

praprama
Cisco Employee
Cisco Employee

Hi Jonathan,

Could you paste the exact command you are trying to execute and the current configuration on the firewall? Are you able to ping the tftp server 192.168.1.107, from the ASA?

Thanks and Regards,

Prapanch

copy tftp disk0

Address of name of remote host []? 10.10.26.2

Source filename []? asa823-k8.bin

Destination filename [disk0]? disk0

Accessing tftp://10.10.26.2/asa832-k8.bin...

%Error opening tftp://10.10.26.2/asa832-k8.bin (No Such Device)

Unable to ping

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.26.1, timeout is 2 seconds

No route to host 10.10.26.1

I have tried to configure the the IP address and I get an error message saying:

ERROR: This command can only be configured on VLAN Interface

If is do a show ip, I get nothing.

Any ideas?

Hey Jonathan,

The ASA 5505 has all switchports (or L2 ports) and hence we can not assign IP addresses to them directly. We will need to configure VLANs with IP addresses and assign the physical ports to the appropriate VLANs (just as we configure any Layer 2 switch).

Below is the link to configure interface on ASA 5505:

http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/int5505.html

So if you have your Ethernet0 interface directly connected to the TFTP server (10.10.26.2), the configurtion will look something like before:

interface vlan1

ip address 10.10.26.2

nameif inside

no shut


interface eth0

switchport access vlan1

no shut

Let me know if this helps!!

Thanks and Regards,

Prapanch

woodjl1650
Level 1
Level 1

Thanks, that got me an IP address...but I am still unable to copy the file from the tftp server to flash or disk0.  Have I done something completely wrong?  Should I connect via a crossover cable?  Right now I have the asa hooked up to my belkin wireless router so my laptop with the tftp server software can transfer the files needed.  I will say I am completely new to cisco products so please dumb down if at all possible what I should do.  I can't thank you enough for helping me out.

Hello,

Can you ping the ASA from your TFTP server? Does the TFTP server has any

Firewall configured on it (Windows firewall, AntiVirus firewall, or any

other custom firewall)? If yes, please turn them off and try again. Here are

the steps:

Step 1: Verify connectivity

From the command prompt of the TFTP server, ping the ASA's IP. Similarly,

from the ASA, ping TFTP Server's IP. Make sure that all ping requests get

answered.

Step 2: Copy the file

On the firewall, issue the following command: "copy tftp: flash:" It will

ask for the TFTP server IP address, and then the file name. Input those

details. At that point, the file transfer should start happening. (Make sure

that the TFTP server program is running on the TFTP server device).

Hope this helps.

Regards,

NT

stupid question....how do I know what the ip address if of the ASA?  I have looked at the belkin router to see if I can see what it is via the dhcp client list, but it does not show up.  I think they are "talk" because I can load the image from the rommon prompt but no luck copying to disk0.

thanks

Hello,

On the ASA, at the "ASA#" prompt, issue the command "show IP". It will tell

you the IP address of the interfaces.

Regards,

NT

Alrigh, got the ip address, it is only a vlan address.  i still can not ping anything.  Any idea?

Hello,

What is the IP address you have on the ASA? What is the IP of the tftp

server?

Regards,

NT

TFTP server is 10.10.26.6

Do I give the ASA an IP address or will it grab on from the Belkin Router.  I just did an erase to clear everything out...starting from a blank ASA

Hello,

You give an IP address in the range of 10.10.26.x.

Regards,

NT

ASA IP 10.10.26.20

Loading TFTP image to ASA now via ROMMON command

What should be the next step?

Hello,

Once the ASA boots up, give an IP to the VLAN interface:

ASA# configure terminal

ASA(config)# interface vlan 1

ASA(config-if)# nameif inside

ASA(config-if)# security-level 100

ASA(config-if)# ip address 10.10.26.20 255.255.255.0

ASA(config-if)# exit

ASA(config)# interface Ethernet 1

ASA(config-if)# Switchport access vlan 1

ASA(config-if)# exit

Check the connectivity between the ASA and TFTP Server:

ASA(config)# ping 10.10.26.6

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.20.6, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms

Once the connectivity is checked, now you should be able to copy the image:

ASA(config)# copy tftp flash:

Address or name of remote host []? 10.10.20.6

Source filename []? asa823-k8.bin

Destination filename ?

Hope this helps.

Regards,

NT

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card