01-24-2024 03:55 AM
Hej
I am trying to push a file from my PC to an ASA. I have tried SCP, FTP and SFTP. Tried using WinSCP, Filezilla and SecureFX as software to push file but I can not connect.
Is this because I am trying on Mgmt interface?
interface Management0/0
no management-only
nameif MGMT
security-level 100
ip address 10.250.3.21 255.255.252.0
access-list FILE-TRANSFER extended permit tcp any any eq ssh
access-list FILE-TRANSFER extended permit tcp any any range ftp-data ftp
access-group FILE-TRANSFER in interface MGMT
access-group FILE-TRANSFER out interface MGMT
policy-map global_policy
class inspection_default
inspect ip-options
inspect netbios
inspect rtsp
inspect sunrpc
inspect tftp
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect esmtp
inspect sqlnet
inspect sip
inspect skinny
inspect icmp
Solved! Go to Solution.
01-24-2024 04:36 AM
You cannot push it to the ASA from your PC unless you are using ASDM (which transfers via https under the covers).
You can initiate the transfer from the ASA with the copy command.
01-24-2024 04:01 AM
First let check ftp
Can you see the command you use to push traffic to asa using ftp
What is the IP of PC?
MHM
01-24-2024 04:13 AM - edited 01-24-2024 04:13 AM
My IP is 10.255.0.98
I have also configured a normal Interface instead of MGMT interface just to test but same result
I am just using the Apps, not sure how I can see what command they use.
01-24-2024 04:21 AM - edited 01-24-2024 04:22 AM
I see this issue before'
I Think (not so sure) it bug since engineer in end use http instead of ftp and tftp.
So can you check http solution?
MHM
01-24-2024 04:36 AM
You cannot push it to the ASA from your PC unless you are using ASDM (which transfers via https under the covers).
You can initiate the transfer from the ASA with the copy command.
01-24-2024 04:50 AM
ASDM doesn't work on windows 10
01-24-2024 04:53 AM
Ok found a workaround I think for ASDM
https://community.cisco.com/t5/network-security/asdm-quot-this-app-can-t-run-on-your-pc-quot-windows-10/td-p/3782580
01-24-2024 04:56 AM
Friend no need asdm
Did you check link I share ?
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide