单元实训路由器访问与
配置
集团标准化工作小组 [Q8QX9QT-X8QQB8Q8-NQ8QJ8-M8QMN]
实训:路由器访问与配置
要求学生掌握从PC机上直接和远程访问路由器的基本方实训目的 法,掌握路由器的基本配置和使用方法,掌握路由器帮助系统的使用方法,理解路由器的启动顺序。 (1)连接路由器和PC机,通过Console口访问路由器 要求:掌握计算机串口和路由器Console口的连接方法,使用超级终端配置路由器的方法。 (2)通过Telnet访问路由器 内容要求 要求:掌握配置路由器以太网接口IP地址以及密码的技能,能够通过Telnet访问路由器。 (3)CLI的使用与IOS基本命令 要求:熟悉CLI的各种命令模式、帮助系统,掌握IOS基本命令,能够使用相关命令查看路由器有关信息。 (1)所用设备:路由器、PC机、网线 实验材料 (2)消耗性器材:无
实 训 数 据 记 录 一、实验场景描述(也可自行设计) 假设你是某公司新来的网络管理员,公司要求熟悉网络产品,首先要求你登录路由器,了解、掌握路由器的命令行操作。同时作为网管,你第一次在设备机房对路由器进行了初次配置后,希望以后再办公司或出差时也可以对设备进行远程管理,现在要在路由器上做适当的配置。 二、实验命令 三、网络拓扑图及描述 四、实验步骤
步骤及简述:
路由器基本配置(一):
实验拓补图
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 给PC机设置IP地址 b、打开Command Prompt 路由器基本配置二: 拓补结构图 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)#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)#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)#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 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)#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)#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 FastEthernet1/0 unassigned YES unset administratively 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 RB# 1、验证进入特权模式的密码
Switch>en Password: 2、验证telnet远程登录密码 a. 给PC机设置IP地址 b、打开Command Prompt 伍、实验总结 通过这次的实验,对路由器有了更进一步的了解。了解了路由器的基本设置方式,常用命令,以及怎样在路由器上配置IP地址。特别是在路由器上设置IP地址和配置路由器远程密码时,要细心。还要特别注意路由器和PC,以及路由器和路由器之间的端口连接。 在实验过程中,对路由器的常用命令的运用还不是很熟悉,所以,在以后的,学习中要更加注意,尽量熟悉掌握和运用路由器的常用命令。尽量熟练掌握,常用命令的命令状态(enable,end等)、显示命令(show running-config,show version等)、基本设置命令(hostname,no shutdown等)。 实训成绩: 指导教师签名: 实训日期:
因篇幅问题不能全部显示,请点此查看更多更全内容