实验4路由器基本配置 下载本文

宁德师范学院计算机系

实验报告

( — 学年 第 学期)

课程名称 计算机网络 实验名称 实验4 路由器基本配置 专 业 计算机科学与技术 年 级 11级 学号 姓名 指导教师 实验日期

实验目的与要求: 1、 掌握路由器几种常用配置方法; 2、 掌握采用Console线缆配置路由器的方法; 3、 掌握采用telnet方式配置路由器的方法; 4、 熟悉路由器不同的命令行操作模式以及各种模式之间的切换; 5、掌握路由器的基本配置命令; 实验设备(环境): Windows操作系统 Packet Tracer模拟器软件 实验内容: 1、新建实验拓扑图 2、熟悉路由器基本设置方式与常用命令 3、在路由器上配置IP地址 3、配置路由器远程密码 技术原理: 路由器的管理方式基本分为两种:带内管理和带外管理。通过路由器的Console口管理路由器属于带外管理,不占用路由器的网络接口,其特点是需要使用配置线缆,近距离配置。第一次配置时必须利用Console端口进行配置。 交叉线与直通线的用法:相同设备的连接要用交叉线,不同设备的连接要用直通线,此处的相同并不是以名称判断,而是以功能划分。如计算机和路由器也被认为是相同设备。 实验背景: 假设你是某公司新来的网络管理员,公司要求熟悉网络产品,首先要求你登录路由器,了解、掌握路由器的命令行操作。同时作为网管,你第一次在设备机房对路由器进行了初次配置后,希望以后再办公司或出差时也可以对设备进行远程管理,现在要在路由器上做适当的配置。 实验步骤: 路由器基本配置(一): 实验拓补图 1、用标准console线缆连接计算机的串口和路由器的console口,在计算机上启用超级终端,并配置超级终端的参数,使计算机与路由器通过console口建立连接; 2、配置路由器的管理IP地址,并为telnet用户配置用户名和登录口令。配置计算机的IP地址(与路由器管理IP地址在同一个网段),通过网线将计算机和路由器相连,通过计算机telnet到路由器上进行查看配置; 3、更改路由器的主机名; 4、擦除配置信息、保存配置信息、显示配置信息; 5、显示当前配置信息; 6、显示历史命令: Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fa0/0 Router(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 up Router(config-if)#exit Router(config)#hostname R1 //修改路由器主机名 R1(config)#enable password 123456 //设置进入特权模式密码 R1(config)#line vty 0 4 R1(config-line)#password abc123 //设置telnet远程登录密码 R1(config-line)#login R1(config-line)#exit R1(config)#interface fa0/0 R1(config-if)#ip address 192.168.1.1 % Incomplete command. R1(config-if)#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 console R1# PC端登录测试: 2 1、验证进入特权模式的密码

Switch>en Password: 2、验证telnet远程登录密码

a. 给PC机设置IP地址 b、打开Command Prompt 路由器基本配置二: 拓补结构图 1、用标准console线缆连接计算机1的串口和路由器的console口,用交叉线连接计算机2的fastetrernet和路由器的fastethernet 0/0口,用V.3.5线缆连接来个路由器的serial 2/0接口。 2、分别两个配置路由器的管理IP地址,并为telnet用户配置用户名和登录口令。配置计算机的IP地址,通过网线将计算机和路由器相连,通过计算机telnet到路由器上进行查看配置。 3、将两个路由器的主机名分别更改为RA和RB。 4、显示当前配置信息。 5、配置路由器的远程密码。 6、显示历史命令: Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname RA RA(config)#interface fastethernet 0/0 RA(config-if)#ip address 192.168.1.1 255.255.255.0 RA(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 up RA(config-if)#exit RA(config)#interface fastethernet 1/0 RA(config-if)#ip address 10.10.1.1 255.255.255.0 RA(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up RA(config-if)#exit RA(config)#inerface serial 2/0 ^ % Invalid input detected at '^' marker. RA(config)#interface serial 2/0 RA(config-if)#ip address 172.159.1.1 255.255.255.0 RA(config-if)#clock rate 64000 RA(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial2/0, changed state to down RA(config-if)#exit RA(config)#line vty 0 4 RA(config-line)#password star RA(config-line)#login RA(config-line)#end RA# %SYS-5-CONFIG_I: Configured from console by console RA#en RA#config t Enter configuration commands, one per line. End with CNTL/Z. RA(config)#enable secret abc RA(config)#enable password star RA(config)#exit RA# %SYS-5-CONFIG_I: Configured from console by console RA#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/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 administratively down down RA# Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname RB RB(config)#interface fastethernet 0/0 RB(config-if)#ip address 192.168.1.2 255.255.255.0 RB(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 up RB(config-if)#exit RB(config)#interface serial 2/0 RB(config-if)#ip address 192.168.3.1 255.255.255.0 RB(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial2/0, changed state to up RB(config-if)#exit RB(config)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up RB(config)#end RB# %SYS-5-CONFIG_I: Configured from console by console RB#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 192.168.1.2 YES manual up up FastEthernet1/0 unassigned YES unset administratively 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、验证进入特权模式的密码

Switch>en Password: 2、验证telnet远程登录密码

a. 给PC机设置IP地址 b、打开Command Prompt 实验结果分析 1、在路由器上配置IP地址的时候,进入特权模式和全局模式后,就可以配置路由器的名称和进入路由器接口模式,但是在要注意接口是0模块/0接口。 2、在开启路由器fastethernet接口时,要看清楚,连接的路由器的接口,再进行连接,不能随便接。在进入串行接口时,也需要注意,同样的问题。 3、要验证PC机是否可以通过网线远程登入到路由器上,一定要对路由器配置路由器远程登入密码和配置路由器特权模式密码。 实验思考题 1、路由器有多少种配置模式? 答:有进入特权模式、进入全局模式、进入路由器接口配置模式,进入路由器线路配置模式、设置路由器特权模式。 2、为了方便管理,路由器需要开通telnet功能,请问如何配置路由器? 答:首先在路由器上配置路由器管理接口IP地址;接着配置路由器线路配置模式;还要配置路由器特权模式密码。 3、查看路由器所有配置信息用哪条命令? 答:show running-config 4、如果不设置路由器远程登录密码与路由器特权模式密码,可以通过telnet访问路由器吗? 答:不可以。因为不设置路由器远程登录密码与路由器特权模式密码,无法成功在Command Prompt中,通过置路由器远程登录密码与路由器特权模式密码进入到路由器中对其进行访问。 实验总结(包括过程总结、心得体会及实验改进意见等): 过程总结、心得体会: 通过这次的实验,对路由器有了更进一步的了解。了解了路由器的基本设置方式,常用命令,以及怎样在路由器上配置IP地址。特别是在路由器上设置IP地址和配置路由器远程密码时,要细心。还要特别注意路由器和PC,以及路由器和路由器之间的端口连接。 在实验过程中,对路由器的常用命令的运用还不是很熟悉,所以,在以后的,学习中要更加注意,尽量熟悉掌握和运用路由器的常用命令。尽量熟练掌握,常用命令的命令状态(enable,end等)、显示命令(show running-config,show version等)、基本设置命令(hostname,no shutdown等)。 指导教师评语: 成绩评定 教师签字 年 月 日 备注: 注:1、报告内的项目或设置,可根据实际情况加以补充和调整 2、教师批改学生实验报告应在学生提交实验报告10日内