cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
599
Views
0
Helpful
1
Replies

ASA-5505: unable to ping TFTP(cpu)

Screwball011
Level 1
Level 1

Hello,

I need help connecting my ASA-5505 Firewall to my TFTP server(cpu)  I cant ping between the two.  They are the only devices on this network and have the IPs as follows:

CPU: 10.10.10.1

5505 (vlan2): 10.10.10.2

I am connected to the 5505 from the laptop via console cable for management.  On the 5505, I am using e0/0 (vlan2) straight-thru cable to the ethernet port on the cpu for TFTP transer.  The 5505 is not finding a route to get to the cpu.  See below output:


ciscoasa# ping 10.10.10.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
No route to host 10.10.10.2

Success rate is 0 percent (0/1)
ciscoasa# ping 10.10.10.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:
No route to host 10.10.10.1

I am using the following command on the 5505 when using tftp:

copy tftp://C:/servers/spare/Desktop/IOS's/5505/asa847-k8.bin running

 

Can someone please tell me what I am doing wrong here?  Do I need a router involved? I want to be able to transfer files between these devices via TFTP.  Any advice would be appreciated.  Here is the running config:

ciscoasa# sh run
: Saved
:
ASA Version 8.4(4)
!
hostname ciscoasa
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Ethernet0/0
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
 shutdown
!
interface Ethernet0/4
 shutdown
!
interface Ethernet0/5
 shutdown
!
interface Ethernet0/6
 shutdown
!
interface Ethernet0/7
!
interface Vlan1
 no nameif
 no security-level
 no ip address
!
interface Vlan2
 no nameif
 no security-level
 ip address 10.10.10.2 255.255.255.0
!
ftp mode passive
pager lines 24
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart

telnet timeout 5
ssh timeout 5
ssh key-exchange group dh-group1-sha1
console timeout 0

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
!
!
prompt hostname context
no call-home reporting anonymous
call-home
 profile CiscoTAC-1
  no active
  destination address http https://tools.cisco.com/its/service/oddce/services/DD
CEService
  destination address email callhome@cisco.com
  destination transport-method http
  subscribe-to-alert-group diagnostic
  subscribe-to-alert-group environment
  subscribe-to-alert-group inventory periodic monthly
  subscribe-to-alert-group configuration periodic monthly
  subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:f7332278a9550e9f40909ebbdce07411
: end

 

 

 

1 Reply 1

johnlloyd_13
Level 9
Level 9

hi,

the eth0/0 port is used for the WAN/outside connection.

use any ports other than that and configure as below:

int vlan 2

no ip address

 

int vlan 1

nameif inside

ip address 10.10.10.2 255.255.255.0

 

fixup protocol icmp

 

point your TFTP directory to C:/servers/spare/Desktop/IOS's/5505 and issue command on ASA:

 

copy tftp://10.10.10.1/asa847-k8.bin flash

boot system flash:/asa847-k8.bin

Review Cisco Networking for a $25 gift card