application , networking , security

How to install ASDM for PIX 7.x

April 13, 2012

1. Copy the ASDM binary file to a TFTP or FTP server on your network.

2. Log in to the security appliance and enter privileged EXEC mode:

hostname> enable
password:
hostname#

3. Ensure that you have connectivity from the security appliance to the TFTP / FTP server.

4. Delete the old version of PDM by entering the following command:

hostname# delete flash:/pdm

5. Copy the ASDM binary to the security appliance using the appropriate command:

• TFTP

hostname# copy tftp://server_ip/pathtofile flash:/asdm_filename

• FTP

hostname# copy ftp://server_ip/pathtofile flash:/asdm_filename

For more information on the copy command and its options, see the Cisco Security Appliance Command Reference.

6. Identify the path to the ASDM image by entering the following command:

hostname# configure terminal
hostname(config)# asdm image flash:/asdm_filename

This command lets you identify the image to load if you have multiple ASDM images in Flash memory.

7. To enable the HTTPS server (if it is not already enabled), enter the following command:

hostname(config)# http server enable

8. To identify the IP addresses that are allowed to access ASDM, enter the following command:

hostname(config)# http ip_address mask interface

Enter 0 for the ip_address and mask to allow all IP addresses.

9. Save your configuration by entering the following command:

hostname(config)# write memory


www.bestitdocuments.com