Cisco Cisco ASA 5512-X Adaptive Security Appliance - No Payload Encryption Guía De Instalación

Descargar
Página de 16
 
8
Upgrade to ASA 8.4 and ASDM 6.4
MASTER FILES
  Upgrading the Software
For the upgrade versions to take effect, you must save the configuration, reload the ASA, and restart 
ASDM.
Step 8
Click Finish to exit the wizard when the upgrade is finished.
Step 9
After the ASA reloads, restart ASDM.
Upgrade a Failover Pair
Upgrade an Active/Standby Failover Pair
To upgrade the Active/Standby failover pair, perform the following steps.
Before You Begin
(CLI) Perform these steps on the active unit.
Procedure
For CLI:
Step 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
Example:
active# 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.
Step 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:
active# copy tftp://10.1.1.1/asa847-smp-k8.bin disk0:/asa847-smp-k8.bin
For other methods than TFTP, see the copy command.
Step 3
Copy the software to the standby unit; be sure to specify the same path as for the active unit:
failover exec mate copy /noconfirm
 tftp://server[/path]/filename {disk0:/ | 
disk1:/
}[path/]filename
Example:
active# failover exec mate copy /noconfirm tftp://10.1.1.1/asa847-smp-k8.bin 
disk0:/asa847-smp-k8.bin
Step 4
Copy the ASDM image to the active unit flash memory:
copy
 tftp://server[/path]/asdm_image_name {disk0:/ | disk1:/}[path/]asdm_image_name