When you want to update a Cisco Asa in the field which is connected by VPN, you probably want to get the image from you internal TFTP server. But in order to make this work you will need to specify the source interface name you want to use or else it won’t work.
Information needed:
IP address TFTP server: 192.168.1.1
Name of source interface: inside
Name / path of your bin file: asa824-k8.bin
Putting that all together
copy tftp://192.168.1.1/asa824-k8.bin;int=inside disk0:/asa824-k8.bin
When you execute the command you will get the same little wizard as you would get when you type copy tftp flash, so just verify the information and press enter three times. After that you will see that the ASA uses the inside interface.
Accessing tftp://192.168.1.1/asa824-k8.bin;int=inside
Simply do the same for the asdm image!
Perfect. Just what I needed. Thank you very much
Great post!
Thanks.