计算机网络实验:计算机网络课程实验报告汇总.docx
《计算机网络实验:计算机网络课程实验报告汇总.docx》由会员分享,可在线阅读,更多相关《计算机网络实验:计算机网络课程实验报告汇总.docx(36页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、计算机网络课程实验报告汇总实验三跨交换机实现相同VLAN互访一、实验目的(1) 了解IEEE802.1q的实现方法;了解交换机接口的trunk模式和access模式;掌握链路聚合的原理及配置方法。二、实验设备二层交换机S2126 (2台),主机4台,直连线或交叉线(6条)。三、实验拓扑图3.1试验拓扑图第1步:连线将PC1和交换机A的F0/1端口相连;将PC2和交换机A的F0/2端口相连;将PC3和交换机B的F0/1端口相连;将PC4和交换机B的F0/2端口相连;第2步:创立VLAN,两个交换机的配置相同SwitchenableSwitch#config terminlaswitch(Conf
2、ig)#switch(Config)#vlan 10 !创立 vlan 10switch(Config-VlanlO)#exitswitch(Config)#vlan 20!创立 vlan 20switch(Config-Vlan20)#exit switch(Config)#end图3.2交换机的配置截图第3步:给VLAN添加端口,两个交换机的配置相同switch(Config)#switch(Config)#interface fastEthernet 0/1 将端口 FaO/1 划分到 VLAN 10switch(config-if)#switchport mode accessswit
3、ch(config-if)#switchport access vlan 10switch(config-if)#exitswitch(config)# interface fastEthernet 0/2 将端 口 FaO/2 戈ll分到I VLAN 20switch(config-if)#switchport mode accessswitch(config-if)#switchport access vlan 20switch(config-if)#exitswitch(config)#exitP Switch2回图3.3交换机的配置截图第4步:查看配置switch#show vlan第
4、5步:在交换机上配置端口聚合,两个交换机的配置相同switch (config-if)#switchport mode trunk!配置聚合端口 AG 的模式为 trunk交换机为trunk模式的聚合端口 AG1出现在Vlanl、VlanlO Vlan20中。第6步:连接交换机的两对端口 F0/3和F0/3o第7步:设置网卡地址配置PC1 网络实验网卡的IP地址为:配置PC2”网络实验网卡的IP地址为:配置PC3网络实验网卡的IP地址为:配置PC4网络实验网卡的IP地址为:第8步:验证连通性(1)验证PC1和PC2的连通性,在PC1命令行下输入:;Pinging 192.168.1.22 wi
5、th 32 bytes of data:Request timed out. Request timed out- Request timed out. Request timed ou.Ping staciscics for 192.168.1.22: Packets: Sent = 4, Received = 0, Lose = 4 (100% loss),图3.4结果是连不通(2)验证PC3和PC4的连通性,在PCI命令行下输入:;图3.5结果是连不通(3)验证PC2和PC4的连通性,在PC2命令行下输入:;Pinging 172.16.2.44 with 32 bytea of dat
6、a:Reply from 172.16.2.44: bytes=32 time=25ms TTL=128Reply from 172.16.2.44: bytes=32 time=13ms TTL=128Reply from 172.16.2.44: bytes=32 time=14nis TTL=128Reply from 172.16.2.44: bytes=32 time=14ms TTL=128Ping statistics for 172.16.2.44:Packers: Sent = 4, Received = 4, Lose = 0 (04 loss), Approximate
7、round trip times in mxlli-seconds:Minimum = 13ms, Maximum = 25ms, Average = 16ms图3.5结果是连通由上一个实验工程可知,PC1和PC2不能连通,PC3和PC4也不能连通,因为它 们属于同一个交换机的不同Vian,交换机之间通过干道模式(Trunk)相连后, 属于同一个Vian的主机能互相连通,也就是PC1和PC3, PC2和PC4之间能通信。五、实验问题和收获答:问题:输入命令的缩写形式显示是不完整的命令,可以用tab键补全。解决:关于命令的缩写问题,switchport access vlan 10需要完整输入,
8、但是 输入sw按tab再按回车就会自动出现switchport语句。收获:学会了属于同一个交换机的不同vlan之间的主机是不可以ping通的, 交换机之间通过干道模式(Trunk)相连后,属于同一个Vian的主机能互相连通。 这种通过vlan和trunk的方法可以实现网络的扩展,增加PC之间的联通能力。实验四RIP路由协议一、实验目的1 .学习路由的基本原理;.掌握距离向量算法的基本原理;2 .熟悉RIP协议的配置。二、应用背景RIP (Routing Information Protocol)路由协议是一种应用广泛的内部网关协议, 在路由器数量小于10台的企业规模网络中比拟适用。RIP采用距
9、离向量算法, 计算比拟简单,从一个路由器到直接相连的网络的距离定义为1,到非直接相 连的网络距离定义为,每经过一个路由器那么距离加1, 距离也称为跳数, 它以到目的网络的最小跳数作为路由选择度 量标准,而不是在链路的带宽和延 迟的基础上进行选择。RIP允许一条路径最多只能包含15个路由器,因此,距 离等于16时即为不可达。RIP协议有两个版本,RIPvl在RFC 1058文档中定 义,提出的较早,有许多缺陷;RIPv2在RFC 2453文档中定义,对前一个版本 进行了改进。RIP使用UDP报文交换路由信息,UDP端口号为520o通常情 况下RIPvl报文为广播报文,消息通过广播地址进行发送;
10、而RIPv2报文为组播报文,组播地址为224.0.0.9o RIP每隔30秒向外发送一 次更新报文。如果设备经过180秒没有收到来自对端的路由更新报文那么将所有 来自此设备的路由信息标志为不可达,路由进入不可达状态后,120秒内仍未收 到 更新报文就将这些路由从路由表中删除。本实验以2台R1762路由器、1台 三层交换机为主要网络设备。S3760上划分有VLAN10和VLAN50,其中VLAN 10 用于连接Routeri, VLAN50用于连接PC1;三、实验设备S3760交换机(1台)、R1762路由器(2台)、主机(2台)、V35线缆(1根)、 直连线 或交叉线(2条)。图4.1试验拓扑
11、图五、实验步骤第1步:连线 将PC1的配线架上的网卡连接三层交换机S3760.1的F0/5端口;将三 层交换机S3760_l的F0/1和路由器R1的F1/0西接;将路由器R1的 S1/2和路由器R2的S1/2通过V35线缆连接;将路由器R2的F1/0和 PC2的配线架上的网卡连接.第2步:配置交换机给三层交换机创立VLAN虚接口 10和50,并配置IPS3760(config)#interface vlan 50 !创立 VLAN 虚接口,并配置 IPPhysicalConfigcuIOS Command Une Interfaceno/pv n”VLAN NaeScatusPorts1def
12、aultactiveFa0/2r Ea0/3r Fa0/4r FaO/6Fa0/7r Ea0/8r FaO/9, Fa0/10Fa0/llr Fa0/12r Fa0/13r FaO/14Fa0/15r Fa0/16r Fa0/17r FaO/18FaO/19, Fa0/20r Fa0/21r FaO/22Fa0/23r Fa0/24r GiqO/l, Gig0/210 VLAN0010active Fa0/lSO VLAN0050active FaO/S1002 fddx-defaultact/unsup1003 token-rmg-defaultacr/unsup1004 fddmer-de
13、faultacr/unsup1005 trnez-defaultac/unsupVLAN Type SAIDMTU Parent PingHo BridgeNo Stp BrdgHode Transl Tran0211000011500 -0010 onoz 1000101S00 -00SO onez 1000S01500 -00=1002 fddi 1010021500 -00一一More-Multilayer Switch。I。I 回Copy Paste图4.2交换机配置干 Multilayer SwitchOu) 回Physical Config CLIIOS Command Line
14、InterfaceFastEthernetO/1 is down, line protocol is down Internet protocol processing disabledFastEthernerO/2 is down, line protocol is down Internet protocol processing disabledFastEthernetiO/3 is down, line protocol is down Internet protocol processing disabledFastEthernetO/4 is down, line protocol
15、 is downInternet protocol processing disabledFastEthernecO/S is up, line protocol is upInternet protocol processing disabledFastEthernerO/6 is down, line protocol is downInternet protocol processing disabledFastEthernerO/7 is down, line protocol is downInternet protocol proceiting disabledFastEthern
16、etO/S is down, line protocol is downInternet protocol processing disabledFastEthernerO/9 is down, line protocol is downInternet protocolFastEthernet0/10 isInternet protocolFastEthernetO/ll is Internet protocolprocessing disabled down, line protocol is down processing disableddown, line protocol is d
17、own processing disabledCopy Paste图4.3查看端口设置第3步:配置路由器R1的基本配置配置 Routerl(config)#interface fastethernet 0/1配置 Routerl(config)#interface serial 0/0/0Routerl(config-if)#ip address 172.16.2.1 255.255.255.0 设置时钟 Routerl(config-if)# clock rate 64000图4.4 RI路由状态设置R2的基本配置配置 Router2(config)#interface fastethern
18、et 1/0Router2(config-if)# ip address 172.16.3.1 255.255.255.配置串口 ip设置时钟 Router2(config-if)# clock rate 64000图4.5 R2路由状态设置第4步:配置RIPv2路由S3760 配置 RIPv2 协议 S3760(config)#router rip !开启 RIP 协议进程S3760(config-router)# network 172.16 1.0 !申明本设备的直接网段S3760(config-router)# network 172.16.5.0 S3760(config-route
19、r)# version 2Routeri 配 置 RIPv2 协 议 Routerl(config)#router ripRouterl(config-router)#network 172.16.1.0 Routerl(config-router)#network172.16.2.0 Routerl(config-router)# version 2!定义 RIPv2 协 议Routerl(config-router)#no auto-summary !关闭路由信息的自动汇总功能Router2 配 置 RIPv2 协 议 Router2(config)#router ripRouter2(c
20、onfig-router)#networkRouter2(config-router)#network2 Router2(config-router)#noRouter2(config-router)#network 172.16.2.0 172.16.3.0 Router2(config-router)# version auto-summary验证三台路由设备的路由表,查看是否自动学习了其它网段的路由信息。图4.6交换机最终状态甲 RouterOPhysical Config CLIIOS Command Line InterfaceGateway of last resort is no
21、t setr 3 subnetsCis directlyconnectedr FastEthernetO/1Cis directlyconnectedr Serial0/0/0R120/1 via172.16.2.2, 00:00:29, Serial0/0/0routeritshow ip route Codes: C - connectedr S - staticr I 一工GRP, R - RIPr M - znobile, B - BGP D -巨工GRP, EX - EIGSP external, O - OSPFr IA - OSPF inter area N1 - OSPF NS
22、SA external type 1, N2 - OSPF NSSA external type 2 El - OSPF external type lr Z2 - OSPF external type 2, E - EGP i -工SYS, LI - IS-IS level-1, L2 - IS-IS level-2r ia - IS-IS inter area 一 candidate defaultr U - per-user static router o - ODR P - periodic downloaded static routeGateway of Iasz resort i
23、s noz sez172.16.0.0/24 ia aubnetred, 3 subnetsCis directlyconnected FasEtherneO/1Cis directlyconnected, Serial0/0/0R120/1 via172.16.2.2, 00:00:17. Serial0/0/0routerltCopy Paste图4.7 RI最终状态图4.8 R2最终状态第5步:设置网卡地址 配置 第1网络实验网卡的IP地址为:172.16.5.11/24, 网关设为;配置PC2”网络实验网卡的IP地址为:172.16.3.22/24, 网关设为第6步:测试网络的连通性在
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机网络 实验 课程 报告 汇总
限制150内