2009-7-31 17:24:54 阅读8 评论0 312009/07 July31
2008-12-8 20:22:55 阅读58 评论0 82008/12 Dec8
大家或多或少会遇在使用Cisco 的安全产品时,如何排除故障 如何收集有效信息?下面我们将给出一些常用命令用于收集信息:
1,ASA 和 PIX 产品
最重要的两个利器
1) Syslog server 记录日志
logging on
logging timestamp
logging trap information
logging host inside x.x.x.x (syslog server)
2)Capture 抓包
Step 1: create ACL for both inside and outside Interface
! Outside Capture ACL
Access-list 100 permit tcp host 192.168.2.2 host 198.133.219.25 eq 80
2008-12-2 22:55:01 阅读137 评论0 22008/12 Dec2
ASA5510使用ASDM登录时报错[问题解决]
OS:asa706-k8.bin
ASDM:asdm506.bin
以前使用正常,现在使用时,出现一个错误提示框:(不能贴图,把内容写在下面)
QUOTE:
Error
ASDM is unable to read the configuration from the ASA. Please check the
configuration and your connection and then try again by clicking the
Refresh icon.
相关的配置如下:
asdm image disk0:/asdm506.bin
http server enable
http 10.110.144.0 255.255.255.0 inside
2008-11-27 1:17:38 阅读13 评论0 272008/11 Nov27