- 1、本文档共47页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
IP技术初级实验手册
IP技术初级实验手册 1
前言: 1
实验1:路由器直连telnet 1
实验2:帧中继和静态路由 5
实验3:配置Vtp, Vlan, Trunk 9
实验4:单臂路由,不同Vlan间通信 15
实验5:配置RIP协议 21
实验6:配置单区域OSPF协议 26
实验7:配置NAT , ACL访问控制列表 33
实验8:配置PPP,DHCP 39
前言:
此手册作为初级实验参考,试验环境为dynamips, CCNA-LAB。对于设备提示信息和输入命令,以不同颜色标注。显示的报告需要关注的地方以高亮方式标注,过长的报告则以省略符表示。除了接口名称以简写方式,其余命令没有简略。由于时间仓促,难免出现错误。此文档权限设定为允许添加批注,如果有发现错误的地方,请以批注的方式添加进文档,发邮件回馈给本人,我将及时修改。
实验1:路由器【实验】:在本实验中,要求R1和。
。
【实验拓扑】:【实验】:第一步Would you like to enter the initial configuration dialog? [yes/no]:n
Routerenable
Router#configure terminal
Router(config)#hostname R1
R1(config)#no ip domain-lookup
R1(config)#line console 0
R1(config-line)#exec-timeout 0 0
R1(config-line)#logging synchronous
R1(config-line)#exit
R1(config)#
同理配置R2,并将路由器的名称设置为R2。
Would you like to enter the initial configuration dialog? [yes/no]:n
Routerenable
Router#configure terminal
Router(config)#hostname R2
R2(config)#no ip domain-lookup
R2(config)#line console 0
R2(config-line)#exec-timeout 0 0
R2(config-line)#logging synchronous
R2(config-line)#exit
R2(config)#
第二步:IP地址。IP地址。R1(config)#interface serial 1/1
R1(config-if)#ip address 52
R1(config-if)#no shutdownR1(config-if)#exit
R1(config)#
给R2的S1/1口配置IP地址。R2(config)#interface serial 1/1
R2(config-if)#ip address 52
R2(config-if)#no shutdownR2(config-if)#exit
R2(config)#
第步使用ing命令验证R1和R2之间连通R1#ping
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/49/64 ms
R1#telnet
Trying ... Open
Password required, but none set
[Connection to closed by foreign host]
R1#
第步R2(config)#line vty 0 4
R2(config-line)#password cisco
R2(config-line)#exit
R2(config)#
第步:。R1#telnet
Trying ... Open
User Access Verification
Password:cisco
R2
R2enable
% No password set
R2exit
[Connection to closed by foreign host]
R1#
配置R2的全局模式密码,密码为cisco,明文方式。
R2(config)#enable password cisco
R2(config)#exit
R2#show running-config
Building configuration...
!
hostname R1
!
文档评论(0)