天天看点

PIX7.0软件的安装及ASDM可视化管理软件的安装

pix 7.0支持的平台

Description 

PIX OS version 7.0(1) software. Requires a minimum of 16 MB Flash and 64 MB RAM. 

IMPORTANT: Read the Guide for Cisco PIX 6.2 and 6.3 Users Upgrading to Cisco PIX Software Version 7.0 and Release Note prior to downloading this release. 

PIX Security Appliance Operating System release 7.0 supports the following PIX models: 

515/515E

525

535

PIX software release 7.0 requires different amounts of RAM depending on the platform. 

PIX Security Appliance models 525 and 535 meet all RAM requirements for 7.0, 

no upgrades are necessary to run this software release on these platforms. 

Some PIX 515/515E systems may not meet the minimum requirements, and the purchase and installation of a 64MB RAM upgrade (Restricted license) or a 128MB RAM upgrade (Failover and Unrestricted licenses) may be necessary. 

For details refer to the Release Notes in the PIX 7.0 Documentation. 

(IOS为6.2及以下版本是用PDM,6.2以上版本使用ASDM)

升级7.0

1 进入monitor 升级7.0

2 进入正常模式 删除flash:pix701.bin

3 在正常模式下再升级pix701.bin即可

启动进入rom下配置,pc网线链接pix1口,设置pc地址192.168.0.1,

interface 1

address 192.168.0.2

server 192.168.0.1

file pix701.bin

tftp

升级完成

在pix上安装ASDM管理器

+++++++++++++Install Adaptive Security Device Manager (ASDM) +++++++++++++

down:http://www.cisco.com/pcgi-bin/tablebuild.pl/pix

pixfirewall# copy tftp flash

Address or name of remote host [0.0.0.0]? 

Source file name [cdisk]? 

Destination filename [asdm-501.bin]? 

The image is now copied over from the TFTP server to Flash. 

These messages appear and indicate that the transfer is a success. 

Accessing tftp://172.18.173.123/asdm-501.bin...

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!

Writing file flash:/asdm-501.bin...

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!

5880016 bytes copied in 140.710 secs (42000 bytes/sec)After the ASDM image is copied over, 

issue the asdm image flash: command in order to specify the ASDM image to use.

pixfirewall(config)# asdm image flash:asdm-501.bin

Save the configuration to Flash with the write memory command. 

pixfirewall(config)# write memory

This completes the ASDM installation process.

配置asdm

config asdm

interface Ethernet0

no sh

nameif outside

security-level 0

ip address 192.168.0.2 255.255.255.0 

!

interface Ethernet1

nameif inside

security-level 100

ip address 10.0.0.1 255.255.255.0 

hostname pixfirewall

domain-name domain

asdm image flash:/asdm-501.bin

asdm history enable

http server enable          //这一步必须要设置。

http 192.168.0.1 255.255.255.255 outside    

              //如果希望任何IP都能从外网口管理ASDM,可以使用:http 0 0 outside 命令。如果没有这条命令,任何IP将都无法访问和管理ASDM。

用asdm管理pix

https://192.168.0.1

结束

本文转自 qq8658868 51CTO博客,原文链接:http://blog.51cto.com/hujizhou/1186360,如需转载请自行联系原作者