ASA Version 8.0(4) !hostname XZZFJ-5510domain-name cisco.comenable password fiTdghnta1hKq2EU encryptedpasswd 2KFQnbNIdI.2KYOU encryptednames!interface Ethernet0/0 nameif outside security-lev
原创
2010-07-16 10:08:34
944阅读
点赞
ASA5510实战
原创
2014-11-19 20:51:52
918阅读
: Saved
!
enable password 2KFQnbNIdI.2KYOU encrypted
interface Ethernet0/0
ip address 掩码
nameif inside
!
no na
转载
精选
2010-06-09 12:42:11
839阅读
配置主机名:ciscoasa#ciscoasa#config t 进入全局模式ciscoasa(config)#hostname cisco5510 命名配置外部接口:cisco5510(config)# inter e0/0 进入E0/0接口cisco5510(config-if)#nameif outsidecisco5510(config-if
原创
2017-10-23 15:43:02
2086阅读
最终结果:
BJG-ASA5510# sh service-policy interface LAN0
Interface LAN0:
Service-policy: rate_limit_1
Class-map: rate_limit_1
Input poli
原创
2012-06-15 15:20:54
1284阅读
点赞
在一台ASA5510防火墙上,进行对局域网基于VLAN 划分的数据流量进行控制。实验的拓扑图如下:
如图所示:与ASA 相连的分别为OUTSIDE, INSIDE, 和DMZ 三台路由器。
未完。。。。待续
原创
2012-10-08 21:53:20
1089阅读
点赞
2评论
这个是最近配置的一个在5510上面配置的EasyVPN,本来打算把实验环境也做上去,但是因为忙,就先把配置单写出来吧。//Isakmp policy
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 2
exit
//nat-pool
ip local pool easyv
原创
2013-05-21 10:28:53
643阅读
1、网络拓扑图
网络拓扑图
2、ASA具体配置
部分已经省略
ASA5510# show run
: Saved
:
ASA Version 7.2(3)
!
hostname ASA5510
domain-name zqy.com
enable password oQMJ3TXqSC.skFhg encrypted
names
!
interface
原创
2012-01-30 11:12:14
1582阅读
点赞
To setup a syslog server for archiving syslog of ASA5510, i think it will let us easy to check some incidents. On datacenter, there is a suse linux 10 for MRTGing whole network infras
原创
2010-12-17 21:11:21
445阅读
哪位大侠能给小弟分享一个CISCO ASA5510 的 Remote IPsec VPN 的详细,小弟不胜感激!!!
原创
2007-07-26 09:47:34
6811阅读
点赞
3评论
ASAVersion7.0(6)!hostnameciscoasadomain-nameciscoasa.comenablepassword2KFQnbNIdI.2KYOUencryptednamesdns-guard!interfaceEthernet0/0nameifoutsidesecurity-level0ipaddress111.111.107.201255.255.255.192!in
原创
2018-09-24 17:34:29
1463阅读
  拿手上的设备做了一个简单的实验,具体拓扑如下 adsl router-----asa5510------cat2960 其中asa5510的e0口设为outside,与adsl router的Lan口互联,e1口与2960互联,同时2960的上联口设置为trunk口,在2960上划分了vlan 2、3, 2960的管理vlan为vlan1,ip地址为192.168.1.2,
原创
2010-04-19 22:58:47
3381阅读
1评论
一:拓撲 1.庆祝Yeslab安全实验室已经连续一次PASS 23名安全CCIE。 2.本周CCNP Security Secure课程录制完成,购买视频的朋友这周末能够拿到全套视频。 3.上海Yeslab安全正式对外招生,下面是课程原始价格。     A.安全CCIE原价¥19800      
推荐
原创
2011-11-14 10:34:28
5684阅读
点赞
2评论
ASA5510(V8.4)PPPOE拨号上网设置Internet接口:interfaceEthernet0/0nameifoutsidesecurity-level0pppoeclientvpdngroupadsl-------------设置ADSL协议ipaddresspppoesetroute-------------由ISP之间下发默认路由配置Lan接口:interfaceEthernet
转载
2020-06-17 00:30:24
775阅读
经验,实际中总会出现很多意料之外的情况,客户说要调试防火墙
ASA5510 反复不停重启,提示
Error 15: File not found
unable to boot an p_w_picpath
猜想应该不是硬件故障,于是在rommon状态下用tftp灌了一个ios,
rommon #1> ADDRESS=192.168.1.1(5510的MTGT口的地址)
rommo
推荐
原创
2009-10-13 18:08:41
3999阅读
3评论
1、IPSEC VPN 基本配置access-list no-nat extended permit ip 192.168.222.0 255.255.255.0 172.16.100.0 255.255.255.0 //定义VPN数据流nat (inside) 0 access-list no-nat//设置IPSEC VPN数据不作na
转载
精选
2010-04-20 22:41:56
2036阅读
ASA5510(V8.4)PPPOE拨号上网设置Internet接口:interfaceEthernet0/0nameifoutsidesecurity-level0pppoeclientvpdngroupadsl-------------设置ADSL协议ipaddresspppoesetroute-------------由ISP之间下发默认路由配置Lan接口:interfaceEthernet
转载
2020-06-17 00:30:27
1466阅读
ciscoasa#
在里面输入conf t回车后变成
ciscoasa(config)#在到端口里面,再输入int e0/0命令后就到e0/0端口命令下面状态就变成
ciscoasa(config-if)#在此状态下再次输入
static (inside,outside) tcp 125.76.115.136 5222 192.168.1.132 5222 netmask 255.
原创
2012-07-12 17:16:59
1499阅读
ASA5510使用ASDM登录时报错[问题解决]
OS:asa706-k8.binASDM:asdm506.bin以前使用正常,现在使用时,出现一个错误提示框:(不能贴图,把内容写在下面)
引用:
ErrorASDM is unable to read the configuration from the ASA. Please check theconfigu
转载
精选
2009-09-14 18:34:08
2280阅读
1、登录asa5510,进入特权模式执行:
logging enable
logging timestamp
logging trap warnings
logging host inside 192.168.100.22 
原创
2011-04-11 11:00:03
9026阅读
点赞
1评论