- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
ccna-Rlab.docx
目录1)路由器基本配置12)路由器配置33)路由协议RIP44)路由协议EIGRP75)路由协议OSPF(单区域)106)访问控制列表137)NAT/PAT148)PPP(CHAP认证)15路由器的配置实验拓扑图:1)路由器基本配置1.用户模式Router2.支持上下文提示Router ?3.进入特权模式 Router enableRouter#4. Router# ?5. Router# disable /exitRouter6. 进入配置模式Router enableRouter# configure terminalRouter(config)#7. 配置路由器名字如‘R1或者Cntimes1’Router(config)# hostname R1R1(config)#8. 修改特权模式密码问题A: when both encrypted and unencrypted enable passwords are configured, which one isused?R1(config)# enable ?R1(config)# enable password cisco 不加密的密码R1(config)# enable secret cisco加密的密码9. 在S0/0,s0/2 口配置R1(config)# int s0/0R1(config-if)# ip address 12.1.1.1 255.255.255.0R1(config-if)# no shutR1(config)# int s0/2R1(config-if)# ip address 13.1.1.1 255.255.255.0R1(config-if)# no shut10. 测试ctrl-z 的作用R1(config-if)# ctrlzR1#11. 退出路由器R1# exit12. 回到特权模式R1 enablepassword:R1#13.显示接口的概况:R1# show ip interface brief14. 显示详细信息:R1# show interfaces15.显示内存中当前的配置信息:R1# show running-config16. 保存配置:R1# copy running-config startup-config17. 现在显示NVRAM.R1# show startup-config18. 使用Show version:问题A: What IOS release is running 在R1?问题B: What are the contents of the configuration register?R1# show version19. 查看运行的协议问题A:which protocols are currently running on the router?R1# show ip protocols20. 进入另一台Router.Router enableRouter# configure terminalRouter(config)#21. 配置主机名,配置密码.Router(config)# hostname R2R2(config)# enable secret cisco22. 显示所有接口简单信息R2(config-if)# ctrl-zR2# show ip interface brief23.配置R2的s0/0,s0/1的接口信息R2(config)# int s0/0R2(config-if)# ip address 12.1.1.2 255.255.255.0R2(config-if)# no shutR2(config)# int s0/1R2(config)# ip address 23.1.1.1 255.255.255.0R2(config-if)# no shut24. 进入第三台Router.Router enableRouter# configure terminalRouter(config)#25. 配置主机名,配置密码.Router(config)# hostname R3R2(config)# enable secret cisco26. 显示所有接口简单信息R3(config-if)# ctrl-zR3# show ip interface brief27.配置R2的s0/2,s0/1的接口信息R3(config)# int s0/2R3(config-if)# ip address 13.1.1.2 255.255.255.0R3(config-if)# no shutR3(config)# int s0/1R3(config)# ip address
文档评论(0)