首页 GNS3_做CCNA网络实验(4)

GNS3_做CCNA网络实验(4)

举报
开通vip

GNS3_做CCNA网络实验(4)用 GNS3 做CCNA网络实验(4) 7. 路由实验: 静态路由 Static Routing (1) 准备实验 我们假定是关闭 GNS3 后重新打开 GNS3 开始新的实验。 先为这次实验准备一个子目录,例如 在 gns3Project 下建一个子目录 stat1. 在 GNS3 打开我们以前保存的已经测试过的 topology, 例如 router1.net 然后装入配置文件。 在 GNS3 菜单 File -> Save topology as 把这个 topology 改名为 statr1.n...

GNS3_做CCNA网络实验(4)
用 GNS3 做CCNA网络实验(4) 7. 路由实验: 静态路由 Static Routing (1) 准备实验 我们假定是关闭 GNS3 后重新打开 GNS3 开始新的实验。 先为这次实验准备一个子目录,例如 在 gns3Project 下建一个子目录 stat1. 在 GNS3 打开我们以前保存的已经测试过的 topology, 例如 router1.net 然后装入配置文件。 在 GNS3 菜单 File -> Save topology as 把这个 topology 改名为 statr1.net 并保存 到 stat1 子目录下。 在 菜单 File -> Import/Export 选 Export to a directory 把原来的配置卸出到子目录 stat1 下。 这样,下面的实验所用到的 topology 和更改配置后的保存都放在这个子目录下。 (2) 查看当前路由信息 启动各个路由器 (R1, R2 和 PC1, PC2). R1 的输出: R2 的输出: (3) 配置路由器 按照这个 topology, 路由器 R1 直接连接 2 个网段, 网络地址分别为: 192.168.100.0 和 172.17.1.0 而数据包要发送到 网段 192.168.110.0, 则需要经过 R2 的端口 s2/1 进入,这个端口的地址是 172.17.1.2 我们就在 R1 输入: 同样, 路由器 R2 直接连接 2 个网段, 网络地址分别为: 192.168.110.0 和 172.17.1.0 数据包要发送到 192.168.100.0 网段,是要经过 R1 的端口 s2/0 进入, 这个 s2/0 的地址是 172.17.1.1 我们在 R2 输入: (3) 测试 从 R1 ping R2 和 PC2 C代码 HYPERLINK "javascript:void()" \o "收藏这段代码" INCLUDEPICTURE "http://kingsz1.iteye.com/images/spinner.gif" \* MERGEFORMATINET 1. R1#ping 172.17.1.2 2. Type escape sequence to abort. 3. Sending 5, 100-byte ICMP Echos to 172.17.1.2, timeout is 2 seconds: 4. !!!!! 5. Success rate is 100 percent (5/5), round-trip min/avg/max = 192/315/440 ms 6. R1#ping 192.168.110.253 7. Type escape sequence to abort. 8. Sending 5, 100-byte ICMP Echos to 192.168.110.253, timeout is 2 seconds: 9. !!!!! 10. Success rate is 100 percent (5/5), round-trip min/avg/max = 244/288/316 ms 11. R1#ping 192.168.110.22 12. Type escape sequence to abort. 13. Sending 5, 100-byte ICMP Echos to 192.168.110.22, timeout is 2 seconds: 14. !!!!! 15. Success rate is 100 percent (5/5), round-trip min/avg/max = 392/616/752 ms 16. R1# R1#ping 172.17.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.17.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 192/315/440 ms R1#ping 192.168.110.253 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.253, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 244/288/316 ms R1#ping 192.168.110.22 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.22, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 392/616/752 ms R1# 从 R2 ping R1 和 PC1 C代码 HYPERLINK "javascript:void()" \o "收藏这段代码" INCLUDEPICTURE "http://kingsz1.iteye.com/images/spinner.gif" \* MERGEFORMATINET 1. R2#ping 172.17.1.1 2. Type escape sequence to abort. 3. Sending 5, 100-byte ICMP Echos to 172.17.1.1, timeout is 2 seconds: 4. !!!!! 5. Success rate is 100 percent (5/5), round-trip min/avg/max = 248/295/332 ms 6. R2#ping 192.168.100.254 7. Type escape sequence to abort. 8. Sending 5, 100-byte ICMP Echos to 192.168.100.254, timeout is 2 seconds: 9. !!!!! 10. Success rate is 100 percent (5/5), round-trip min/avg/max = 228/292/368 ms 11. R2#ping 192.168.100.10 12. Type escape sequence to abort. 13. Sending 5, 100-byte ICMP Echos to 192.168.100.10, timeout is 2 seconds: 14. !!! 15. R2# R2#ping 172.17.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.17.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 248/295/332 ms R2#ping 192.168.100.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.100.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 228/292/368 ms R2#ping 192.168.100.10 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.100.10, timeout is 2 seconds: !!! R2# 从 PC1 ping R2 和 PC2 C代码 HYPERLINK "javascript:void()" \o "收藏这段代码" INCLUDEPICTURE "http://kingsz1.iteye.com/images/spinner.gif" \* MERGEFORMATINET 1. PC1#ping 192.168.100.254 2. Type escape sequence to abort. 3. Sending 5, 100-byte ICMP Echos to 192.168.100.254, timeout is 2 seconds: 4. !!!!! 5. Success rate is 100 percent (5/5), round-trip min/avg/max = 356/636/1456 ms 6. PC1#ping 172.17.1.2 7. Type escape sequence to abort. 8. Sending 5, 100-byte ICMP Echos to 172.17.1.2, timeout is 2 seconds: 9. !!!!! 10. Success rate is 100 percent (5/5), round-trip min/avg/max = 644/741/948 ms 11. PC1#ping 192.168.110.253 12. Type escape sequence to abort. 13. Sending 5, 100-byte ICMP Echos to 192.168.110.253, timeout is 2 seconds: 14. !!!!! 15. Success rate is 100 percent (5/5), round-trip min/avg/max = 616/692/812 ms 16. PC1#ping 192.168.110.22 17. Type escape sequence to abort. 18. Sending 5, 100-byte ICMP Echos to 192.168.110.22, timeout is 2 seconds: 19. !!!!! 20. Success rate is 100 percent (5/5), round-trip min/avg/max = 1120/1224/1368 ms 21. PC1# PC1#ping 192.168.100.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.100.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 356/636/1456 ms PC1#ping 172.17.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.17.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 644/741/948 ms PC1#ping 192.168.110.253 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.253, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 616/692/812 ms PC1#ping 192.168.110.22 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.22, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1120/1224/1368 ms PC1# 从 PC2 ping R1 和 PC1 C代码 HYPERLINK "javascript:void()" \o "收藏这段代码" INCLUDEPICTURE "http://kingsz1.iteye.com/images/spinner.gif" \* MERGEFORMATINET 1. PC2#ping 192.168.100.254 2. Type escape sequence to abort. 3. Sending 5, 100-byte ICMP Echos to 192.168.100.254, timeout is 2 seconds: 4. !!!!! 5. Success rate is 100 percent (5/5), round-trip min/avg/max = 728/791/812 ms 6. PC2#ping 192.168.100.10 7. Type escape sequence to abort. 8. Sending 5, 100-byte ICMP Echos to 192.168.100.10, timeout is 2 seconds: 9. !!!!! 10. Success rate is 100 percent (5/5), round-trip min/avg/max = 1064/1176/1288 ms 11. PC2# PC2#ping 192.168.100.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.100.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 728/791/812 ms PC2#ping 192.168.100.10 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.100.10, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1064/1176/1288 ms PC2# 现在这个网络 3 个网段已经连通。 (4) 启用路由 协议 离婚协议模板下载合伙人协议 下载渠道分销协议免费下载敬业协议下载授课协议下载 后的路由信息 R1: R2: 下一步我们尝试动态路由协议的配置。
本文档为【GNS3_做CCNA网络实验(4)】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
is_052484
暂无简介~
格式:doc
大小:289KB
软件:Word
页数:9
分类:互联网
上传时间:2012-12-10
浏览量:13