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

Descargar
Página de 19
Step 4
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:/asa931-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 the next steps.
Step 5
Remove any existing boot image configurations so that you can enter the new boot image as your first choice:
no boot system diskn:/[path/]asa_image_name
Example:
ciscoasa(config)# no boot system disk0:/cdisk.bin
ciscoasa(config)# no boot system disk0:/asa931-smp-k8.bin
Step 6
Set the ASA image to boot (the one you just uploaded):
boot system diskn:/[path/]asa_image_name
Example:
ciscoasa(config)# boot system disk0://asa941-smp-k8.bin
Repeat this command for any backup images that you want to use in case this image is unavailable. For example, you
can re-enter the images that you previously removed.
Step 7
Set the ASDM image to use (the one you just uploaded):
asdm image diskn:/[path/]asdm_image_name
Example:
ciscoasa(config)# asdm image disk0:/asdm-741.bin
You can only configure one ASDM image to use, so you do not need to first remove the existing configuration.
Step 8
Save the new settings to the startup configuration:
write memory
Step 9
Reload the ASA:
reload
Upgrade to ASA 9.4 and ASDM 7.4    
5
Upgrade to ASA 9.4 and ASDM 7.4
(CLI) Upgrade Using the CLI