第3单元:实训-路由器访问与配置

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

实训:路由器访问与配置

步骤及简述:

路由器基本配置(一):

实验拓补图

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到路由器上进行查看

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

相关文档
最新文档