计算机网络实验报告.docx
- 文档编号:10806561
- 上传时间:2023-02-23
- 格式:DOCX
- 页数:37
- 大小:343.87KB
计算机网络实验报告.docx
《计算机网络实验报告.docx》由会员分享,可在线阅读,更多相关《计算机网络实验报告.docx(37页珍藏版)》请在冰豆网上搜索。
计算机网络实验报告
2016~2017学年第1学期
实验报告书
课程名称计算机网络实验
系(部)信息工程系
专业班级计算机科学与技术
学生姓名
学生学号
成绩_______________
评语:
指导教师________________
目录
目录I
项目1网络设备基本操作(Cisco模拟器PacketTracer)1
任务一:
通过Telnet登录1
任务二:
虚拟局域网VLAN的配置4
任务三:
静态路由协议的配置6
任务四:
动态路由协议的配置11
项目2网络设备的基本操作(真机,华三设备)16
任务一:
通过Console登录16
任务二:
使用系统操作及文件操作的基本命令18
任务三:
通过Telnet登录21
任务四:
使用FTP上传下载系统文件24
项目1网络设备基本操作(Cisco模拟器PacketTracer)
任务一:
通过Telnet登录
步骤1:
配置路由器以太网接口IP地址
Router>enable//进入特权模式
Router#configt//进入全局配置模式
Router(config)#hostnameR1//配置路由器名称为“R1”
R1(config)#interfacef0/0//进入路由器接口配置模式
R1(config-if)#ipaddress192.168.0.138255.255.255.0
//配置路由器管理接口IP地址和网络掩码
R1(config-if)#noshutdown//开启路由器接口
R1(config-if)#end//退出到特权模式
R1#showipinterfacebrief//验证路由器管理接口IP地址已经配置和开启
InterfaceIP-AddressOK?
MethodStatusProtocol
FastEthernet0/0192.168.0.138YESmanualupup
FastEthernet0/1unassignedYESunsetadministrativelydowndown
Vlan1unassignedYESunsetadministrativelydowndown
R1#write//保存路由器上所做的配置
Buildingconfiguration...
[OK]
步骤2:
配置路由器密码
R1#configt//进入全局配置模式
R1(config)#linevty04//进入路由器的vty虚拟终端,0-4共5个虚拟终端
R1(config-line)#password123
R1(config-line)#login
//以上是配置vty的密码,即Telnet密码
R1(config-line)#exit
R1(config)#enablepassword123456
//以上是配置进入到路由器特权模式的密码
R1(config)#end
步骤3:
检查以太网接口是否正常
R1#showintf0/0
FastEthernet0/0isup,lineprotocolisup(connected)
HardwareisLance,addressis0001.9631.d101(bia0001.9631.d101)
Internetaddressis192.168.0.138/24
MTU1500bytes,BW100000Kbit,DLY100usec,
reliability255/255,txload1/255,rxload1/255
//应该显示两个“up”
步骤4:
通过Telnet访问路由器
PC>ping192.168.0.138
Pinging192.168.0.138with32bytesofdata:
Replyfrom192.168.0.138:
bytes=32time=44msTTL=255
Replyfrom192.168.0.138:
bytes=32time=0msTTL=255
Replyfrom192.168.0.138:
bytes=32time=0msTTL=255
Replyfrom192.168.0.138:
bytes=32time=0msTTL=255
Pingstatisticsfor192.168.0.138:
Packets:
Sent=4,Received=4,Lost=0(0%loss),
Approximateroundtriptimesinmilli-seconds:
Minimum=0ms,Maximum=44ms,Average=11ms
//以上是表明计算机能ping通路由器
PC>telnet192.168.0.138
//Telnet路由器以太网卡上的IP地址
Trying192.168.0.138...Open
UserAccessVerification
Password:
R1>en
Password:
R1#
//输入vty的密码123、输入enable的密码123456,能正常进入路由器的特权模式
任务二:
虚拟局域网VLAN的配置
步骤1:
进入全局配置模式
Switch>en
Switch#configt
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
Switch(config)#
步骤2:
创建VLAN10和VLAN20
Switch(config)#vlan10//创建VLAN10
Switch(config-vlan)#namejikeyiban//给VLAN10命名“计科1班”
Switch(config-vlan)#exit
Switch(config)#vlan20//创建VLAN20
Switch(config-vlan)#namejikeerban//给VLAN10命名“计科2班”
Switch(config-vlan)#exit
Switch(config)#
步骤3:
交换机1~5端口划分给VLAN10,6~10端口划分给VLAN20
Switch(config)#interfacerangef0/1-5//进入接口模式
Switch(config-if-range)#switchportaccessvlan10//将1~5接口划分给VLAN10
Switch(config-if-range)#exit
Switch(config)#interfacerangef0/6-10
Switch(config-if-range)#switchportaccessvlan20//将6~10接口划分给VLAN20
Switch(config-if-range)#exit
Switch(config)#
步骤4:
查看VLAN配置
Switch#showvlan
VLANNameStatusPorts
----------------------------------------------------------------------------
1defaultactiveFa0/11,Fa0/12,Fa0/13,Fa0/14
Fa0/15,Fa0/16,Fa0/17,Fa0/18
Fa0/19,Fa0/20,Fa0/21,Fa0/22
Fa0/23,Fa0/24
10jikeyibanactiveFa0/1,Fa0/2,Fa0/3,Fa0/4
Fa0/5
20jikeerbanactiveFa0/6,Fa0/7,Fa0/8,Fa0/9
Fa0/10
1002fddi-defaultact/unsup
1003token-ring-defaultact/unsup
1004fddinet-defaultact/unsup
1005trnet-defaultact/unsup
VLANTypeSAIDMTUParentRingNoBridgeNoStpBrdgModeTrans1Trans2
--------------------------------------------------------------------
1enet1000011500-----00
10enet1000101500-----00
20enet1000201500-----00
1002fddi1010021500-----00
1003tr1010031500-----00
1004fdnet1010041500---ieee-00
1005trnet1010051500---ibm-00
RemoteSPANVLANs
------------------------------------------------------------------------------
PrimarySecondaryTypePorts
---------------------------------------------------------------------------
Switch#
步骤5:
为PC1、PC2、PC3、PC4配置IP地址。
设备
IP地址
子网掩码
PC1
192.168.1.5
255.255.255.0
PC2
192.168.1.6
255.255.255.0
PC3
192.168.2.5
255.255.255.0
PC4
192.168.2.6
255.255.255.0
PC1>ipconfig192.168.1.5255.255.255.0
PC2>ipconfig192.168.1.6255.255.255.0
PC3>ipconfig192.168.2.5255.255.255.0
PC4>ipconfig192.168.2.6255.255.255.0
步骤6:
实验测试
1)PC1与PC2属于同一VLAN,用PC1pingPC2的IP地址192.168.1.6。
PC>ping192.168.1.6
Pinging192.168.1.6with32bytesofdata:
Replyfrom192.168.1.6:
bytes=32time=1msTTL=128
Replyfrom192.168.1.6:
bytes=32time=0msTTL=128
Replyfrom192.168.1.6:
bytes=32time=0msTTL=128
Replyfrom192.168.1.6:
bytes=32time=0msTTL=128
Pingstatisticsfor192.168.1.6:
Packets:
Sent=4,Received=4,Lost=0(0%loss),
Approximateroundtriptimesinmilli-seconds:
Minimum=0ms,Maximum=1ms,Average=0ms
PC>
2)PC1与PC3属于不同VLAN,用PC1pingPC3的IP地址192.168.2.5。
PC>ping192.168.2.5
Pinging192.168.2.5with32bytesofdata:
Requesttimedout.
Requesttimedout.
Requesttimedout.
Requesttimedout.
Pingstatisticsfor192.168.2.5:
Packets:
Sent=4,Received=0,Lost=4(100%loss),
任务三:
静态路由协议的配置
步骤1:
在路由器R1上配置接口的IP地址
Router>enable
Router#configureterminal
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
Router(config)#hostnameR1
R1(config)#intf0/0
R1(config-if)#ipaddress192.168.1.1255.255.255.0
R1(config-if)#noshutdown
R1(config-if)#
%LINK-5-CHANGED:
InterfaceFastEthernet0/0,changedstatetoup
%LINEPROTO-5-UPDOWN:
LineprotocolonInterfaceFastEthernet0/0,changedstatetoup
R1(config-if)#exit
R1(config)#ints0/0/0
R1(config-if)#clockrate64000
R1(config-if)#ipaddress172.16.1.1255.255.255.0
R1(config-if)#noshutdown
R1(config-if)#exit
R1(config)#ints0/0/1
R1(config-if)#clockrate64000
R1(config-if)#ipaddress172.16.2.1255.255.255.0
R1(config-if)#noshutdown
R1(config-if)#end
R1#showiproute//查看路由表
Codes:
C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGP
D-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterarea
N1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2
E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGP
i-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea
*-candidatedefault,U-per-userstaticroute,o-ODR
P-periodicdownloadedstaticroute
Gatewayoflastresortisnotset
172.16.0.0/24issubnetted,2subnets
C172.16.1.0isdirectlyconnected,Serial0/0/0
C172.16.2.0isdirectlyconnected,Serial0/0/1
C192.168.1.0/24isdirectlyconnected,FastEthernet0/0
R1#write//保存配置
Buildingconfiguration...
[OK]
步骤2:
在路由器R2上配置接口的IP地址
Router>enable
Router#configureterminal
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
Router(config)#hostnameR2
R2(config)#intf0/0
R2(config-if)#ipaddress192.168.2.1255.255.255.0
R2(config-if)#noshutdown
R2(config-if)#exit
R2(config)#ints0/0/1
R2(config-if)#ipaddress172.16.1.2255.255.255.0
R2(config-if)#noshutdown
R2(config-if)#end
R2#showiproute//查看路由表
Codes:
C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGP
D-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterarea
N1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2
E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGP
i-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea
*-candidatedefault,U-per-userstaticroute,o-ODR
P-periodicdownloadedstaticroute
Gatewayoflastresortisnotset
172.16.0.0/24issubnetted,1subnets
C172.16.1.0isdirectlyconnected,Serial0/0/1
C192.168.2.0/24isdirectlyconnected,FastEthernet0/0
R2#write//保存配置
Buildingconfiguration...
[OK]
步骤3:
在路由器R3上配置接口的IP地址
Router>enable
Router#configureterminal
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
Router(config)#hostnameR3
R3(config)#intf0/0
R3(config-if)#ipaddress192.168.3.1255.255.255.0
R3(config-if)#noshutdown
R3(config-if)#exit
R3(config)#ints0/0/1
R3(config-if)#ipaddress172.16.2.2255.255.255.0
R3(config-if)#noshutdown
R3(config-if)#end
R3#showiproute//查看路由表
Codes:
C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGP
D-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterarea
N1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2
E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGP
i-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea
*-candidatedefault,U-per-userstaticroute,o-ODR
P-periodicdownloadedstaticroute
Gatewayoflastresortisnotset
C192.168.3.0/24isdirectlyconnected,FastEthernet0/0
R3#write//保存配置
Buildingconfiguration...
[OK]
步骤4:
在路由器R1上配置静态路由
R1>en
R1#configt
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
R1(config)#iproute192.168.2.0255.255.255.0172.16.1.2
R1(config)#iproute192.168.3.0255.255.255.0172.16.2.2
R1(config)#end
步骤5:
在路由器R2上配置静态路由
R2>en
R2#configt
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
R2(config)#iproute192.168.1.0255.255.255.0172.16.1.1
R2(config)#end
步骤6:
在路由器R3上配置静态路由
R3>en
R3#configt
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
R3(config)#iproute192.168.1.0255.255.255.0172.16.2.1
R3(config)#end
步骤7:
查看路由表
R1#showiproute
Codes:
C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGP
D-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterarea
N1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2
E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGP
i-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea
*-candidatedefault,U-per-userstaticroute,o-ODR
P-periodicdow
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机网络 实验 报告