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

    2022年访问控制列表配置实验报告 .pdf

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

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

    2022年访问控制列表配置实验报告 .pdf

    实验 四访问控制列表( ACL )配置1、实验目的 :(1)掌握扩展访问控制列表对某个网段数据流进行抑制的配置方法。(2)思科交换机的基本ACL 配置2、实验环境:利用 Boson Network Designer软件绘制两台交换机(Cisco Catalyst1912 型) 、一台路由器( Cisco2621 型)以及三台PC进行互连。通过Boson Netsim 软件加载绘制好的网络拓扑图,从而进行路由器、交换机以及PC的相关配置,网络拓扑图如图2-1 所示。3、实验内容 :(1 ) 使用 Boson Network Designer软件绘制路由器互连的网络拓扑图。(2) 运行 Boson Netsim软件,加载网络拓扑图后,分别配置好各台PC的IP 地址、子网掩码及网关以及对两台交换机与路由器进行基本配置(交换机和路由器的机器名、控制台密码、 进入配置模式口令、远程登录口令、各端口的参数) 。(3)在路由器上定义一个扩展访问控制列表,抑制某台PC的 ICMP数据流通往其它任意的一条网段。将该列表应用于路由器的相应端口。然后,进行相应的Ping 测试。(4)在路由器撤消之前配置的扩展访问控制列表,然后定义一个标准访问控制列表,抑制某条网段的PC 机访问另一条网段的PC机。将该列表应用于路由器的相应端口,最后进行相应的Ping 测试。2.3 实验步骤(1)运行 Boson Network Designer 软件,按照图2-1 所示绘制配置拓扑图,保存在相应的目录下。(2)运行 Boson Netsim 软件,加载绘制好的网络拓扑图,然后切换到PC机设置界面,使用winipcfg命令,配置PC1 的 IP地址为192.168.1.3 ,子网掩码为:255.255.255.0,网关为: 192.168.1.1,如下图 2-2 所示:名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 6 页 - - - - - - - - - 其他 PC机的配置方法类似,配置如下:PC2:192.168.1.4 255.255.255.0 GATEWAY: 192.168.1.1 PC3:192.168.2.3 255.255.255.0 GATEWAY: 192.168.2.1 PC4:192.168.2.4 255.255.255.0 GATEWAY: 192.168.2.1 PC5:192.168.3.3 255.255.255.0 GATEWAY: 192.168.3.1 PC6:192.168.4.3 255.255.255.0 GATEWAY: 192.168.4.1 (3)进入第一台思科1912 交换机的CLI 界面,做如下配置:enable #conf t Enter configuration commands, one per line. End with CNTL/Z. (config)#hostname csi1912sw1 csi1912sw1(config)#enable secret level 15 cisco csi1912sw1(config)#ip addr 192.168.1.2 255.255.255.0 csi1912sw1(config)#ip default-gateway 192.168.1.1 csi1912sw1(config)#exi 进入思科交换机1912 的全局配置界面,将其主机名配置为cis 1912sw1,登录密码设置为 cisco,其管理 IP 地址为 192.168.1.2,子网掩码配置为255.255.255.0,默认网关与其他PC机一样,为192.168.1.1 ,最后退出全局配置界面。(4)进入第二台思科1912 交换机的CLI 界面,做如下配置:enable 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 6 页 - - - - - - - - - #conf t Enter configuration commands, one per line. End with CNTL/Z. (config)#hostname cis1912sw2 cis1912sw2(config)#enable secret level 15 cisco cis1912sw2(config)#ip addr 192.168.2.2 255.255.255.0 cis1912sw2(config)#ip default-gateway 192.168.2.1 cis1912sw2(config)#exi (5)进入第三台思科1912 交换机的CLI 界面,做如下配置:enable #conf t Enter configuration commands, one per line. End with CNTL/Z. (config)#hostname cis1912sw3 cis1912sw3(config)#enable secret level 15 cisco cis1912sw3(config)#ip addr 192.168.3.2 255.255.255.0 cis1912sw3(config)#ip default-gateway 192.168.3.1 cis1912sw3(config)#exi (5)进入第四台思科1912 交换机的CLI 界面,做如下配置:enable #conf t Enter configuration commands, one per line. End with CNTL/Z. (config)#hostname cis1912sw4 cis1912sw4(config)#enable secret level 15 cisco cis1912sw4(config)#ip addr 192.168.4.2 255.255.255.0 cis1912sw4(config)#ip default-gateway 192.168.4.1 cis1912sw4(config)#exi (6)进入第一台Cisco2621 的配置的 CLI 界面,做如下配置:Routeren Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname cis2621sw1 cis2621sw1(config)#enable secret cisco cis2621sw1(config)#line console 0 cis2621sw1(config-line)#password cisco cis2621sw1(config-line)#login cis2621sw1(config-line)#exi cis2621sw1(config)#int f0/0 cis2621sw1(config-if)#ip add 192.168.1.1 255.255.255.0 cis2621sw1(config-if)#no shut %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up cis2621sw1(config-if)#exit cis2621sw1(config)#int f0/1 cis2621sw1(config-if)#ip add 192.168.2.1 255.255.255.0 cis2621sw1(config-if)#no shut %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 6 页 - - - - - - - - - cis2621sw1(config-if)# cis2621sw1(config-if)#exit 首先进入第一台路由器Cisco2621 的全局配置模式后,给路由器命名为Cisco2621sw1,并设置登录的加密的密码为cisco 、进入控制台的密码为cisco ,进入 F0/0 端口配置模式,将 F0/0 的 IP 地址和子网掩码为192.168.1.1/255.255.255.0,并将 F0/0 激活, 然后进入 F0/1端口配置模式, 将 F0/1 的 IP 地址和子网掩码为192.168.2.1/255.255.255.0,并将 F0/1 激活。(7)进入第二台Cisco2621 的配置的 CLI 界面,做如下配置:Routeren Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname cis2621sw2 cis2621sw2(config)#enable secret cisco cis2621sw2(config)#line console 0 cis2621sw2(config-line)#password cisco cis2621sw2(config-line)#login cis2621sw2(config-line)#exit cis2621sw2(config)#int f0/0 cis2621sw2(config-if)#ip add 192.168.3.1 255.255.255.0 cis2621sw2(config-if)#no shut %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up cis2621sw2(config-if)#exit cis2621sw2(config)#int f0/1 cis2621sw2(config-if)#ip add 192.168.4.1 255.255.255.0 cis2621sw2(config-if)#no shut %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up cis2621sw2(config-if)#exit 首先进入第二台路由器Cisco2621 的全局配置模式后,给路由器命名为Cisco2621sw2,并设置登录的加密的密码为cisco 、进入控制台的密码为cisco ,进入 F0/0 端口配置模式,将 F0/0 的 IP 地址和子网掩码为192.168.3.1/255.255.255.0,并将 F0/0 激活, 然后进入 F0/1端口配置模式, 将 F0/1 的 IP 地址和子网掩码为192.168.4.1/255.255.255.0,并将 F0/1 激活。(8)当未建立编号为101 的扩展访问控制列表,在PC1 上用ping命令检查与PC3(192.168.2.3)连通性,结果发现连通正常C:ping 192.168.2.3 Pinging 192.168.2.3 with 32 bytes of data: Reply from 192.168.2.3: bytes=32 time=60ms TTL=241 Reply from 192.168.2.3: bytes=32 time=60ms TTL=241 Reply from 192.168.2.3: bytes=32 time=60ms TTL=241 Reply from 192.168.2.3: bytes=32 time=60ms TTL=241 Reply from 192.168.2.3: bytes=32 time=60ms TTL=241 Ping statistics for 192.168.2.3: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss), 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 6 页 - - - - - - - - - Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55ms 经实验其他机子连通也正常。cis2621sw2(config)#access 101 deny 192.168.1.0 0.0.0.255 cis2621sw2(config)#access 101 permit any cis2621sw2(config)# cis2621sw2(config)#int f0/1 cis2621sw2(config-if)#ip access 2 out cis2621sw2(config-if)#exi 在路由器的全局配置模式下,定义一个编号为101 的扩展访问控制列表,抑制PC1(192.168.1.3)与 PC2 (192.168.1.4)所属网段( 192.168.1.0)的数据流进入其他网段,并将编号为2 的标准访问控制列表应用于的F0/1 口的出口方向。(9)当建立编号为101 的扩展访问控制列表后,在PC1或者 PC2上用 ping 命令检查与PC3(192.168.2.3)连通性,结果发现此线路不通,数据包被拒绝。C:ping 192.168.2.3 Pinging 192.168.2.3 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 192.168.2.3: Packets: Sent = 5, Received = 0, Lost = 5 (100% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 而 PC3 对 PC1 和 2 的线路通C:ping 192.168.1.3 Pinging 192.168.1.3 with 32 bytes of data: Reply from 192.168.1.3: bytes=32 time=60ms TTL=241 Reply from 192.168.1.3: bytes=32 time=60ms TTL=241 Reply from 192.168.1.3: bytes=32 time=60ms TTL=241 Reply from 192.168.1.3: bytes=32 time=60ms TTL=241 Reply from 192.168.1.3: bytes=32 time=60ms TTL=241 Ping statistics for 192.168.1.3: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss), (10)执行 show access 命令,可以查看我们所建立的编号为2 的标准访问控制列表的内容,并看到符合该访问列表语句条件并且被语句处理的数据包的数量(其中抑制有5 个,允许数有 0 个)cis2621sw2#show access 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 6 页 - - - - - - - - - Standard IP access list 2 2 deny 192.168.3.0 0.0.0.255 (5 matches) 2 permit any (0 matches) cis2621sw2#show ip int f0/1 FastEthernet0/1 is up, line protocol is up Internet address is 192.168.4.1/24 Broadcast address is 255.255.255.0 MTU 1500 bytes, Helper address is not set Directed broadcast forwarding is disabled Outgoing access list is 2 Inbound access list is not set Proxy ARP Is Enabled Security Level Is Default Split horizon Is Enabled ICMP redirects are always sent ICMP unreachables are always sent ICMP mask replies are never sent IP fast switching is enabled IP fast switching on the same interface is enabled IP Null turbo vector IP multicast fast switching is enabled IP multicast distributed fast switching is disabled router Discovery Is disabled IP output packet accounting is disabled IP access violation accounting is disabled TCP/IP header compression is disabled RTP/IP header compression is disabled 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 6 页 - - - - - - - - -

    注意事项

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

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




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

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

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

    收起
    展开