zucc 网络实验 实验06 路由器基础与静态路由实验报告
pkt
链接:https://pan.baidu.com/s/1GbzmAWX5wUAdzg3h83q8jA
提取码:oxw1
复制这段内容后打开百度网盘手机App,操作更方便哦
文档
https://www.kdocs.cn/l/crfZxWyViCwC
[金山文档] 实验06 路由器基础与静态路由实验报告share.docx
以下直接从文档复制 无排版
浙江大学城市学院实验报告
课程名称 计算机网络实验
实验项目名称 实验6 路由器基础与静态路由
实验日期 2021.4.18
一、实验目的
1.掌握静态路由的配置方法;
2.理解路由表的作用和原理。
二、实验设备
Cisco路由器2911;PC机。
路由模块,串口线和双绞线若干。
三、实验配置
- 实验配置一
根据图示连接拓扑图如下:
根据上图,将路由器和各主机进行连接,路由器Router1的名字标注改为你的姓名首字母的缩写,请你的拓扑图:
1.1 配置路由器的名字为R0,设置特权密码,telnet登录密码
配置命令与响应消息
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname mqpR0
mqpR0(config)#enable password enzucc
mqpR0(config)#line vty 0 4
mqpR0(config-line)#password telzucc
mqpR0(config-line)#login
mqpR0(config-line)#exit
1.2 配置端口g0/0的ip地址,并打开端口
配置Loopback的地址为1.1.1.1/32
mqpR0(config)#int lo 0
mqpR0(config-if)#
%LINK-5-CHANGED: Interface Loopback0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up
mqpR0(config-if)#
mqpR0(config-if)#ip add 1.1.1.1 255.255.255.255
mqpR0(config-if)#no shu
mqpR0(config-if)#exit
1.3 连接完整拓扑,配置PC0的IP地址,掩码和网关,PC0以telnet方式登录R0的Loopback地址1.1.1.1,配置串口s0/3/0的IP地址为10.0.0.1/24. 截图如下:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname mqpR0
mqpR0(config)#int s0/3/0
mqpR0(config-if)#ip add 10.0.0.1 255.255.255.0
mqpR0(config-if)#no shu
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to down
mqpR0(config-if)#
1.4 配置路由器Router1的路由器名为你的姓名首字母的缩写,配置端口S0/3/1和G0/0
配置命令与响应消息
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname mqpR1
mqpR1(config)#int s0/3/1
mqpR1(config-if)#ip add 10.0.0.2 255.255.255.0
mqpR1(config-if)#no shu
mqpR1(config-if)#ex
mqpR1(config)#int g0/0
mqpR1(config-if)#ip add 192.168.2.254 255.255.255.0
mqpR1(config-if)#no shu
mqpR1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
1.5. 查看各主机间的通讯情况:
PC0->PC2,截图如下:
2实验配置二
(请注意实验作业拓扑与示例视频上的拓扑中路由器和主机编号的差异)
根据上图,将路由器和各主机通过Gigabit以太网接口进行连接,并将路由器Router1的名字标注为你的姓名首字母的缩写,请附近上你的拓扑图:
2.1 配置路由器名以及各接口的IP地址
R0的基本接口配置
mqpR0(config)#int gi 0/0
mqpR0(config-if)#ip add 192.168.0.254 255.255.255.0
mqpR0(config-if)#no shu
mqpR0(config-if)#int gi 0/1
mqpR0(config-if)#ip add 192.168.1.2 255.255.255.0
mqpR0(config-if)#no shu
mqpR0(config-if)#
R1的基本接口配置(路由器Router1的名字修改为你的姓名首字母的缩写)
mqp(config-if)#int gi 0/1
mqp(config-if)#ip add 10.0.0.2 255.255.255.0
mqp(config-if)#no shu
mqp(config-if)#int gi 0/2
mqp(config-if)#ip add 192.168.2.254 255.255.255.0
mqp(config-if)#no shu
R2的基本接口配置
mqpR2(config)#int g0/1
mqpR2(config-if)#ip add 192.168.2.2 255.255.255.0
mqpR2(config-if)#no shu
mqpR2(config-if)#int g0/2
mqpR2(config-if)#ip add 192.168.1.254 255.255.255.0
mqpR2(config-if)#no shu
mqpR2(config-if)#int g0/0
mqpR2(config-if)#ip add 192.168.0.1 255.255.255.0
mqpR2(config-if)#no shu
mqpR2(config-if)#
R3的基本接口配置
mqpR3(config)#int gi 0/0
mqpR3(config-if)#ip add 10.0.2.1 255.255.255.0
mqpR3(config-if)#no shu
mqpR3(config-if)#int gi 0/1
mqpR3(config-if)#ip add 192.168.3.254 255.255.255.0
mqpR3(config-if)#no shu
mqpR3(config-if)#int gi 0/2
mqpR3(config-if)#ip add 192.168.4.254 255.255.255.0
mqpR3(config-if)#no shu
mqpR3(config-if)#
2.2 配置各主机地址、子网掩码和网关
IP地址 子网掩码 默认网关 连接的路由器 端口号
PC0 192.168.1.1 255.255.255.0 192.168.1.254 R2 G0/2
PC1 192.168.2.1 255.255.255.0 192.168.2.254 R1 G0/2
PC2 192.168.3.1 255.255.255.0 192.168.3.254 R3 G0/1
PC3 192.168.4.1 255.255.255.0 192.168.4.254 R3 G0/2
SERVER 192.168.0.1 255.255.255.0 192.168.0.254 R0 G0/0
2.3 查看各路由器的路由信息
查看路由器R0的路由信息
命令及反馈
mqpR0#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
-
- candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
- candidate default, U - per-user static route, o - ODR
Gateway of last resort is not set
192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.0.0/24 is directly connected, GigabitEthernet0/0
L 192.168.0.254/32 is directly connected, GigabitEthernet0/0
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, GigabitEthernet0/1
L 192.168.1.2/32 is directly connected, GigabitEthernet0/1
各路由器的直接网络号信息
路由器 R0 R1 R2 R3
直连网络号 192.168.0.0/24
10.0.1.0/24 192.168.2.0/24
10.0.1.0/24
10.0.0.0/24 192.168.1.0/24
10.0.0.0/24
10.0.2.0/24 192.168.3.0/24
192.168.4.0/24
10.0.2.0/24
2.4 各路由器需要配置的静态路由表项
路由器 R0 R1 R2 R3
网络号 192.168.3.0/24 192.168.4.0/24 10.0.2.0/24 10.0.0.0/24 192.168.1.0/24 192.168.2.0/24 192.168.3.0/24 192.168.4.0/24 10.10.1.0/24
192.168.0.0/24 192.168.3.0/24 192.168.4.0/24 192.168.2.0/24 192.168.0.0/24 10.0.0.0/24 10.0.1.0/24 192.168.1.0/24 192.168.2.0/24 192.168.0.0/24
2.5 配置HTTP服务器及修改index.html的内容,加入ZUCC NetLab等信息,截图如下:
2.6 验证连通情况
在PC3与HTTP Server间添加简单PDU进行验证,截图如下:
用PC4的Web浏览器访问HTTP server的页面,截图如下:
四、收获感想:
这次的实验很麻烦,一些小细节错了,就要改很久,最好是把命令写在一个文档里,改好了,直接粘贴到命令行,如果有错,直接修改那个文档就好,比较快。
路由表可能有些地方写错,一个个ping过去,从进的到远的,到哪一个ping不通了,估计就是这个路由器配置错了
上一篇: 将 Linux 设为具有路由器功能
下一篇: 路由重发布配置实验