CCNA 实验
CCNA 实验
原拓扑图
内容需要下载文档才能查看
GNS3 模拟器实验拓扑图
内容需要下载文档才能查看
基础配置
设备接口配置
R1>en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int s0/0
R1(config-if)#ip add 192.168.14.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#int s0/1
R1(config-if)#ip add 8.8.13.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#
R3>en
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z. R3(config)#int s0/0
R3(config-if)#ip add 8.8.13.3 255.255.255.0
R3(config-if)#no sh
R3(config-if)#int s0/1
R3(config-if)#ip add 8.8.35.3 255.255.255.0
R3(config-if)#no sh
R3(config-if)#int lo 0
R3(config-if)#ip add 8.8.3.3 255.255.255.0
R3(config-if)#
R5>en
R5#conf t
Enter configuration commands, one per line. End with CNTL/Z. R5(config)#int s0/0
R5(config-if)#ip add 8.8.35.5 255.255.255.0
R5(config-if)#no sh
R5(config-if)#int lo 0
R5(config-if)#ip add 8.8.5.5 255.255.255.0
R4>en
R4#conf t
Enter configuration commands, one per line. End with CNTL/Z. R4(config)#int s0/1
R4(config-if)#ip add 192.168.14.4 255.255.255.0
R4(config-if)#no sh
R4(config-if)#int lo 1
R4(config-if)#ip add 172.16.1.1 255.255.255.0
R4(config-if)#int lo 2
R4(config-if)#ip add 172.16.2.1 255.255.255.0
R4(config-if)#int lo 3
R4(config-if)#ip add 172.16.3.1 255.255.255.0
测试直连接口
R1#show ip int b
Interface IP-Address OK? Method Status Protocol Serial0/0 192.168.14.1 YES manual up up Serial0/1 8.8.13.1 YES manual up up Serial0/2 unassigned YES unset administratively down down Serial0/3 unassigned YES unset administratively down down Loopback0 unassigned YES manual up up
R1#ping 192.168.14.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.14.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/32/52 ms
R1#ping 8.8.13.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.13.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/30/52 ms
R4#show ip int b
Interface IP-Address OK? Method Status Protocol Serial0/0 unassigned YES unset administratively down down Serial0/1 192.168.14.4 YES manual up up Serial0/2 unassigned YES unset administratively down down Serial0/3 unassigned YES unset administratively down down
Loopback1 172.16.1.1 YES manual up up Loopback2 172.16.2.1 YES manual up up Loopback3 172.16.3.1 YES manual up up
R4#ping 192.168.14.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.14.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/36/68 ms
R3#show ip int b
Interface IP-Address OK? Method Status Protocol Serial0/0 8.8.13.3 YES manual up up Serial0/1 8.8.35.3 YES manual up up Serial0/2 unassigned YES unset administratively down down Serial0/3 unassigned YES unset administratively down down
Loopback0 8.8.3.3 YES manual up up
R3#ping 8.8.13.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.13.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/48/68 ms
R3#ping 8.8.35.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.35.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/42/60 ms
R5#show ip int b
Interface IP-Address OK? Method Status Protocol Serial0/0 8.8.35.5 YES manual up up Serial0/1 unassigned YES unset administratively down down Serial0/2 unassigned YES unset administratively down down Serial0/3 unassigned YES unset administratively down down
Loopback0 8.8.5.5 YES manual up up
R5#ping 8.8.35.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.35.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/34/60 ms
说明:直连接口通信正常。
R3 R5之间的PPP封装及验证
R3(config)#int s0/1
R3(config-if)#encapsulation ppp
R5(config)#int s0/0
R5(config-if)#encapsulation ppp
R5(config-if)#
*Mar 1 00:33:27.903: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
R3#show int s0/1
Serial0/1 is up, line protocol is up
Hardware is M4T
Internet address is 8.8.35.3/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Open
配置PPP 验证:
R3(config)#username R5 password 111
R3(config)#int s0/1
R3(config-if)#ppp authentication chap
R3(config-if)#
*Mar 1 00:39:57.087: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to down
R5(config)#username R3 password 111
R5(config)#int
*Mar 1 00:41:00.799: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up R5(config)#int s0/0
R5(config-if)#ppp authentication chap
R5#show int s0/0
Serial0/0 is up, line protocol is up
Hardware is M4T
Internet address is 8.8.35.5/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Open
R3#ping 8.8.35.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.35.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/37/48 ms
说明:通信正常。
下载文档
热门试卷
- 2016年四川省内江市中考化学试卷
- 广西钦州市高新区2017届高三11月月考政治试卷
- 浙江省湖州市2016-2017学年高一上学期期中考试政治试卷
- 浙江省湖州市2016-2017学年高二上学期期中考试政治试卷
- 辽宁省铁岭市协作体2017届高三上学期第三次联考政治试卷
- 广西钦州市钦州港区2016-2017学年高二11月月考政治试卷
- 广西钦州市钦州港区2017届高三11月月考政治试卷
- 广西钦州市钦州港区2016-2017学年高一11月月考政治试卷
- 广西钦州市高新区2016-2017学年高二11月月考政治试卷
- 广西钦州市高新区2016-2017学年高一11月月考政治试卷
- 山东省滨州市三校2017届第一学期阶段测试初三英语试题
- 四川省成都七中2017届高三一诊模拟考试文科综合试卷
- 2017届普通高等学校招生全国统一考试模拟试题(附答案)
- 重庆市永川中学高2017级上期12月月考语文试题
- 江西宜春三中2017届高三第一学期第二次月考文科综合试题
- 内蒙古赤峰二中2017届高三上学期第三次月考英语试题
- 2017年六年级(上)数学期末考试卷
- 2017人教版小学英语三年级上期末笔试题
- 江苏省常州西藏民族中学2016-2017学年九年级思想品德第一学期第二次阶段测试试卷
- 重庆市九龙坡区七校2016-2017学年上期八年级素质测查(二)语文学科试题卷
- 江苏省无锡市钱桥中学2016年12月八年级语文阶段性测试卷
- 江苏省无锡市钱桥中学2016-2017学年七年级英语12月阶段检测试卷
- 山东省邹城市第八中学2016-2017学年八年级12月物理第4章试题(无答案)
- 【人教版】河北省2015-2016学年度九年级上期末语文试题卷(附答案)
- 四川省简阳市阳安中学2016年12月高二月考英语试卷
- 四川省成都龙泉中学高三上学期2016年12月月考试题文科综合能力测试
- 安徽省滁州中学2016—2017学年度第一学期12月月考高三英语试卷
- 山东省武城县第二中学2016.12高一年级上学期第二次月考历史试题(必修一第四、五单元)
- 福建省四地六校联考2016-2017学年上学期第三次月考高三化学试卷
- 甘肃省武威第二十三中学2016—2017学年度八年级第一学期12月月考生物试卷
网友关注
- 2015广西桂林市事业单位考试招聘名师指导
- 大工15春《高等数学》(下)在线测试满分答案
- 2015年司法考试要抓住复习与应试的规律
- 2015广西桂林市事业单位招聘考试备考用书
- 2015年司法考试只是一个过关考试
- 2015.4.25福建省考申论真题
- 2015年北海市公务员考试成绩估分入口
- 司法考试四点注意
- 考前练习
- 大工15春《工程经济学》在线作业2满分答案
- 知识题库
- 大工15春《高等数学》在线作业3满分答案
- 大工15春《工程抗震》在线作业2满分答案
- 超越“以史证诗”
- 大工15春《高级财务会计》在线作业2满分答案
- 会计基础_基础学习班 第02章 讲义
- 大工15春《工程水文学》在线作业2满分答案
- 大工15春《高等数学》在线作业1满分答案
- 大工15春《工程经济学》在线作业3满分答案
- 大工15春《工程经济学》在线作业1满分答案
- 会计基础_基础学习班 第09章 讲义
- 2015广西桂林市事业单位招聘考试历年真题汇总
- 2015广西桂林市事业单位招聘考试准考证打印入口
- 大工15春《工程水文学》在线作业3满分答案
- 大工15春《高级财务会计》在线作业3满分答案
- 大工15春《工程抗震》在线作业3满分答案
- 2014年内蒙古电信笔试真题(校园招聘)
- 行政法与行政诉讼法6
- 人生不拼不痛快,司法考试,拼吧!
- 民法
网友关注视频
- 苏科版八年级数学下册7.2《统计图的选用》
- 【部编】人教版语文七年级下册《老山界》优质课教学视频+PPT课件+教案,安徽省
- 化学九年级下册全册同步 人教版 第22集 酸和碱的中和反应(一)
- 外研版英语三起6年级下册(14版)Module3 Unit2
- 【获奖】科粤版初三九年级化学下册第七章7.3浓稀的表示
- 第8课 对称剪纸_第一课时(二等奖)(沪书画版二年级上册)_T3784187
- 二次函数求实际问题中的最值_第一课时(特等奖)(冀教版九年级下册)_T144339
- 苏科版数学七年级下册7.2《探索平行线的性质》
- 外研版英语七年级下册module3 unit1第二课时
- 化学九年级下册全册同步 人教版 第25集 生活中常见的盐(二)
- 沪教版八年级下册数学练习册20.4(2)一次函数的应用2P8
- 第4章 幂函数、指数函数和对数函数(下)_六 指数方程和对数方程_4.7 简单的指数方程_第一课时(沪教版高一下册)_T1566237
- 外研版英语七年级下册module3 unit2第一课时
- 北师大版八年级物理下册 第六章 常见的光学仪器(二)探究凸透镜成像的规律
- 【部编】人教版语文七年级下册《老山界》优质课教学视频+PPT课件+教案,安徽省
- 沪教版八年级下册数学练习册21.4(1)无理方程P18
- 冀教版小学数学二年级下册第二单元《有余数除法的简单应用》
- 第五单元 民族艺术的瑰宝_16. 形形色色的民族乐器_第一课时(岭南版六年级上册)_T1406126
- 沪教版牛津小学英语(深圳用) 六年级下册 Unit 7
- 《空中课堂》二年级下册 数学第一单元第1课时
- 【部编】人教版语文七年级下册《老山界》优质课教学视频+PPT课件+教案,安徽省
- 三年级英语单词记忆下册(沪教版)第一二单元复习
- 二年级下册数学第二课
- 《小学数学二年级下册》第二单元测试题讲解
- 外研版八年级英语下学期 Module3
- 【部编】人教版语文七年级下册《逢入京使》优质课教学视频+PPT课件+教案,辽宁省
- 冀教版小学数学二年级下册第二单元《余数和除数的关系》
- 冀教版英语四年级下册第二课
- 小学英语单词
- 【部编】人教版语文七年级下册《过松源晨炊漆公店(其五)》优质课教学视频+PPT课件+教案,江苏省
精品推荐
- 2016-2017学年高一语文人教版必修一+模块学业水平检测试题(含答案)
- 广西钦州市高新区2017届高三11月月考政治试卷
- 浙江省湖州市2016-2017学年高一上学期期中考试政治试卷
- 浙江省湖州市2016-2017学年高二上学期期中考试政治试卷
- 辽宁省铁岭市协作体2017届高三上学期第三次联考政治试卷
- 广西钦州市钦州港区2016-2017学年高二11月月考政治试卷
- 广西钦州市钦州港区2017届高三11月月考政治试卷
- 广西钦州市钦州港区2016-2017学年高一11月月考政治试卷
- 广西钦州市高新区2016-2017学年高二11月月考政治试卷
- 广西钦州市高新区2016-2017学年高一11月月考政治试卷
分类导航
- 互联网
- 电脑基础知识
- 计算机软件及应用
- 计算机硬件及网络
- 计算机应用/办公自动化
- .NET
- 数据结构与算法
- Java
- SEO
- C/C++资料
- linux/Unix相关
- 手机开发
- UML理论/建模
- 并行计算/云计算
- 嵌入式开发
- windows相关
- 软件工程
- 管理信息系统
- 开发文档
- 图形图像
- 网络与通信
- 网络信息安全
- 电子支付
- Labview
- matlab
- 网络资源
- Python
- Delphi/Perl
- 评测
- Flash/Flex
- CSS/Script
- 计算机原理
- PHP资料
- 数据挖掘与模式识别
- Web服务
- 数据库
- Visual Basic
- 电子商务
- 服务器
- 搜索引擎优化
- 存储
- 架构
- 行业软件
- 人工智能
- 计算机辅助设计
- 多媒体
- 软件测试
- 计算机硬件与维护
- 网站策划/UE
- 网页设计/UI
- 网吧管理