05实验五广域网协议

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

计算机网络实验指导书实验五广域网协议江南大学信息工程学院:陈爱国2006.3第1页实验五广域网协议5.1实验目的(1)掌握HDLC协议的基本原理及基本配置;(2)掌握PPP协议的基本原理及基本配置;(3)掌握X.25协议的基本原理及基本配置;(4)掌握帧中继的基本原理及基本配置。5.2实验内容(1)HDLC协议的配置;(2)PPP协议的配置;(3)X.25协议的配置;(4)帧中继的配置。5.3实验环境与分组(1)QuidwayS3026C交换机2台,QuidwayR2611路由器2台,PC机4台,配置电缆2条,网线6条,V.35或V.24电缆一对;(2)每4人一组,每2人作为一小组,每小组共同配置一台路由器;(3)4人协同完成该实验。5.4实验组网图计算机网络实验指导书实验五广域网协议江南大学信息工程学院:陈爱国2006.3第2页图5-1广域网协议实验组网图5.5实验步骤在实验室中,没有真正的广域网存在。为了让我们完成相关实验,我们采用背靠背的连接来模拟广域网。实验组网如图5-1。为了不受路由器原来配置的影响,在实验之前请先将所有路由器的配置数据擦除后重新启动。交换机在此只用作连接主机和路由器用,以便全采用标准网线连接,不需配置。5.5.1HDLC协议的配置第一步:按图5-1所示配置各路由器接口和各PC的IP地址和缺省网关。其中RouterA的参考配置命令如下:[RouterA]interfacee0[RouterA-Ethernet0]ipaddress202.0.0.8255.255.255.0//配置E0口的IP地址[RouterA-Ethernet0]interfaces0[RouterA-Serial0]ipaddress192.0.0.1255.255.255.0//配置S0口的IP地址[RouterA-Serial0]shutdown//关闭S0口[RouterA-Serial0]undoshutdown//打开S0口RouterB可以参照RouterA进行设置。配置RouterB的e0口IP地址:202.0.1.8/24,配置RouterB的s0口的IP地址:192.0.0.2/24,并重新启动s0口(如果想让s0的配置立即生效,必须重新启动该s0口)。第二步:在RouterA和RouterB上启动RIP协议。使两路由器RouterA和RouterB通过RIP协议动态产生路由表。RouterA的参考配置命令如下:[RouterA]ripwaiting...RIPisrunning[RouterA-rip]networkallRouterB可以参照RouterA进行设置。第三步:显示RouterA的配置信息和路由表信息如下:[RouterA]displaycurrent-configurationNowcreateconfiguration...Currentconfiguration!version1.74sysnameRouterAfirewallenableaaa-enableaaaaccounting-schemeoptional!interfaceAux0asyncmodeflowlink-protocolppp!interfaceEthernet0计算机网络实验指导书实验五广域网协议江南大学信息工程学院:陈爱国2006.3第3页ipaddress202.0.0.8255.255.255.0!interfaceEthernet1!interfaceSerial0clockDTECLK1link-protocolppp//华为路由器默认链路层封装协议ipaddress192.0.0.1255.255.255.0!interfaceAsync0physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync1physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync2physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync3physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync4physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync5physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync6physical-modeasyncasyncmodeprotocollink-protocolppp!计算机网络实验指导书实验五广域网协议江南大学信息工程学院:陈爱国2006.3第4页interfaceAsync7physical-modeasyncasyncmodeprotocollink-protocolppp!quitripnetworkall!quit!return[RouterA]displayiprouting-tableRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.8Ethernet0202.0.0.8/32Direct00127.0.0.1LoopBack0202.0.1.0/24RIP1001192.0.0.2Serial0第四步:测试网络互通性,应该是全网互通的。如果不是,请检查您的配置是否与上面的一致。第五步:将路由器RouterA和RouterB缺省的链路层协议PPP改成HDLC。参考配置命令如下:[RouterA]interfaces0[RouterA-Serial0]link-protocolhdlc//设置s0的链路层协议为HDLC[RouterA-Serial0]shutdown[RouterA-Serial0]undoshutdown在RouterB上进行相同的配置。第六步:查看完成配置命令后的RouterA的配置信息如下:[RouterA]displaycurrent-configurationNowcreateconfiguration...Currentconfiguration!version1.74sysnameRouterAfirewallenableaaa-enableaaaaccounting-schemeoptional!计算机网络实验指导书实验五广域网协议江南大学信息工程学院:陈爱国2006.3第5页interfaceAux0asyncmodeflowlink-protocolppp!interfaceEthernet0ipaddress202.0.0.8255.255.255.0!interfaceEthernet1!interfaceSerial0clockDTECLK1link-protocolhdlc//链路层封装协议改为HDLCipaddress192.0.0.1255.255.255.0!interfaceAsync0physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync1physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync2physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync3physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync4physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync5physical-modeasyncasyncmodeprotocollink-protocolppp!计算机网络实验指导书实验五广域网协议江南大学信息工程学院:陈爱国2006.3第6页interfaceAsync6physical-modeasyncasyncmodeprotocollink-protocolppp!interfaceAsync7physical-modeasyncasyncmodeprotocollink-protocolppp!quitripnetworkall!quit!return第七步:测试网络互通性,应该是全网互通的。如果不是,请检查您的配置是否与上面的一致。5.5.2PPP协议的配置(讲解PAP与CHAP验证的原理)第一步:在上面的实验基础上,将RouterA和RouterB的S0口的链路层封装协议改成:PPP。RouterA的参考配置命令如下:[RouterA]interfaces0[RouterA-Serial0]link-protocolppp//设置s0的链路层协议为ppp[RouterA-Serial0]shutdown[RouterA-Serial0]undoshutdown在RouterB上进行相同的配置。第二步:配置PPP的PAP验证:将RouterA作为主验证方,RouterB作为被验证方。参考配置命令如下://RouterA上的配置//在RouterA上建立用户名:RouterB和密码:RouterB的帐号。[RouterA]local-userRouterBpasswordsimpleRouterB[RouterA]interfaces0[RouterA-Serial0]pppauthentication-modepap//将ppp的认证模式设为pap[RouterA-Serial0]shutdown[RouterA-Serial0]undoshutdown//RouterB上的配置[RouterB]interfaces0//设置被验证方RouterB的验证参数[RouterB-Serial0]ppppaplocal-userRouterBpasswordsimpleRouterB[RouterB-Serial0]shutdown[RouterB-Serial0]undoshutdown计算机网络实验指导书实验五广域网协议江南大学信息工程学院:陈爱国2006.3第7页第三步:显示RouterA的当前配置信息和S0端口信息如下:[RouterA]displaycurrent-configurationNowcreateconfiguration...Currentconfiguration!version1.74local-userRouterBservice-typeppppasswordsimpleRouterBsysnameRouterAfirewallenableaaa-enableaaaaccounting-schemeoptional!interfaceAux0asyncmodeflowlink-protocolppp!interfaceEthernet0ipaddress202.0.0.8255.255.255.0!interfaceEthernet1!interfaceSerial0clockDTECLK1link-protocolppppppauthenticat

1 / 18
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功