Cisco asa 5510升级IOS和ASDM
show version 查看当前运行的系统信息,包括启动文件(即IOS)等
show boot 查看当前的IOS信息
show asdm image 查看当前运行的ASDM信息
copy nvram:/filename tftp://ip/filename 用tftp协议进行文件传输
boot system file 设置IOS启动文件
asdm image file 设置asdm启动文件(用no是取消)
erase / format 删除所有文件
CISCOASA>ena 进入特权模式
CISCOASA#conf t 进入配置模式
CISCOASA(config)# dir 查看asa上的文件
2391 -rw- 5539756 00:43:38 Nov 05 2007 asdm521.bin
4842 drw- 0 18:51:24 Nov 16 2011 log
4843 drw- 0 18:51:36 Nov 16 2011 crypto_archive
CISCOASA(config)# show ver 命令解释看前面
Device Manager Version 5.2(1)
System image file is "disk0:/asa721-k8.bin" 这就是启动文件和路径
。。。。。
CISCOASA(config)# copy disk0:/asa721-k8.bin tftp://192.168.1.2/asa721-k8.bin
。。。。。。
。。。。。。
。。。。。。
。。。。。。
CISCOASA(config)# erase disk0:
Erase operation may take a while. Continue? [confirm]
Erase: Operation completed successfully.
Format: Drive communication & 1st Sector Write OK...
Format: All system sectors written. OK...
Format: Total sectors in formatted partition: 499168
Format: Total bytes in formatted partition: 255574016
Format: Operation completed successfully.
CISCOASA(config)# dir
CISCOASA(config)# copy tftp://192.168.1.2/asa802-k8.bin disk0:/asa802-k8.bin
CISCOASA(config)# copy tftp://192.168.1.2/asdm-602.bin disk0:/asdm-602.bin
CISCOASA(config)# copy tftp://192.168.1.2/asa721-k8.bin disk0:/asa721-k8.bin
1778 -rw- 6889764 20:31:10 Oct 09 2008 asdm-602.bin
2620 -rw- 8202240 20:33:04 Oct 09 2008 asa721-k8.bin
CISCOASA(config)# no boot system disk0:/asa721-k8.bin 取消之前的启动IOS
CISCOASA(config)# boot system disk0:/asa802-k8.bin
CISCOASA(config)# asdm image disk0:/asdm602.bin 设置asdm
CISCOASA(config)# reload 重新启动,配置生效
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。