路由器基本配置实验

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

实验五 路由器基本配置实验

一、实验名称

路由器基本配置实验。

二、实验目的

掌握路由器的管理特性。熟悉路由器配置常用的几种命令模式,学会路由器配置的基本命令。

三、实验内容

完成对路由器的基本配置,本实验以一台R1700路由器为例,路由器命名为RouterA 。PC 机已经通过一块网卡连接到交换机的控制端口(Console 口),通过另一块网卡连接到路由器的Fastethernet1/0端口。假设PC 机连接到Fastethernet1/0端口网卡的IP 地址和网络掩码分别为192.168.0.1,255.255.255.0,配置交换机的虚拟局域网管理IP 地址和网络掩码分别为192.168.0.2,255.255.255.0。

四、实验拓扑

五、实验设备

R17001路由器1台、PC 机1台。

六、实验步骤

1.实验拓扑图正确连接设备。

2.在路由器上配置fastethernet1 /0端口的IP 地址

G7-R1762-01>enable 14 !进入特权模式

Password: !输入口令

G7-R1762-01#config terminal !进入全局配置模式

Enter configuration commands, one per line. End with CNTL/Z.

G7-R1762-01(config)#hostname RouterA ! 配置路由器名称为” RouterA ”

RouterA (config)#interface fastEthernet 1/0 ! 进入路由器接口(F1/0)配置模式 RouterA (config-if)#ip address 192.168.0.2 255.255.255.0 ! 配置路由器管理接口IP 地址

RCMS 2-3 路由器基本配置实验拓扑结构图

RouterA (config-if)#no shutdown !开启路由器F1/0接口

3.验证测试:验证路由器fastethernet1/0的IP地址已经配置和开启

RouterA (config-if)#show ip interface f1/0 ! 验证路由器fastethernet1/0的IP地址已经配置和开启

FastEthernet 1/0

IP interface state is: UP

IP interface type is: BROADCAST

IP interface MTU is: 1500

IP address is:

192.168.0.2/24 (primary)

IP address negotiate is: OFF

Forward direct-boardcast is: ON

ICMP mask reply is: ON

Send ICMP redirect is: ON

Send ICMP unreachabled is: ON

DHCP relay is: OFF

Fast switch is: ON

Route horizontal-split is: ON

Help address is: 0.0.0.0

Proxy ARP is: ON

Outgoing access list is not set.

Inbound access list is not set.

或者使用命令:show ip interface brief查看接口简要描述

RouterA (config-if)#show ip interface brief !查看接口简要描述

Interface IP-Address(Pri) OK? Status

serial 1/2 192.168.13.3/24 YES UP

serial 1/3 192.168.23.3/24 YES UP

FastEthernet 1/0 192.168.0.2/24 YES UP

FastEthernet 1/1 192.168.3.1/24 YES DOWN

Null 0 no address YES UP

4.验证路由器与PC机的网络连通性

RouterA #ping 192.168.0.1 !验证路由器与PC机的网络连通性

Sending 5, 100-byte ICMP Echoes to 192.168.0.1, timeout is 2 seconds:

< press Ctrl+C to break >

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms !F1/01口可以ping通PC机

5.查看路由器运行配置

RouterA # show running-config !查看路由器运行配置

相关文档
最新文档