静态路由与RIP路由配置.doc
文本预览下载声明
《计算机网络》实验报告
实验序号:03 实验项目名称: 静态路由与RIP路由配置
学 号 姓 名 合作者 实验地点 信息学院网络实验室 指导教师 实验时间 2014/4/24 一、实验目的及要求
实验一:掌握通过静态路由方式实现网络的连通性。
实验二:掌握路由器上配置RIP。
二、实验环境(设备)
实验一:PC 2 台,路由两台。
实验二:PC 2 台,路由两台。
三、实验内容
实验一:静态路由。
实验二:RIP路由协议。
四、实验准备
RCMS实验台
使用锐捷网络管理服务器RG-RCMS可同时管理控制8~16台设备,无需拨插控制线,采用图形界面管理, 简单方便;
五、实验步骤
实验一:静态路由
步骤1.在R2624-2配置
Red-Gianten
Red-Giant#conf t
Red-Giant(config)#hostname R2624-2
R2624-2(config)#end
R2624-2#conf t
R2624-2(config)#int s1
R2624-2(config-if)#ip add 200.200.24.1 255.255.255.0
R2624-2(config-if)#no shut
R2624-2(config-if)#exit
R2624-2(config)#end
R2624-2#conf t
R2624-2(config)#int loopback 241
R2624-2(config-if)#ip add 192.168.24.1 255.255.255.0
R2624-2(config-if)#exit
R2624-2(config)#end
R2624-2#conf t
R2624-2(config)#int f0
R2624-2(config-if)#ip add 10.1.1.1 255.255.255.0
R2624-2(config-if)#no shut
R2624-2(config-if)#exit
R2624-2(config)#end
R2624-2#conf t
R2624-2(config)#int f1
R2624-2(config-if)#ip add 20.1.1.1 255.255.255.0
R2624-2(config-if)#no shut
R2624-2(config-if)#exit
R2624-2(config)#end
验证测试:验证R2624-2#sh ip int b
Interface IP-Address OK? Method Status Protocol
FastEthernet0 10.1.1.1 YES manual up up
FastEthernet1 20.1.1.1 YES manual up up
FastEthernet2 unassigned YES unset administratively down down
FastEthernet3 unassigned YES unset administratively down down
Loopback241 192.168.24.1 YES manual up up
Serial0 unassigned YES unset administratively down down
Serial1 200.200.24.1 YES manual up up
步骤2:在R2620-1配置 Red-Gianten
Red-Giant#conf t
Red-Giant(config)#hostname R2620-1
R2620-1(config)#end
R2620-1#conf t
R2620-1(config)#int s0
R2620-1(config-if)#ip add 200.200.24.2 255.255.255.0
R2620-1(config-if)#no shut
R262
显示全部