《实验4路由器基本配置.doc》由会员分享,可在线阅读,更多相关《实验4路由器基本配置.doc(15页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、宁德师范学院计算机系实验报告( 学年 第 学期)课程名称 计算机网络 实验名称 实验4 路由器基本配置 专 业 计算机科学与技术 年 级 11级 学号 姓名 指导教师 实验日期 实验目的与要求:1、 掌握路由器几种常用配置方法;2、 掌握采用Console线缆配置路由器的方法;3、 掌握采用telnet方式配置路由器的方法;4、 熟悉路由器不同的命令行操作模式以及各种模式之间的切换;5、 掌握路由器的基本配置命令;实验设备(环境): Windows操作系统 Packet Tracer模拟器软件实验内容:1、新建实验拓扑图2、熟悉路由器基本设置方式与常用命令3、在路由器上配置IP地址3、配置路由
2、器远程密码技术原理:路由器的管理方式基本分为两种:带内管理和带外管理。通过路由器的Console口管理路由器属于带外管理,不占用路由器的网络接口,其特点是需要使用配置线缆,近距离配置。第一次配置时必须利用Console端口进行配置。交叉线与直通线的用法:相同设备的连接要用交叉线,不同设备的连接要用直通线,此处的相同并不是以名称判断,而是以功能划分。如计算机和路由器也被认为是相同设备。实验背景:假设你是某公司新来的网络管理员,公司要求熟悉网络产品,首先要求你登录路由器,了解、掌握路由器的命令行操作。同时作为网管,你第一次在设备机房对路由器进行了初次配置后,希望以后再办公司或出差时也可以对设备进行
3、远程管理,现在要在路由器上做适当的配置。实验步骤:路由器基本配置(一):实验拓补图1、用标准console线缆连接计算机的串口和路由器的console口,在计算机上启用超级终端,并配置超级终端的参数,使计算机与路由器通过console口建立连接;2、配置路由器的管理IP地址,并为telnet用户配置用户名和登录口令。配置计算机的IP地址(与路由器管理IP地址在同一个网段),通过网线将计算机和路由器相连,通过计算机telnet到路由器上进行查看配置;3、更改路由器的主机名;4、擦除配置信息、保存配置信息、显示配置信息;5、显示当前配置信息;6、显示历史命令:RouterenRouter#conf
4、 tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#interface fa0/0Router(config-if)#no shutdow /路由器端口默认关闭,开启fa0/0端口%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(confi
5、g-if)#exitRouter(config)#hostname R1 /修改路由器主机名R1(config)#enable password 123456 /设置进入特权模式密码 R1(config)#line vty 0 4R1(config-line)#password abc123 /设置telnet远程登录密码R1(config-line)#loginR1(config-line)#exitR1(config)#interface fa0/0R1(config-if)#ip address 192.168.1.1% Incomplete command.R1(config-if)#
6、ip address 192.168.1.1 255.255.255.0 /配置路由器的管理IP地址R1(config-if)#no shutdown /开启端口R1(config-if)#end%SYS-5-CONFIG_I: Configured from console by consoleR1#PC端登录测试: 2 1、验证进入特权模式的密码 Switchen Password: 2、验证telnet远程登录密码 a. 给PC机设置IP地址 b、打开Command Prompt路由器基本配置二:拓补结构图 1、用标准console线缆连接计算机1的串口和路由器的console口,用交叉
7、线连接计算机2的fastetrernet和路由器的fastethernet 0/0口,用V.3.5线缆连接来个路由器的serial 2/0接口。2、分别两个配置路由器的管理IP地址,并为telnet用户配置用户名和登录口令。配置计算机的IP地址,通过网线将计算机和路由器相连,通过计算机telnet到路由器上进行查看配置。3、将两个路由器的主机名分别更改为RA和RB。4、显示当前配置信息。5、配置路由器的远程密码。6、显示历史命令: RouterenRouter#config tEnter configuration commands, one per line. End with CNTL/Z
8、.Router(config)#hostname RARA(config)#interface fastethernet 0/0RA(config-if)#ip address 192.168.1.1 255.255.255.0RA(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRA(config-if)#
9、exitRA(config)#interface fastethernet 1/0RA(config-if)#ip address 10.10.1.1 255.255.255.0RA(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to upRA(config-if)#exitRA(config)#inerface serial 2/0 % Invalid input detected at marker.RA(config)#interface serial 2/0RA(confi
10、g-if)#ip address 172.159.1.1 255.255.255.0RA(config-if)#clock rate 64000RA(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial2/0, changed state to downRA(config-if)#exitRA(config)#line vty 0 4RA(config-line)#password starRA(config-line)#loginRA(config-line)#endRA#%SYS-5-CONFIG_I: Configured fro
11、m console by consoleRA#enRA#config tEnter configuration commands, one per line. End with CNTL/Z.RA(config)#enable secret abcRA(config)#enable password starRA(config)#exitRA#%SYS-5-CONFIG_I: Configured from console by consoleRA#show ip interface briefInterface IP-Address OK? Method Status Protocol Fa
12、stEthernet0/0 192.168.1.1 YES manual up up FastEthernet1/0 10.10.1.1 YES manual up down Serial2/0 172.159.1.1 YES manual down down Serial3/0 unassigned YES unset administratively down down FastEthernet4/0 unassigned YES unset administratively down down FastEthernet5/0 unassigned YES unset administra
13、tively down downRA#RouterenRouter#config tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname RBRB(config)#interface fastethernet 0/0RB(config-if)#ip address 192.168.1.2 255.255.255.0RB(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to
14、 up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRB(config-if)#exitRB(config)#interface serial 2/0RB(config-if)#ip address 192.168.3.1 255.255.255.0RB(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial2/0, changed state to upRB(config-if)#exitRB(config)#%LI
15、NEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to upRB(config)#endRB#%SYS-5-CONFIG_I: Configured from console by consoleRB#show ip interface briefInterface IP-Address OK? Method Status Protocol FastEthernet0/0 192.168.1.2 YES manual up up FastEthernet1/0 unassigned YES unset a
16、dministratively down down Serial2/0 192.168.3.1 YES manual up up Serial3/0 unassigned YES unset administratively down down FastEthernet4/0 unassigned YES unset administratively down down FastEthernet5/0 unassigned YES unset administratively down down RB#1、验证进入特权模式的密码 Switchen Password: 2、验证telnet远程登
17、录密码 a. 给PC机设置IP地址 b、打开Command Prompt实验结果分析1、 在路由器上配置IP地址的时候,进入特权模式和全局模式后,就可以配置路由器的名称和进入路由器接口模式,但是在要注意接口是0模块/0接口。2、 在开启路由器fastethernet接口时,要看清楚,连接的路由器的接口,再进行连接,不能随便接。在进入串行接口时,也需要注意,同样的问题。3、 要验证PC机是否可以通过网线远程登入到路由器上,一定要对路由器配置路由器远程登入密码和配置路由器特权模式密码。实验思考题1、 路由器有多少种配置模式? 答:有进入特权模式、进入全局模式、进入路由器接口配置模式,进入路由器线路
18、配置模式、设置路由器特权模式。 2、 为了方便管理,路由器需要开通telnet功能,请问如何配置路由器? 答:首先在路由器上配置路由器管理接口IP地址;接着配置路由器线路配置模式;还要配置路由器特权模式密码。3、 查看路由器所有配置信息用哪条命令? 答:show running-config4、 如果不设置路由器远程登录密码与路由器特权模式密码,可以通过telnet访问路由器吗? 答:不可以。因为不设置路由器远程登录密码与路由器特权模式密码,无法成功在Command Prompt中,通过置路由器远程登录密码与路由器特权模式密码进入到路由器中对其进行访问。实验总结(包括过程总结、心得体会及实验改
19、进意见等):过程总结、心得体会:通过这次的实验,对路由器有了更进一步的了解。了解了路由器的基本设置方式,常用命令,以及怎样在路由器上配置IP地址。特别是在路由器上设置IP地址和配置路由器远程密码时,要细心。还要特别注意路由器和PC,以及路由器和路由器之间的端口连接。在实验过程中,对路由器的常用命令的运用还不是很熟悉,所以,在以后的,学习中要更加注意,尽量熟悉掌握和运用路由器的常用命令。尽量熟练掌握,常用命令的命令状态(enable,end等)、显示命令(show running-config,show version等)、基本设置命令(hostname,no shutdown等)。指导教师评语:成绩评定 教师签字 年 月 日备注:注:1、报告内的项目或设置,可根据实际情况加以补充和调整 2、教师批改学生实验报告应在学生提交实验报告10日内第 15 页