版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、计算机网络课程设计报告书课题名称NAT功能的配置与实现姓 名学 号 院 系专业班级指导教师2013年 12月 25日 NAT功能的配置与实现一、设计目的及意义1.计算机网络课程对于通信工程专业的重要性。 通信工程专业是信息科学技术发展迅速并极具活力的一个领域,尤其是数字移动通信、光纤通信、Internet网络通信使人们在传递信息和获得信息方面达到了前所未有的便捷程度。计算机网络是计算机发展和通信技术紧密结合并不断发展的一门学科。它的理论发展和应用水平直接反映了一个国家高新技术的发展水平,并是其现代化程度和综合国力的重要标志。在以信息化带动工业化和工业化促进信息化的进程中,计算机网络扮演了越来越
2、重要的角色。计算机网络这门课程是通信工程专业中的一门重要课程,学习计算机网络这门课程里面的各项知识理论,关系着通信工程专业其他课程的学习。计算机网络课程贯穿于整个通信工程专业知识。2.此课程设计内容,对于计算机网络课程的意义。 通过此课程设计,能够将在计算机网络课程中所学的理论知识更好的用于实践。将所学关于交换机的基本配置,路由器的基本配置包括静态路由、RIP配置、OSPF配置、NAT配置等等,通过课程设计这样的平台更好的理解、运用和掌握。二、实践内容 1.计算机网络设备的基本功能配置 按照要求,使用Boson Netsim软件完成对交换机及路由器等设备的配置,使其实现特定的功能。内容如下:(
3、1)交换机的基本配置(2)路由器的基本配置 2.综合设计 在掌握设备基本配置方法的基础上,按照要求,设计一个综合的网络,画出网络拓扑图,对其中的设备进行配置,在不断调试的基础上,对网络进行反复测试,检查网络的连通性,使网络能够完成所要求的功能。三、交换机的基本配置 1交换机的工作原理:交换机按每一个包中的MAC地址相对简单地决策信息转发。而这种转发决策一般不考虑包中隐藏的更深的其他信息。与桥接器不同的是交换机转 发延迟很小,操作接近单个局域网性能,远远超过了普通桥接互联网络之间的转发性能。交换技术允许共享型和专用型的局域网段进行带宽调整,以减轻局域网之间信息流通出现的瓶颈问题。现在已有以太网、
4、快速以太网、FDDI和ATM技术的交换产品。类似传统的桥接器,交换机提供了许多网络互联功能。交换机能经济地将网络分成小的冲突网域,为每个工作站提供更高的带宽。协议的透明性使得交换机在软件配置简单的情况下直接安装在多协议网络中;交换机使用现有的电缆、中继器、集线器和工作站的网卡,不必作高层的硬件升级;交换机对工作站是透明的,这样管理开销低廉。 2虚拟局域网VLAN 的原理及功能VLAN的工作原理:交换机工作原理与传统网桥类似。在交换机中配置的每个VLAN都实现了地址获悉机制、转发和过滤决策机制、环路避免机制,就像每个VLAN都是一个物理网桥一样。交换机是这样实现VLAN的:只将数据流转发到与始发
5、端口位于同一个VLAN中的端口。因此,当帧到达交换机端口后,交换机必须将其重传到属于相同VLAN的端口。从本质上说,运行在单台交换机上的VLAN将限制单播、组播和广播的传播。来自特定VLAN的数据流只泛洪到属于该VLAN的端口。端口通常只传输其所属VLAN的数据流。当VLAN跨越多台交换机时,必须使用中继线将这些交换机连接起来。中继线可传输多个VLAN的数据流。VLAN 的功能:VLAN(Virtual Local Area Network)即虚拟局域网,是一种通过将局域网内的设备逻辑地而不是物理地划分成一个个网段从而实现虚拟工作组的新兴技术。于交换式以太网的虚拟局域网在交换式以太网中,利用V
6、LAN技术,可以将由交换机连接成的物理网络划分成多个逻辑子网。也就是说,一个虚拟局域网中的站点所发送的广播数据包将仅转发至属于同一VLAN的站点。虚拟局域网技术使得网络的拓扑结构变得非常灵活,例如位于不同楼层的用户或者不同部门的用户可以根据需要加入不同的虚拟局域网。交换机的基本配置举例:单个交换机的VLAN配置1、按图1所示连接网络;Catalyst 2950交换机 1台;PC机 4台。图1PC1连接在交换机的1#端口,PC2连接在3#端口,PC3连接在5#端口,PC4连接在7#端口。2. 配置PC机:PC1的IP地址:192.168.0.41;PC2的IP地址:192.168.0.42;PC
7、3的IP地址:192.168.0.43;PC4的IP地址:192.168.0.44;子网掩码均为255.255.255.0。PC1与PC2连接结果3. C:ping 192.168.0.42Pinging 192.168.0.42 with 32 bytes of data:Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Reply fro
8、m 192.168.0.42: bytes=32 time=60ms TTL=241Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Ping statistics for 192.168.0.42: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55msPC1与PC3连接结果C:ping 192.168.0.
9、43Pinging 192.168.0.43 with 32 bytes of data:Reply from 192.168.0.43: bytes=32 time=60ms TTL=241Reply from 192.168.0.43: bytes=32 time=60ms TTL=241Reply from 192.168.0.43: bytes=32 time=60ms TTL=241Reply from 192.168.0.43: bytes=32 time=60ms TTL=241Reply from 192.168.0.43: bytes=32 time=60ms TTL=241
10、Ping statistics for 192.168.0.43: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55msPC1与PC4连接结果C:ping 192.168.0.44Pinging 192.168.0.44 with 32 bytes of data:Reply from 192.168.0.44: bytes=32 time=60ms TTL=
11、241Reply from 192.168.0.44: bytes=32 time=60ms TTL=241Reply from 192.168.0.44: bytes=32 time=60ms TTL=241Reply from 192.168.0.44: bytes=32 time=60ms TTL=241Reply from 192.168.0.44: bytes=32 time=60ms TTL=241Ping statistics for 192.168.0.44: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approxi
12、mate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55ms3. 配置交换机:设置交换机名为S1,管理IP为192.168.0.11,子网掩码为255.255.255.0。用ping命令检查交换机与各PC机的通讯情况。PC1与交换机连接结果C:ping 192.168.0.11Pinging 192.168.0.11 with 32 bytes of data:Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from
13、192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Ping statistics for 192.168.0.11: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round tri
14、p times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55msPC2与交换机连接结果C:ping 192.168.0.11Pinging 192.168.0.11 with 32 bytes of data:Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Re
15、ply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Ping statistics for 192.168.0.11: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55msPC3与交换机连接结果C:ping 192
16、.168.0.11Pinging 192.168.0.11 with 32 bytes of data:Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms
17、TTL=241Ping statistics for 192.168.0.11: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55msPC4与交换机连接结果C:ping 192.168.0.11Pinging 192.168.0.11 with 32 bytes of data:Reply from 192.168.0.11: bytes=32 time=60
18、ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Reply from 192.168.0.11: bytes=32 time=60ms TTL=241Ping statistics for 192.168.0.11: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
19、Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55ms4. 在交换机上创建并划分VLAN:按图2所示划分VLAN。图2代码:S1#vlan databaseS1(vlan)#vlan 2 name vlan2VLAN 2 added: Name:vlan2S1(vlan)#vlan 3 name vlan3VLAN 3 added: Name:vlan3S1(vlan)#exitAPPLY completed.Exiting.S1#config % Incompl
20、ete command.S1#config tEnter configuration commands, one per line. End with CNTL/Z.S1(config)#interface fa0/1% Ambiguous command: interface fa0/1S1(config)#interface fa0/1S1(config-if)#switchport access vlan 2S1(config-if)#interface fa0/2S1(config-if)#switchport access vlan 2S1(config-if)#interface
21、fa0/3S1(config-if)#switchport access vlan 2S1(config-if)#interface fa0/4S1(config-if)#switchport access vlan 2S1(config-if)#interface fa0/5S1(config-if)#switchport access vlan 3S1(config-if)#interface fa0/6S1(config-if)#switchport access vlan 35检查配置结果:用ping命令检查PC机间的通讯情况,以及各PC机与交换机的通讯情况理解其中的原因。PC1与PC
22、2连接结果 C:ping 192.168.0.42Pinging 192.168.0.42 with 32 bytes of data:Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Reply from 192.168.0.42: bytes=32 time=60ms TTL=241Reply from 192.168.0.42: byt
23、es=32 time=60ms TTL=241Ping statistics for 192.168.0.42: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55msPC1与PC3连接结果C:ping 192.168.0.43Pinging 192.168.0.43 with 32 bytes of data:Request timed out.Request
24、 timed out.Request timed out.Request timed out.Request timed out.Ping statistics for 192.168.0.43: Packets: Sent = 5, Received = 0, Lost = 5 (100% loss),Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0msPC1与PC4连接结果C:ping 192.168.0.44Pinging 192.168.0.44 with 3
25、2 bytes of data:Request timed out.Request timed out.Request timed out.Request timed out.Request timed out.Ping statistics for 192.168.0.44: Packets: Sent = 5, Received = 0, Lost = 5 (100% loss),Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0msPC1只能与PC2通讯,而与PC
26、3、PC4都不能通讯。原因:PC1与PC2属于同一VLAN,PC1与PC3、PC4属于不同的VLAN 四. 路由器的基本配置 1.默认路由的配置方法。默认路由:默认路由是一种特殊的静态路由,指的是当路由表中与包的目的地址之间没有匹配的表项时路由器能够做出的选择。如果没有默认路由器,那么目的地址在路由表中没有匹配表项的包将被丢弃. 默认路由在某些时候非常有效,当存在末梢网络时默认路由会大大简化路由器的配置,减轻管理员的工作负担,提高网络性能。图3 (2) 先完成路由器的基本配置,包括路由器的名字、各接口的IP地址等;路由器R1配置:Routeenable /进入特权模式/Route#config
27、 t /进入全局模式/Route(config) #hostname R1 /给路由器命名/R1(config) #interface e0 /进入路由器1以太网端口e0/R1(config-if) #no shutdown /激活路由器1以太网端口e0/R1(config-if)#ip address 200.200.1.1 255.255.255.0 /配置以太网端口e0 IP地址/R1(config-if)#exit /返回上一级模式 /R1(config) #interface s0 /进入串行端口s0/R1(config-if) #no shutdown /激活串行端口s0/R1(c
28、onfig-if) #clock rate 64000 /在DCE端配置时钟频率/R1(config-if)#ip address 190.1.0.1 255.255.0.0 /配置串口s0 IP地址/R1(config-if)#end /返回上一级模式 /路由器R2配置:Routeenable /进入特权模式/Route#config t /进入全局模式/Route(config) #hostname R2 /给路由器命名/R2 (config) #interface e0 /进入路由器2以太网端口e0/R2(config-if) #no shutdown /激活路由器2以太网端口e0/R2
29、(config-if)#ip address 200.200.2.1 255.255.255.0 /配置串口s0 IP地址/R2(config-if)#exit /返回上一级模式 /R2(config) #interface s0 /进入串行端口s0/R2(config-if) #no shutdown /激活串行端口s0/ R2(config-if) #clock rate 64000 R2(config-if)#ip address 190.2.0.1 255.255.0.0 /配置串口s0 IP地址/R2(config-if)#exit /返回上一级模式 /R2(config) #int
30、erface s1 /进入串行端口1/R2(config-if) #no shutdown /激活串行端口s1/ R2(config-if) #clock rate 64000 /在DCE端配置时钟频率/R2(config-if)#ip address 190.1.0.2 255.255.0.0 /配置串口s1 IP地址/R2(config-if)#end /返回上一级模式 /路由器R3配置:Routeenable /进入特权模式/Route#config t /进入全局模式/Route(config) #hostname R3 /给路由器命名/R3(config) #interface e0
31、 /进入路由器1以太网端口e0/R3(config-if) #no shutdown /激活路由器1以太网端口e0/R3(config-if)#ip address 200.200.3.1 255.255.255.0 /配置以太网端口e0 IP地址/R3(config-if)#exit /返回上一级模式 /R3(config) #interface e1 /进入路由器1以太网端口e0/R3(config-if) #no shutdown /激活路由器1以太网端口e0/R3(config-if)#ip address 200.200.4.1 255.255.255.0 /配置以太网端口e0 IP
32、地址/R3(config-if)#exit /返回上一级模式 /R3(config) #interface s1 /进入串行端口s0/R3(config-if) #no shutdown /激活串行端口s0/R3(config-if) #clock rate 64000 /在DCE端配置时钟频率/ R3(config-if)#ip address 190.2.0.2 255.255.0.0 /配置串口s0 IP地址/R3(config-if)#end /返回上一级模式 /(3) 配置各PC机,包括IP地址和默认网关;PC1:IP地址 200.200.1.2 子网掩码 255.255.255.0
33、 默认网关 200.200.1.1PC2:IP地址 200.200.2.2 子网掩码 255.255.255.0 默认网关 200.200.2.1PC3:IP地址 200.200.3.2 子网掩码 255.255.255.0 默认网关 200.200.3.1PC4:IP地址 200.200.4.2 子网掩码 255.255.255.0 默认网关 200.200.4.1(4) 在各路由器上用“show ip interface brief”命令查看路由器接口状态,要求各已使用的接口状态均为UP路由器1接口状态R1#show ip interface briefInterface IP-Addre
34、ss OK? Method Status ProtocolSerial0 190.1.0.1 YES unset up downSerial1 unassigned YES unset administratively down downEthernet0 200.200.1.1 YES unset up upEthernet1 unassigned YES unset administratively down down路由器2接口状态R2#show ip interface briefInterface IP-Address OK? Method Status ProtocolSerial
35、0 190.2.0.1 YES unset up downSerial1 190.1.0.2 YES unset up upEthernet0 200.200.2.1 YES unset up upEthernet1 unassigned YES unset administratively down down路由器3接口状态R3#show ip interface briefInterface IP-Address OK? Method Status ProtocolSerial0 unassigned YES unset administratively down downSerial1
36、190.2.0.2 YES unset up upEthernet0 200.200.3.1 YES unset up upEthernet1 200.200.4.1 YES unset up up(5) 在R2路由器上配置静态路由,使它可以识别所有网络;R2#con t /进入全局模式/R2 (config)#ip route 200.200.1.0 255.255.255.0 190.1.0.1 /配置R2到R1的静态路由,200.200.1.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.1.0.1为下一跳地址 /R2 (config)#ip route 200.
37、200.3.0 255.255.255.0 190.2.0.2 /配置R2到R3的静态路由200.200.3.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.2.0.2为下一跳地址 /R2 (config)#ip route 200.200.4.0 255.255.255.0 190.2.0.2 /配置R2到R3的静态路由200.200.4.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.2.0.2为下一跳地址 /R2 (config) #end /返回上一级模式 /R2路由器路由表R2#show ip routeCodes: C - conne
38、cted, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static routeGateway of last reso
39、rt is not setC 200.200.2.0/24 is directly connected, Ethernet0C 190.1.0.0/16 is directly connected, Serial1S 200.200.1.0/24 1/0 via 190.1.0.1S 200.200.3.0/24 1/0 via 190.2.0.2S 200.200.4.0/24 1/0 via 190.2.0.2%LINK-3-UPDOWN: Interface Serial0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on
40、 Interface Serial0, changed state to up(6) 在R1和R3路由器上分别配置默认路由,默认方向均为R2;路由器R1配置:R1#con t /进入全局模式/R1(config)#ip route 200.200.2.0 255.255.255.0 190.1.0.2 /配置R1的静态路由,200.200.2.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.1.0.2为下一跳地址 /R1(config)#ip route 200.200.3.0 255.255.255.0 190.1.0.2 /配置R1的静态路由,200.200.3.0
41、为目标网络地址,255.255.255.0为目标网络子网掩码,190.1.0.2为下一跳地址 /R1(config)#ip route 200.200.4.0 255.255.255.0 190.1.0.2 /配置R1的静态路由,200.200.4.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.1.0.2为下一跳地址 /R1(config)#ip route 190.2.0.0 255.255.0.0 190.1.0.2 /配置R1的静态路由,190.2.0.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.1.0.2为下一跳地址 /R1(con
42、fig)#ip route 0.0.0.0 0.0.0.0 190.1.0.2 /配置R1的默认路由, 190.1.0.2为下一跳地址 /R1(config) #end /返回上一级模式 /R1路由器路由表R1#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external
43、 type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static routeGateway of last resort is to network 0.0.0.0C 200.200.1.0/24 is directly connected, Ethernet0S 200.200.2.0/24 1/0 via 190.1.0.2S 200.200.3.0/24 1/0 via 190.1.0.2S 200.200.4.0/24 1/0 via
44、 190.1.0.2S 190.2.0.0/24 1/0 via 190.1.0.2S* 0.0.0.0/0 1/0 via 190.1.0.2%LINK-3-UPDOWN: Interface Serial0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up路由器R3配置:R3#con t /进入全局模式/R3 (config)#ip route 200.200.1.0 255.255.255.0 190.2.0.1 /配置R3的静态路由,200.2
45、00.1.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.2.0.1为下一跳地址 /R3 (config)#ip route 200.200.2.0 255.255.255.0 190.2.0.1 /配置R3的静态路由200.200.2.0为目标网络地址,255.255.255.0为目标网络子网掩码,190.2.0.1为下一跳地址 /R3 (config)#ip route 190.1.0.0 255.255.0.0 190.2.0.1 /配置R3的静态路由190.1.0.0为目标网络地址,255.255.0.0为目标网络子网掩码,190.2.0.1为下一跳地址 /R3
46、 (config)#ip route 0.0.0.0 0.0.0.0 190.2.0.1 /配置R3的默认路由,190.2.0.1为下一跳地址 /R3 (config) #end /返回上一级模式 /R3路由器路由表R3#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF ext
47、ernal type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static routeGateway of last resort is to network 0.0.0.0C 200.200.3.0/24 is directly connected, Ethernet0C 200.200.4.0/24 is directly connected, Ethernet1C 190.2.0.0/16 is directly connected,
48、Serial1S 200.200.1.0/24 1/0 via 190.2.0.1S 200.200.2.0/24 1/0 via 190.2.0.1S 190.1.0.0/16 1/0 via 190.2.0.1S* 0.0.0.0/0 1/0 via 190.2.0.1%LINK-3-UPDOWN: Interface Serial0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up(7)ping命令测试PC间连通性1、用PC1 ping PC2C
49、:ping 200.200.2.2Pinging 200.200.2.2 with 32 bytes of data:Reply from 200.200.2.2: bytes=32 time=60ms TTL=241Reply from 200.200.2.2: bytes=32 time=60ms TTL=241Reply from 200.200.2.2: bytes=32 time=60ms TTL=241Reply from 200.200.2.2: bytes=32 time=60ms TTL=241Reply from 200.200.2.2: bytes=32 time=60m
50、s TTL=241Ping statistics for 200.200.2.2: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55ms2、用PC1 ping PC3C:ping 200.200.3.2Pinging 200.200.3.2 with 32 bytes of data:Reply from 200.200.3.2: bytes=32 time=
51、60ms TTL=241Reply from 200.200.3.2: bytes=32 time=60ms TTL=241Reply from 200.200.3.2: bytes=32 time=60ms TTL=241Reply from 200.200.3.2: bytes=32 time=60ms TTL=241Reply from 200.200.3.2: bytes=32 time=60ms TTL=241Ping statistics for 200.200.3.2: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 50ms, Maximum = 60ms, Average = 55ms3、用PC1 ping PC4C:ping 200.200.4.2Pinging 200.200.4.2 with 32 bytes of data:Reply from 200.200.4.2: bytes=32 time=60ms TTL=241Reply from 200.200.4.2: bytes=32 time=60ms TTL=241Reply from 2
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 中国磁控溅射镀膜机行业应用态势与前景动态预测研究报告(2024-2030版)
- 中国石蜡乳化剂行业竞争状况及需求前景预测研究报告(2024-2030版)
- 中国盐酸美他环素片市场战略综合规划与发展新趋势研究报告(2024-2030版)
- 中国电子称市场供需渠道与投资运作模式分析研究报告(2024-2030版)
- 中国甲烷氯化物行业需求趋势及未来前景预测研究报告(2024-2030版)
- 中国热电联产行业现状调查与未来发展战略分析研究报告(2024-2030版)
- 中国汽车电喷系统企业经营趋势及销售渠道分析研究报告(2024-2030版)
- 软糖工厂课程设计
- 数学电路课课程设计
- 牛头刨床课程设计4 8
- 居家养老服务管理(社区居家养老服务课件)
- 妊娠合并症 妊娠合并心脏病(妇产科护理课件)
- QC小组活动程序讲解(自定目标值类型)
- 市民中心信息系统运营维护方案
- 职业卫生检测考试题库(400题)
- 硫系玻璃和红外玻璃的区别
- 画法几何及水利土建制图习题答案
- 《合并同类项》赛课一等奖教学课件
- RITTAL威图空调中文说明书
- 12富起来到强起来 第一课时教案 道德与法治
- 生物质能发电技术应用中存在的问题及优化方案
评论
0/150
提交评论