Cisco Cisco Catalyst 6500 Series 7600 Series ASA Services Module Guía De Instalación

Descargar
Página de 16
   
Upgrade to ASA 9.1 and ASDM 7.1
3
Upgrade Using the CLI
Procedure
This procedure uses TFTP. For FTP or HTTP, see the copy command.
1.
(If there is a configuration migration) Show the configuration on the terminal so that you can back up your 
configuration:
more system:running-config
Copy the output from this command, then paste the configuration in to a text file. For other methods of backing 
up, see the configuration guide.
2.
Copy the ASA software to the active unit flash memory:
copy
 tftp://server[/path]/asa_image_name {disk0:/ | disk1:/}[path/]asa_image_name 
Example:
ciscoasa# copy tftp://10.1.1.1/asa913-smp-k8.bin disk0:/asa913-smp-k8.bin
For other methods than TFTP, see the copy command.
3.
Copy the ASDM image to the active unit flash memory:
copy
 tftp://server[/path]/asdm_image_name {disk0:/ | disk1:/}[path/]asdm_image_name
Example:
ciscoasa# copy tftp://10.1.1.1/asdm-711.bin disk0:/asdm-711.bin
4.
If you are not already in global configuration mode, access global configuration mode:
configure terminal
5.
Show the current boot images configured (up to 4):
show running-config boot system
Example:
ciscoasa(config)# show running-config boot system
boot system disk0:/cdisk.bin
boot system disk0:/asa914-smp-k8.bin
The ASA uses the images in the order listed; if the first image is unavailable, the next image is used, and so 
on. You cannot insert a new image URL at the top of the list; to specify the new image to be first, you must 
remove any existing entries, and enter the image URLs in the order desired, according to 6. and 7..
6.
Remove any existing boot image configurations so that you can enter the new boot image as your first choice:
no
 boot system {disk0:/ | disk1:/}[path/]asa_image_name
Example:
ciscoasa(config)# no boot system disk0:/cdisk.bin
ciscoasa(config)# no boot system disk0:/asa914-smp-k8.bin