Upgrading ASDM version in ASA to latest

Posted by Anand Prabhu S K | 3:05 PM | 0 comments »

Upgrading ASDM version in ASA to latest
Follow below steps to upgrade ASDM versions in ASA. 
           Step 1: Command: # show disk0:
-       shows the disk contents. Look for all the ASDM versions in ASA hard drive. If you already have the latest version by any chance. You can directly disable the existing version and enable the required version from disk0:. In such cases, you can directly shift to Step 2.  
Download SolarWinds Free TFTPServer and install in a computer (say 192.168.1.1 ).   
 
Step 2: Download the required ASDM version from Cisco.com and copy it to root folder of TFTP server.  
 
Step 3: Command: (config)# tftp-server inside 192.168.1.1 \ -       Setup 192.168.1.1 as TFTP Server  
 
Step 4: Command: (config)# copy tftp: disk0: -       Specify TFTP Server, Source filename and destination filename 
 
Step 5: Command: (config)# no asdm image disk0:/asdm-603.bin  
 
Step 6: Command: (config)# asdm image disk0:/asdm-603.bin
 
No need to reboot ASA. Try connecting ASDM from the HTTP allowed computer

0 comments