博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
PIX7.0软件的安装及ASDM可视化管理软件的安装
阅读量:5921 次
发布时间:2019-06-19

本文共 2733 字,大约阅读时间需要 9 分钟。

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
no sh
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,如需转载请自行联系原作者
你可能感兴趣的文章
Ubuntu系统主题及插件工具等官方地址
查看>>
Linux下备份到腾讯云cos、阿里云oss、七牛云存储脚本工具
查看>>
ALM软件产品介绍
查看>>
对象调用成员的过程
查看>>
Citrix入门教程,之windows server2008 r2安装
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
CCNA 第三章 TCP/IP简介
查看>>
关于esxi的软件安装与版本升级。
查看>>
我的友情链接
查看>>
vCenter5.5U1安装部署1
查看>>
(某云平台+VPLC神器)助我解postfix邮件系统的疑问处理
查看>>
2016重拾linux碎片
查看>>
转 字符设备驱动与块设备驱动的区别
查看>>
nginx $document_uri 参数使用
查看>>
图解Exchange 2003 OWA网页更改密码
查看>>
C# 状态数据的显示和存储
查看>>
IP网络,光网络以及轨道交通的高速卸载随想
查看>>
我的友情链接
查看>>
man,history命令
查看>>