欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    2022年思科防火墙企业应用实战配置中文手册实用 .pdf

    • 资源ID:25948088       资源大小:299.70KB        全文页数:7页
    • 资源格式: PDF        下载积分:4.3金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要4.3金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    2022年思科防火墙企业应用实战配置中文手册实用 .pdf

    GAMETUZI CISCO 5510 中文配置手册 07 8.23 ASA 5510 IN CHINA GAMETUZI spoto s USER OK 开始上电配置 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 7 页 - - - - - - - - - 配置设备介绍: (只为做实验实际应用请根据自己具体情况更改相关参数即可)核心交换机 4507 提供 VLAN3 网关地址: 192.168.3.254 提供 DNS 服务器连接:192.168.0.1 接入交换机 2960 提供 VLAN3 TURNK 连接,可用 IP 地址为192.168.3.0192.168.3.240 掩码: 255.255.255.0 网关: 192.168.3.254 DNS: 192.168.0.1 内网实验防火墙 CISCO ASA 5510 E0/0 IP:192.168.3.234 E0/1 IP 10.1.1.1 实现配置策略1.动态内部 PC1 DHCP 自动获得IP 地址,可访问INTERNET ,并 PING 通外部网关。PC1 Ethernet adapter 本地连接 : Connection-specific DNS Suffix . : gametuzi Description . . . . . . . . . . . : Broadcom 440 x roller Physical Address. . . . . . . . . : 00-13-77-04-9 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 10.1.1.20 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : 10.1.1.1 DHCP Server . . . . . . . . . . . : 10.1.1.1 DNS Servers . . . . . . . . . . . : 192.168.0.1 2.静态内部 PC2 手动分配地址,可访问 INTERNET ,并 PING 通外部网关。PC1 Ethernet adapter 本地连接 : Connection-specific DNS Suffix . : gametuzi Description . . . . . . . . . . . : Broadcom 440 x roller Physical Address. . . . . . . . . : 00-13-77-04-9 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 10.1.34.34 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : 10.1.1.1 DHCP Server . . . . . . . . . . . : 10.1.1.1 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 7 页 - - - - - - - - - DNS Servers . . . . . . . . . . . : 192.168.0.1 3.ASA 5510 启动 PAT NAT DNS DHCP 服务好开始连接ASA 5510 ciscoasa# ciscoasa# conf t 进入全局配置模式ciscoasa(config)# hos ciscoasa(config)# hostname gametuzi 命名gametuzi(config)# gametuzi(config)# hostname gametuzi5510 新的名字gametuzi5510(config)# conf t gametuzi5510(config)# int e0/0 进入 E0/0 接口gametuzi5510(config-if)# n gametuzi5510(config-if)# n? interface mode commands/options: nameif no configure mode commands/options: name names nat nat-control no ntp exec mode commands/options: no gametuzi5510(config-if)# name gametuzi5510(config-if)# nameif ou gametuzi5510(config-if)# nameif outside INFO: Security level for outside set to 0 by default. gametuzi5510(config-if)# sec gametuzi5510(config-if)# security-level 0 配置安全级别因为是外部接口,安全级别为最高gametuzi5510(config-if)# nameif outside 命名接口为外部接口gametuzi5510(config-if)# ip gametuzi5510(config-if)# ip addre gametuzi5510(config-if)# ip address 192.168.3.234 255.255.255.0 添加 IP 地址gametuzi5510(config-if)# no shu 启动端口gametuzi5510(config-if)# no shu gametuzi5510(config-if)# end gametuzi5510# conf t gametuzi5510(config)# int e0/1 进入 E0/1 接口gametuzi5510(config-if)# se gametuzi5510(config-if)# ser 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 7 页 - - - - - - - - - gametuzi5510(config-if)# secu gametuzi5510(config-if)# security-level 100 设置内部安全级别为100 gametuzi5510(config-if)# na gametuzi5510(config-if)# name gametuzi5510(config-if)# nameif in gametuzi5510(config-if)# nameif inside 命名内部网络gametuzi5510(config-if)# ip addre gametuzi5510(config-if)# ip address 10.1.1.1 255.255.0.0 添加 IP 地址gametuzi5510(config-if)# no shu gametuzi5510(config-if)# no shu gametuzi5510(config-if)# end gametuzi5510# go gametuzi5510# gol gametuzi5510# gol? ERROR: % Unrecognized command gametuzi5510# gl gametuzi5510# gl? ERROR: % Unrecognized command gametuzi5510# conf t gametuzi5510(config)# gol gametuzi5510(config)# gol? ERROR: % Unrecognized command gametuzi5510(config)# gk gametuzi5510(config)# gl? configure mode commands/options: global gametuzi5510(config)# gl gametuzi5510(config)# global ou gametuzi5510(config)# global (outside)1 in gametuzi5510(config)# global (outside)1 in? ERROR: % Unrecognized command gametuzi5510(config)# global (outside) 1 int gametuzi5510(config)# global (outside) 1 interface PAT 地址转换 !INFO: outside interface address added to PAT pool gametuzi5510(config)# end gametuzi5510# conf t gametuzi5510(config)# route ou gametuzi5510(config)# route outside 0.0.0.0 0.0.0.0 192.168.3.254默认路由访问所有外部地址从 192.168.3.254 流出。gametuzi5510(config)# nat (inside) 1 10.1.0.0 255.255.0.0 内部地址转换 10.1.0.0 网段gametuzi5510(config)# dhcpd? configure mode commands/options: 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 7 页 - - - - - - - - - dhcpd gametuzi5510(config)# dhcpd ? configure mode commands/options: address Configure the IP pool address range after this keyword auto_config Enable auto configuration from client dns Configure the IP addresses of the DNS servers after this keyword domain Configure DNS domain name after this keyword enable Enable the DHCP server lease Configure the DHCPD lease length after this keyword option Configure options to pass to DHCP clients after this keyword ping_timeout Configure ping timeout value after this keyword wins Configure the IP addresses of the NETBIOS servers after this keyword gametuzi5510(config)# dhcpd adre gametuzi5510(config)# dhcpd addre gametuzi5510(config)# dhcpd address ? configure mode commands/options: WORD IP addresses, - gametuzi5510(config)# dhcpd address 10.1.1.20-10.1.1.150 ? configure mode commands/options: Available interfaces on which to enable the DHCP server: inside Name of interface Ethernet0/1 outside Name of interface Ethernet0/0 gametuzi5510(config)# dhcpd address 10.1.1.20-10.1.1.150 in gametuzi5510(config)# dhcpd address 10.1.1.20-10.1.1.150 inside ? configure mode commands/options: gametuzi5510(config)# dhcpd address 10.1.1.20-10.1.1.150 inside 配置 DHCP 可分配网段,并标识为内部接口gametuzi5510(config)# dhcpd ? configure mode commands/options: address Configure the IP pool address range after this keyword auto_config Enable auto configuration from client dns Configure the IP addresses of the DNS servers after this keyword domain Configure DNS domain name after this keyword enable Enable the DHCP server lease Configure the DHCPD lease length after this keyword 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 7 页 - - - - - - - - - option Configure options to pass to DHCP clients after this keyword ping_timeout Configure ping timeout value after this keyword wins Configure the IP addresses of the NETBIOS servers after this keyword gametuzi5510(config)# dhcpd dns ? configure mode commands/options: Hostname or A.B.C.D IP address of server 1 gametuzi5510(config)# dhcpd dns 192.168.0.1 添加 DNS 解析服务器地址gametuzi5510(config)# dhcpd do gametuzi5510(config)# dhcpd domain gametuzi 域名gametuzi5510(config)# dhcpd en gametuzi5510(config)# dhcpd enable ? configure mode commands/options: Available interfaces on which to enable the DHCP server: inside Name of interface Ethernet0/1 outside Name of interface Ethernet0/0 gametuzi5510(config)# dhcpd enable in gametuzi5510(config)# dhcpd enable inside ? ERROR: % Unrecognized command gametuzi5510(config)# dhcpd enable inside ? configure mode commands/options: gametuzi5510(config)# dhcpd enable inside 启动内部 DHCP 服务gametuzi5510(config)# end gametuzi5510# wr 保存配置Building configuration. Cryptochecksum: 7b31abf1 b002711b ecfb3fa0 1612c057 1797 bytes copied in 3.610 secs (599 bytes/sec) OK gametuzi5510# ac gametuzi5510# conf t gametuzi5510(config)# ac gametuzi5510(config)# acc gametuzi5510(config)# access-grou gametuzi5510(config)# access-group icmp_in in int gametuzi5510(config)# access-group icmp_in in interface ou gametuzi5510(config)# access-group icmp_in in interface outside ERROR: access-list does not exist gametuzi5510(config)# ac gametuzi5510(config)# acc 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 7 页 - - - - - - - - - gametuzi5510(config)# access-li gametuzi5510(config)# access-list icmp_in e gametuzi5510(config)# access-list icmp_in extended pe gametuzi5510(config)# access-list icmp_in extended permit icm gametuzi5510(config)# access-list icmp_in extended permit icmp an gametuzi5510(config)# access-list icmp_in extended permit icmp any an gametuzi5510(config)# access-list icmp_in extended permit icmp any any 润许 PING 协议转发gametuzi5510(config)# ac gametuzi5510(config)# acce gametuzi5510(config)# access-gr gametuzi5510(config)# access-group icmp gametuzi5510(config)# access-group icmp_in in in gametuzi5510(config)# access-group icmp_in in interface ou gametuzi5510(config)# access-group icmp_in in interface outside润许 PING 协议转发gametuzi5510(config)# end gametuzi5510# wr Building configuration. Cryptochecksum: 32d3d557 0d55d4a3 a1a7fa13 76667f5f 1889 bytes copied in 3.640 secs (629 bytes/sec) OK gametuzi5510# 搞定收工QQ 12604238 MSN AIPAOTUZIHOTMAIL.com2007 年 8 月 25 日星期六名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 7 页 - - - - - - - - -

    注意事项

    本文(2022年思科防火墙企业应用实战配置中文手册实用 .pdf)为本站会员(Q****o)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开