欢迎来到天天文库
浏览记录
ID:38668060
大小:2.32 MB
页数:5页
时间:2019-06-17
《广域网协议PPP、Frame Relay配置》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、网络设计与规划实验四广域网协议PPP、FrameRelay配置54.1实验目的通过本实验,学生可以掌握以下技能:1.配置PPP协议;2.配置FrameRelay协议;3.验证并查看上述配置项目的相关信息。4.2实验任务1.配置路由器端口的IP地址;2.配置PPP协议;3.配置FrameRelay协议;4.使得不同网段的PC机能够通信;4.3实验设备CISCO2600路由器三台,带网卡的PC机两台,控制电缆两条,串口连接线两条。交叉线序网线两条以及Consoie电缆;4.4实验环境如图1所示,用串口连接线把路由器router1的串口s0和router3的串口s0连接起来;把路由器rou
2、ter2的串口s0和router3的串口s1连接起来。PC1与路由器router1的FastEthernet0/1连接,PC2与路由器router2的FastEthernet0/11连接,电缆连接完成后。给所有设备加电,开始进行实验。4.5实验报告要求5实验报告信息要求完整,包括学号、姓名、班级、专业、课程名称、教师名称、实验目的、实验任务、实验环境、实验步骤、实验过程中存在的问题及实验心得体会等内容。4.6实验步骤一、PPP实验步骤:1、根据网络拓扑图,选取r1和r3为PPP实验设备,设置各设备的配置,以router1为例:2、在ROUTER1上,设置路由器的名称:router>e
3、nablerouter#configureterminalroute(config)#hostnameR13、设置用户与密码R1(config)#usernameR3passwordcisco4、配置R1的S0端口:R1(config)#configureinterfaces0/0R1(config-if)#ipaddress192.168.1.13255.255.255.0R1(config-if)#encapsulationpppR1(config-if)#pppauthenticationchapR1(config-if)#noshutdownR1(config-if)#exi
4、t5、在ROUTER3上,设置路由器的名称:router>enablerouter#configureterminalroute(config)#hostnameR36、设置用户与密码R3(config)#usernameR1passwordcisco51、配置R3的S0/0端口:R3(config)#configureinterfaces0/0R3(config-if)#ipaddress192.168.1.31255.255.255.0R3(config-if)#pppauthenticationchapR3(config-if)#encapsulationpppR3(confi
5、g-if)#noshutdown测试配置结果,在R3上R3#ping192.168.1.132、查看ppp认证调试信息router3#debugpppauthentication二、FrameRelay实验步骤:1、在router3上router3(config)#interfaceserial0/3/0router3(config-if)#ipaddress10.168.1.32255.0.0.0router3(config-if)#encapsulationframe-relayrouter3(config-if)#frame-relayintf-typedcerouter3(c
6、onfig-if)#frame-relayinterface-dlci100router3(config-if)#frame-relaymapip10.168.1.23100broadcastrouter3(config-if)#noshutdown52、在Router2上Router2(config)#interfaceserial0/2/1router3(config-if)#ipaddress10.168.1.23255.0.0.0router3(config-if)#encapsulationframe-relayrouter3(config-if)#frame-relayi
7、nterface-dlci100router3(config-if)#frame-relaymapip10.168.1.32100broadcastrouter3(config-if)#noshutdown3、测试配置结果:在router3上:router3#ping10.168.1.234.7实验总结通过本次实验,掌握以下配置PPP协议及配置FrameRelay协议的方法,并能够验证查看配置项目的相关信息。本次FrameRelay实验需要在真实的路由器上
此文档下载收益归作者所有