RIPv2配置实例
实验24 RIPv2 验证的配置
实验24 RIPv2 验证的配置
【背景知识】
教材5.4.5内容。
理解RIPv2的验证原理,掌握RIPv2的验证配置方法。
【实验拓扑】
实验线路连接图8-32所示,实验时使用GNS模拟器完成拓扑结构搭建。
GNS 是一款比Cisco Packet Tracer 5.2更为强大的模拟软件,详细的使用说明见教材附录2。
图8-32 实验24线路连接图
【实验内容】
(1) 在GNS3 模拟器环境中,添加两台C3620 路由器,关闭电源后分别添加NM-4T 模块,添加位置为插槽1,然后手工添加两台路由器之间Serial 接口连接,启动路由器。
分别选择路由器R1 和R2,鼠标右键选择Console 进行带外管理。
(2) 分别在各台路由器上完成Serial 接口和Loopback 接口IP 地址配置,并且路由器之间相互ping 通。
Serial 接口可使用默认HDLC 封装,即不需要进行封装的配置。
(3) 参阅教材5.4.5中内容,首先在各台路由器上配置RIP验证和RIP路由协议,要求RIP版本为2、无自动汇总、RIP 验证为明文。
(4) 在各台路由器上使用show ip route查看路由表,查看是否学习到对端路由器的路由信息。
若没有学习到,查看RIP验证配置是否正确。
(5) 完成以上配置内容后,改用RIP密文验证的配置,并查看路由表是否学习到对端路由器。
【实验问题】
1.RIPv2的验证过程是怎么样的?
2.比较GNS与Cisco Packet Tracer5.2的优缺点。
【实验报告】
截屏命令行输出并回答实验问题。
《RIPv2的配置、认证和汇总》
R1:
R2:
用debug ip rip查看验证结果:
实验内容与步骤
MD5验证:
R2:
R3:
debug ip rip查看验证:
测试网络的连通性:、
网络通畅!
4.在R1上手工汇总4个环回地址。
R1汇总前R3上的路由表:
R1汇总后R3上的路由表:
第三页
实验内容与步骤
从R3上ping172.16.0.1:
网络畅通!
实验总结
通过此次实验,我掌握了RIPv2的基本配置;RIPv2的明文和密文认证;RIPv2的自动汇总和手工汇总。
教师评定
签字:年月日
2014学年学期第一页实验题目实验6ripv2的配置认证和汇总实验目的1掌握ripv2的基本配置
2013 —— 2014学年第二学期
第一页
实验题目
实验6RIPv2的配置、认证和汇总
实验目的
1、掌握RIPv2的基本配置;
2、掌握RIPv2的明文和密文认证;
3、掌握RIPv2的自动汇总和手工汇总;
实验内容与步骤
一、实验拓扑图及相关接口的ip
二、实验步骤
1.路由器的基本设置:
R1:2协议并关闭自动汇总。
R1:
R2:
R3:
第二页
实验内容与步骤
测试网络:
R1 ping 172.16.4.1
R1 ping 172.16.4.1 source 172.16.0.1
3.在各个路由之间配置认证,R1和R2间采用明文验证,R2和R3间采用MD5认证,并用命令debug ip rip查看验证。
实验8 基本的RIP V2配置
实验名称基本的RIP V2配置。
实验目的掌握在路由器和三层交换机上配置RIP V2。
实现功能通过RIP2协议实现网络的互连互通,从而实现信息的共享和传递。
实验设备锐捷R2624路由器2台,网线2根,V35线缆1对。
背景描述一个公司总部和销售公司分处在两个地方,现为了搭建公司的OA系统,需要将两地的网络连在一起。
本实验以两台R2624路由器为例来模拟该环境,路由器1和2通过V35线缆连接。
PC1连着Router1,PC2连着Router2.PC1的网络地址为192.168.11.0/24,两个路由器的串口地址为192.168.12.0/24,PC2的网络地址为192.168.13.0/24.实验步骤1.对Router1进行基本配置:configure terminalhostname Router1interface fa1/0ip address 192.168.11.1 255.255.255.0no shutdowninterface S1/2ip address 192.168.12.1 255.255.255.0clock rate 64000no shutdownexitshow ip interface brief2.对Router2进行基本配置:configure terminalhostname Router2interface fa1/0ip address 192.168.13.1 255.255.255.0no shutdowninterface S1/2ip address 192.168.12.2 255.255.255.0no shutdownexitshow ip interface brief3.对Router1配置路由协议rip2:Configure terminalRouter rip(开启RIP路由协议)Version 2(定义RIP路由协议的版本为2)Network 192.168.11.0(定义与本路由器相连的关联网络)Network 192.168.12.0(定义与本路由器相连的关联网络)EndShow ip route(显示路由表)4.对Router2配置路由协议rip2:Configure terminalRouter ripVersion 2Network 192.168.12.0Network 192.168.13.0EndShow ip route5.测试网络的连通性,将两台计算机的IP地址设为所属网段的地址,网关设为所连路由器的以太网口的地址。
RIPv2 基本配置实验
CCNA Exploration 路由协议和概念:RIPv2
步骤 3:将以下脚本加载到 R3。
hostname R3 ! ! ! interface FastEthernet0/0
ip address 172.30.100.1 255.255.255.0 duplex auto speed auto no shutdown ! interface Serial0/0/1 ip address 209.165.200.234 255.255.255.252 no shutdown ! interface Loopback0 ip address 172.30.110.1 255.255.255.0 ! interface Loopback1 ip address 172.30.200.17 255.255.255.240 ! interface Loopback2 ip address 172.30.200.33 255.255.255.240 ! router rip passive-interface FastEthernet0/0 network 172.30.0.0 network 209.165.200.0 ! line con 0 line vty 0 4 login ! end
up
Serial0/0/1
209.165.200.233 YES manual up
up
Vlan1
unassigned
YES manual administratively down down
All contents are Copyright © 1992-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. 第 4 页(共 12 页)
实验23 RIPv2的配置
实验23 RIPv2 的配置【背景知识】教材5.4,掌握路由表的概念,理解路由表的形成过程及其具体内容,掌握RIP 路由协议的配置。
【实验拓扑】使用Cisco Packet Tracer5.2 构建拓扑结构图8.31。
【实验内容】(1) 选择三台C2811 路由器,按实验线路连接图进行连接,思考路由器间应该用直通线、交叉线中的哪一种。
分别在各台路由器上完成FastEthernet接口和Loopback接口IP地址配置,并且各台路由器之间相互ping 通。
Loopback接口是一种用软件虚拟的逻辑接口,功能与物理接口相同,但总是处于“up”的状态;它的作用通常是在实验环境中模拟一个网段。
(2) 参阅教材5.4.4 中内容,在各台路由器上配置RIP路由协议,要求RIP版本2、无自动汇总。
(3) 在各台路由器上使用show ip route查看路由表,详细理解路由表的内容。
在各台路由器上使用show ip protocol查看路由协议RIP运行情况。
【实验问题】1.关闭C2811A的f0/1端口,观察路由器C2811A、C2811B、C2811C路由表的变化。
可以用debug ip rip查看路由信息交互过程,若需关闭可以用undebug all(简写u all)命令。
2.用Show ip route查看路由表,解释路由条目各信息的含义,尤其是要解释其中的路由更新时间的含义。
3.在路由器C2811A上用show ip route查看路由表,可以发现到达192.168.2.0网段有2条路由,为什么?如何路由器C2811A在转发数据包时,如何使用这2条路由?【实验报告】截屏命令行输出并回答实验问题。
实验9 动态路由(RIPV2)
动态路由(RIP V2)的配置一.实验目的和要求掌握在路由器上配置RIP V2二.实验环境计算机网络实验室提供进行正常的网络实验设备和相应的软件环境。
实验室有24套计算机设备,接入路由器12台,接入交换机12台以及与各种网络实验相关的配件资料和设施,可满足20-30人同时进行网络实验的需求。
三.实验的内容和要求1.常用命令模式掌握路由器命令模式间的进出2.动态路由的配置方法掌握动态态路由的配置步骤3.RIP协议的作用深刻理解RIP的作用及其工作原理四.实验设备:1.2台R26242.计算机(至少2台)3.标准网线若干、V35DTE线缆(1根)、V35DCE线缆(1根)五.实验步骤1.实验拓扑(V35DCE端联RA)R2624-A>enable !进入特权模式R2624-A#config terminal !进入全局配置模式R2624-A(config)#interface fastethernet0 !进入路由器接口配置模式R2624-A(config-if)#ip address 172.16.10.1 255.255.255.0 !配置接口F0的IP地址R2624-A(config-if)#no shutdown !开启路由器fastethernet0接口R2624-A(config)#end !返回进入特权模式3. 在路由器RA上配置广域网口的IP地址和时钟频率R2624-A#config terminalR2624-A(config)#interface serial 0 !进入接口S0配置模式R2624-A(config-if)#ip address 172.16.80.1 255.255.255.0R2624-A(config-if)#clock rate 64000R2624-A(config-if)#no shutdownR2624-A(config-if)# end4. 在RA上配置动态路由R2624-A#config terminalR2624-A(config)#router rip !配置动态路由R2624-A(config)#Version 2 !定义版本2R2624-A(config-router)#network 172.16.0.0 !定义直连网络5. 在路由器RB上配置快速以太网口的IP地址R2624-B>enable !进入特权模式R2624-B#config terminal !进入全局配置模式R2624-B(config)#interface fastethernet0 !进入路由器接口配置模式R2624-B(config-if)#ip address 172.16.90.2 255.255.255.0 !配置接口F0的IP地址R2624-B(config-if)#no shutdown !开启路由器fastethernet0接口R2624-B(config)#exitR2624-B(config)#interface serial 0 !进入接口S0配置模式R2624-B(config-if)#ip address 172.16.80.2 255.255.255.0R2624-B(config-if)#no shutdownR2624-B(config-if)# endR2624-B#show ip interface brief !显示端口IP的情况6. 在RB上配置动态路由R2624-B(config)# router rip !配置动态路由R2624-B(config)#Version 2 !定义版本2R2624-B(config-router)#network 172.16.0.0 !定义直连网络R2624-B(config)#end7. 验证RA和RB上的RIPV2路由表,请记录得到的路由信息R2624-A#show ip routeR2624-B#show ip route8. 用PING测试网络的互联互通性用ping 172.16.90.22 –r 4来测试,请记录路由情况。
实验09 RIPv2的基本配置
*实验09 RIPv2的基本配置【实验要求】1.掌握RIP v2 的基本配置2.理解RIP v1、v2 两个版本的差异3.理解RIP v1、v2 之间互相学习的机制【实验拓扑】R1、R2、R3三台路由器运行RIP,各路由器的环回口之间互相路由可达。
实验步骤(1) 在各台路由器上配置RIP v2R1 配置R1(config)#router ripR1(config-router)#version 2R1(config-router)#network 11.0.0.0R1(config-router)#network 12.0.0.0R1(config-router)#network 13.0.0.0R1(config-router)#no auto-summaryR2 配置R2(config)#router ripR2(config-router)#version 2R2(config-router)#network 22.0.0.0R2(config-router)#network 12.0.0.0R2(config-router)#network 23.0.0.0R2(config-router)#no auto-summaryR3 配置R3(config)#router ripR3(config-router)#version 2R3(config-router)#network 33.0.0.0R3(config-router)#network 13.0.0.0R3(config-router)#network 23.0.0.0R3(config-router)#no auto-summary(2) 在各台路由器上分别查看路由表 R1#show ip route rip33.0.0.0/24 is subnetted, 1 subnetsR 33.1.1.0 [120/1] via 13.1.1.3, 00:00:26, Serial0/123.0.0.0/24 is subnetted, 1 subnets R 23.1.1.0 [120/1] via 13.1.1.3, 00:00:26, Serial0/1[120/1] via 12.1.1.2, 00:00:10, Serial0/022.0.0.0/24 is subnetted, 1 subnetsR 22.1.1.0 [120/1] via 12.1.1.2, 00:00:10, Serial0/0R2#show ip route rip33.0.0.0/24 is subnetted, 1 subnetsR 33.1.1.0 [120/1] via 23.1.1.3, 00:00:06, Serial0/111.0.0.0/24 is subnetted, 1 subnetsR 11.1.1.0 [120/1] via 12.1.1.1, 00:00:14, Serial0/0 13.0.0.0/24 is subnetted, 1 subnetsR 13.1.1.0 [120/1] via 23.1.1.3, 00:00:06, Serial0/1 [120/1] via 12.1.1.1, 00:00:14, Serial0/0R3#show ip route rip22.0.0.0/24 is subnetted, 1 subnetsR 22.1.1.0 [120/1] via 23.1.1.2, 00:00:05, Serial0/1 11.0.0.0/24 is subnetted, 1 subnetsR 11.1.1.0 [120/1] via 13.1.1.1, 00:00:08, Serial0/0 12.0.0.0/24 is subnetted, 1 subnetsR 12.1.1.0 [120/1] via 23.1.1.2, 00:00:05, Serial0/1 [120/1] via 13.1.1.1, 00:00:08, Serial0/0(3) 把R3 的RIP 改为 v1 版本,R1、R2 保持v2 版本R3(config)#router ripR3(config-router)#no version 2 //残留的no auto-summary 不生效分别在 R1、R2、R3 上查看路由表 R1#show ip route rip23.0.0.0/24 is subnetted, 1 subnetsR 23.1.1.0 [120/1] via 12.1.1.2, 00:00:23, Serial0/0 22.0.0.0/24 is subnetted, 1 subnetsR 22.1.1.0 [120/1] via 12.1.1.2, 00:00:23, Serial0/0 R2#show ip route rip11.0.0.0/24 is subnetted, 1 subnetsR 11.1.1.0 [120/1] via 12.1.1.1, 00:00:23, Serial0/0 13.0.0.0/24 is subnetted, 1 subnetsR 13.1.1.0 [120/1] via 12.1.1.1, 00:00:23, Serial0/0R3#show ip route rip22.0.0.0/24 is subnetted, 1 subnetsR 22.1.1.0 [120/1] via 23.1.1.2, 00:00:14, Serial0/1 11.0.0.0/24 is subnetted, 1 subnetsR 11.1.1.0 [120/1] via 13.1.1.1, 00:00:11, Serial0/0 12.0.0.0/24 is subnetted, 1 subnetsR 12.1.1.0 [120/1] via 23.1.1.2, 00:00:14, Serial0/1 [120/1] via 13.1.1.1, 00:00:11, Serial0/0R2#debug ip rip events*Mar 1 01:28:44.419: RIP: ignored v1 packet from 23.1.1.3 (illegal version) //视为非法更新 *Mar 1 01:28:44.851: RIP: sending v2 update to 224.0.0.9 via Serial0/1 (23.1.1.2)(4) 使R1、R2的RIP v2 能学习R3 的RIP v1 路由更新 配置R2,不要配置R1R2(config)#int S0/1R2(config-if)#ip rip receive version 1 2 //使运行RIP v2的 R2能接收 v1、v2的 RIP 更新在各台路由器上查看路由表R1#show ip route ripR 33.0.0.0/8 [120/2] via 12.1.1.2, 00:00:09, Serial0/023.0.0.0/24 is subnetted, 1 subnetsR 23.1.1.0 [120/1] via 12.1.1.2, 00:00:13, Serial0/022.0.0.0/24 is subnetted, 1 subnetsR 22.1.1.0 [120/1] via 12.1.1.2, 00:00:13, Serial0/011.0.0.0/8 is variably subnetted, 2 subnets, 2 masks R13.0.0.0/8 is variably subnetted, 2 subnets, 2 masksRR2#show ip route ripR 33.0.0.0/8 [120/1] via 23.1.1.3, 00:00:27, Serial0/111.0.0.0/8 is variably subnetted, 2 subnets, 2 masksR 11.1.1.0/24 [120/1] via 12.1.1.1, 00:00:07, Serial0/0 R 11.0.0.0/8 [120/2] via 23.1.1.3, 00:00:27, Serial0/113.0.0.0/8 is variably subnetted, 2 subnets, 2 masksR 13.1.1.0/24 [120/1] via 12.1.1.1, 00:00:07, Serial0/0 R 13.0.0.0/8 [120/1] via 23.1.1.3, 00:00:27, Serial0/1 R3#show ip route rip33.0.0.0/8 is variably subnetted, 2 subnets, 2 masksR 33.0.0.0/8 [120/3] via 13.1.1.1, 00:00:03, Serial0/022.0.0.0/24 is subnetted, 1 subnetsR 22.1.1.0 [120/1] via 23.1.1.2, 00:00:04, Serial0/111.0.0.0/8 is variably subnetted, 2 subnets, 2 masksR 11.1.1.0/24 [120/1] via 13.1.1.1, 00:00:03, Serial0/0 R 11.0.0.0/8 [120/4] via 13.1.1.1, 00:00:03, Serial0/012.0.0.0/24 is subnetted, 1 subnetsR 12.1.1.0 [120/1] via 23.1.1.2, 00:00:04, Serial0/1[120/1] via 13.1.1.1, 00:00:03, Serial0/013.0.0.0/8 is variably subnetted, 2 subnets, 2 masksR 13.0.0.0/8 [120/3] via 13.1.1.1, 00:00:03, Serial0/0。
RIPv2协议配置
实验五RIPv2协议配置一、实验目的通过本实验,可以掌握以下技能:●配置接口IP地址。
●配置RIPv2协议。
●验证RIPv2协议配置。
二、设备需求●Cisco路由器3台,分别命名为twins、sa和gill。
其中twins具有2个以太网接口;sa具有2个以太网接口;gill具有2个以太网接口。
●2条交叉线序双绞线。
●1台access server,及用于反向Telnet的相应电缆。
●1台带有超级终端程序的PC机,以及Console电缆及转接器。
三、拓扑结构及配置说明实验的拓扑结构如图实验4所示,地址如下。
通过2对交叉线序双绞线分别把twins和sa连接起来、twins和gill连接起来。
各路由器使用的接口及其编号见图的标注。
各接口IP地址分配如下:●twins:E0:192.168.10.1 E1:192.168.11.1●sa:E0:192.168.10.2 E1:192.168.12.1●gill:E0:192.168.11.2 E1:192.168.15.1四、实验配置1.基本网络配置路由A:Router>enableRouter#config tRouter(config)#inetrface fastethernet 0/0RouterA(config-if)#ip address 192.168.10.1 255.255.255.0RouterA(config-if)#no shutdownRouter(config)#inetrface fastethernet 0/0RouterA(config-if)#ip address 192.168.12.1 255.255.255.0RouterA(config-if)#no shutdown同理,可配置路由B,路由C2.配置RIP协议路由A:Router(config)#router ripRouter(config-router)#version 2RouterA(config-router)#network 192.168.10.1 RouterA(config-router)#network 192.168.12.1 同理,可配置路由B,路由C五、验证RIPv2协议配置:1.show ip protocols2.show ip route该命令显示路由器的IP路由选择表,详细指出了路由器是如何获悉网络和发现路由。
RIP协议配置实验
【实验题目】RIP 协议配置实验 【实验目的】学习RIPv2的配置方法。
【配置命令】▪ 配置RIPv2协议。
R1(config)# router rip R1(config-router)# version 2R1(config-router)# network 192.168.2.0 ! 发布属于有类网络的网络的接口的子网 R1(config-router)# network 192.168.3.0▪ 把交换机接口变为三层接口,然后就可以配置IP 地址。
(config)#interface f0/1 (config-if)#no switchport(config-if)#ip address 192.168.1.5 255.255.255.0▪ 为环回接口配置IP 地址。
环回接口是路由器内部的软接口,除非路由器失效,否则,环回接口一直有效。
(config)#interface loopback 0 !号码范围:0~2147483647 (config-if)#ip address 192.168.1.5 255.255.255.0 ▪取消自动汇总(config-router)#router rip(config-router)#auto-summary !启动自动汇总 (config-router)#no auto-summary !取消自动汇总▪配置水平分割(config)#interface f0/1(config-if)#ip split-horizon ! 配置水平分割(默认) (config-if)#no ip split-horizon ! 取消水平分割▪显示调试信息#debug ip rip !显示rip 调试信息 #no debug ip rip !停止显示rip 调试信息 #no debug all !停止显示所有调试信息【实验任务】1、 按下图配置RIP 路由协议。
RIPv2配置实验
实验
仪器 和器 材
电脑、Cisco
、实验原理
1将于分类编址形式的网络地址一致的CIDR地址块 192.1.1.0/24 分解为两个CIDR地址块 192.1.1.0/25 和 192.1.1.128/25 ;将这两个CIDR地址块分别作为网络地址分配 给两个网络, 对CIDR地址块 192.1.2.0/24 和 192.1.3.0/24 做同样的处理; 由于网络地 址 192.1.1.0/25 和 192.1.1.128/25 等与分类编址形式的网络地址并不一致, 因此, 要求
RIPv2使用无分类编址。
2由于路由器R1通往网络 192.1.2.0/25 和 192.1.2.128/25 的传输路径有着相同的下一 跳和输出接口, 且CDIR地址块 192.1.2.0/25 和 192.1.2.128/25 可以合并成CIDR地址 块 192.1.2.0/24 ,因此可以用目的网络为 192.1.2.0/24 的一项路由项指明通往网络 192.1.2.0/25 和 192.1.2.128/25 的传输路径。
XXXX
计算机学院 2017 级 软件工程 专业 5 班 指导教师 学号 姓名 2019 年 12 月 6 日 成绩
课程
实用网络技术实验
实验名
RIPv2Leabharlann 置实验实验目的1. 验证路由器RIPv2配置过程
2. 验证RIPv2生成动态路由项的过程
3. 验证RIPv2支持无分类地址
4. 验证子网路由项生成过程
3同理,可以使用目的网络为 192.1.3.0/24 的一项路由项指明通往网络 192.1.3.0/25 和 192.1.3.128/25 的传输路径。
rcna实验12 RIPv2配置
实验12 RIPv2配置一、【实验目的】理解RIP两个版本之间的区别,掌握如何配置RIPv2二、【实验拓扑】三、【实验步骤】步骤1 配置两台路由器的主机名,接口IP地址Router(config)#host RouterARouterA(config)#interface fastEthernet 0/0RouterA(config-if)#ip address 192.168.1.1 255.255.255.0RouterA(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to upRouterA(config-if)#exitRouterA(config)#interface loopback 0%LINK-5-CHANGED: Interface Loopback0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to upRouterA(config-if)#ip address 172.16.1.1 255.255.255.0RouterA(config-if)#exitRouterA(config)#interface loopback 1%LINK-5-CHANGED: Interface Loopback1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to upRouterA(config-if)#ip address 172.16.2.1 255.255.255.0RouterA(config-if)#exitRouter(config)#host RouterBRouterB(config)#interface fastEthernet 0/0RouterB(config-if)#ip address 192.168.1.2 255.255.255.0RouterB(config-if)#no shutdownRouterB(config-if)#exitRouterB(config)#interface loopback 0%LINK-5-CHANGED: Interface Loopback0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to upRouterB(config-if)#ip address 10.1.1.1 255.255.255.0RouterB(config-if)#exitRouterB(config)#interface loopback 1%LINK-5-CHANGED: Interface Loopback1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to upRouterB(config-if)#ip address 10.2.2.1 255.255.255.0RouterB(config-if)#exit步骤2 在两台路由器上启用RIP但不关闭路由汇总RouterA(config)#route ripRouterA(config-router)#network 192.168.1.0RouterA(config-router)#network 172.16.1.0RouterA(config-router)#version 2RouterA(config-router)#exitRouterB(config)#route ripRouterB(config-router)#network 192.168.1.0RouterB(config-router)#network 10.0.0.0RouterB(config-router)#version 2RouterB(config-router)#exit步骤3 查看路由表RouterA#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not setR 10.0.0.0/8 [120/1] via 192.168.1.2, 00:00:21, FastEthernet0/0172.16.0.0/24 is subnetted, 2 subnetsC 172.16.1.0 is directly connected, Loopback0C 172.16.2.0 is directly connected, Loopback1C 192.168.1.0/24 is directly connected, FastEthernet0/0RouterB#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set10.0.0.0/24 is subnetted, 2 subnetsC 10.1.1.0 is directly connected, Loopback0C 10.2.2.0 is directly connected, Loopback1R 172.16.0.0/16 [120/1] via 192.168.1.1, 00:00:03, FastEthernet0/0 C 192.168.1.0/24 is directly connected, FastEthernet0/0步骤4 关闭自动汇总RouterA(config)#route ripRouterA(config-router)#no auto-summaryRouterB(config)#route ripRouterB(config-router)#no auto-summary步骤5 参看RIP配置信息,路由表RouterA#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set10.0.0.0/8 is variably subnetted, 3 subnets, 2 masksR 10.0.0.0/8 [120/1] via 192.168.1.2, 00:01:15, FastEthernet0/0R 10.1.1.0/24 [120/1] via 192.168.1.2, 00:00:18, FastEthernet0/0 R 10.2.2.0/24 [120/1] via 192.168.1.2, 00:00:18, FastEthernet0/0 172.16.0.0/24 is subnetted, 2 subnetsC 172.16.1.0 is directly connected, Loopback0C 172.16.2.0 is directly connected, Loopback1C 192.168.1.0/24 is directly connected, FastEthernet0/0RouterA#show ip rip database10.0.0.0/8[1] via 192.168.1.2, 00:01:46, FastEthernet0/010.1.1.0/24[1] via 192.168.1.2, 00:00:22, FastEthernet0/010.2.2.0/24[1] via 192.168.1.2, 00:00:22, FastEthernet0/0172.16.1.0/24 directly connected, Loopback0172.16.2.0/24 directly connected, Loopback1192.168.1.0/24 directly connected, FastEthernet0/0四、【查看配置】RouterA#show runBuilding configuration...Current configuration : 664 bytes!version 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname RouterA!interface Loopback0ip address 172.16.1.1 255.255.255.0!interface Loopback1ip address 172.16.2.1 255.255.255.0!interface FastEthernet0/0ip address 192.168.1.1 255.255.255.0duplex autospeed auto!interface FastEthernet0/1no ip addressduplex autospeed autoshutdown!interface Vlan1no ip addressshutdown!router ripversion 2network 172.16.0.0network 192.168.1.0no auto-summary!ip classless!line con 0line vty 0 4login!EndRouterB#show running-configBuilding configuration...Current configuration : 658 bytes!version 12.4no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption!hostname RouterB!interface Loopback0ip address 10.1.1.1 255.255.255.0!interface Loopback1ip address 10.2.2.1 255.255.255.0!interface FastEthernet0/0ip address 192.168.1.2 255.255.255.0 duplex autospeed auto!interface FastEthernet0/1no ip addressduplex autospeed autoshutdown!interface Vlan1no ip addressshutdown!router ripversion 2network 10.0.0.0network 192.168.1.0no auto-summary!ip classless!line con 0line vty 0 4login!end。
华为eNSP配置实例8——RIP v2路由汇总
•。
在R1上查看路由表,已变为汇总路由
• <R1>dis ip rout
• Route Flags: R - relay, D - download to fib • -----------------------------------------------------------------------------• Routing Tables: Public • • • • • • • • • • • •
步骤二. RIPv2协议配置
• 在R1上启动RIP协议,并将10.0.0.0网段通告到RIP协议。
[R1]rip 1 [R1-rip-1]network 10.0.0.0 [R2-rip-1]version 2 • 在R2上启动RIP协议,并将10.0.0.0网段通告到RIP协议。 [R2]rip 1 [R2-rip-1]network 10.0.0.0 [R2-rip-1]version 2 • 在R3上启动RIP协议,并将10.0.0.0、172.0.0.0 这两个个网段通告到RIP协议。 [R3]rip 1 [R3-rip-1]net 10.0.0.0 [R3-rip-1]network 172.16.0.0 [R3-rip-1]version 2
• R3的基本配置
• <Huawei>undo ter mon • Info: Current terminal monitor is off.
• <Huawei>sys
• Enter system view, return user view with Ctrl+Z. • [Huawei]sysname R3
思科路由信息协议版本2(ripv2)实验详解
第九章路由信息协议版本2(RIP-V2)实验:RIP-V2路由协议的配置实验目标:RIP-V2协议的基本配置、RIP-V2与V1相结合、使用可变长子网掩码、不连续的子网和无类路由。
在本实验中需要完成以下几个任务:任务一:RIP V2协议的基本配置任务二:RIP V2与V1相结合任务三:使用可变长子网掩码任务四:不连续的子网和无类路由实验环境拓扑图如下:任务一:RIP V2协议的基本配置路由器A配置如下:路由器B配置如下:路由器C配置如下:监测配置,用show ip route命令显示路由器A上的IP路由表,可以看到152.1.0.0和193.1.1.0是通过RIP学习到的,如下图在路由器A上用debug ip rip命令监视传输路由选择更新信息,可以看到由于水平分割的作用,E1/1端口不发出从路由器B上学到的网络信息,如下图:任务二:RIP V2与V1相结合实验环境:3台2950路由器用以太网e1/0、e1/1(f0/1、f0/1)接口、4根背靠背v3.5线缆实验拓扑图如下:RIP-V2RIP-V1 RIP-V1实验过程如下:路由器A的RIP-V1配置如下:路由器B上的RIP-V2配置,如下图:路由器C上的RIP-V1配置,如下图:利用debug ip rip命令利用debug ip rip命令显示监视路由器A的配置如图示(路由器A上没有152.1.0.0和193.1.1.0的路由)利用debug ip rip命令利用debug ip rip命令显示监视路由器B的配置如图示(路由器B上没有10.0.0.0和152.1.1.0、148.1.1.0的路由)修改路由器B的RIP版本配置如下图:利用debug ip rip命令修改路由器B的RIP版本后、显示监视路由器B的配置如下图示(路由器B上学习到A、C路由器上的路由表及RIP版本相关的信息)利用debug ip rip命令修改路由器B的RIP版本后、显示监视路由器A的配置如图示(路由器A上学习到B、C路由器上的路由表及RIP版本相关的信息)利用debug ip rip命令修改路由器B的RIP版本后、显示监视路由器C的配置如图示(路由器C上学习到A、B路由器上的路由表及RIP版本相关的信息)任务三:使用可变长子网掩码(略)任务四:不连续的子网和无类路由实验拓扑图如下:路由器A 的配置如下图:路由器B 的配置如下图:172.168.1.2/24 172.168.2.2/24172.168.1.1/24172.168.2.1/24路由器C的配置如下图:利用debug ip rip命令显示监视路由器A的配置如图示(路由器A 上学习到B、C路由器上172.16.1.0、172.16.2.0两个子网的路由表相关的信息)利用debug ip rip命令显示监视路由器B的配置如图示(路由器B 上学习到A、C路由器上172.16.1.0、172.16.2.0两个子网的路由表相关的信息)利用debug ip rip命令显示监视路由器C的配置如图示(路由器C 上学习到A、B路由器上172.16.1.0、172.16.2.0两个子网的路由表相关的信息)利用show ip rip显示路由器A上的IP路由表、两个网络172.16.0.0通过RIP学习到路由表利用show ip rip显示路由器B上的IP路由表、两个网络172.16.0.0通过RIP学习到路由表利用show ip rip显示路由器C上的IP路由表、两个网络172.16.0.0通过RIP学习到路由表。
RIPv2基本配置实验
4.3 RIPv24.3.1 实验4:RIPv2基本配置1.实验目的通过本实验可以掌握:①在路由器上RIPv2路由进程;②启用参与路由协议的接口,并且通告网络;③auto-summary的开启和关闭;④查看和调试RIPv2路由协议相关信息。
2.拓扑结构实验拓扑图如图4-1所示。
3.实验步骤:(1)步骤1:配置路由器R1R1(config)#router rip R1(config-router)#version 2R1(config-router)#no auto-summaryR1(config-router)#network 1.0.0.0 R1(config-router)#network 192.168.12.0(2)步骤2:配置路由器R2R2(config)#router ripR2(config-router)#version 2R3(config-router)#no auto-summaryR2(config-router)#network 192.168.12.0R2(config-router)#network 192.168.23.0(3)步骤3:配置路由器R3R3(config)#router ripR3(config-router)#version 2R3(config-router)#no auto-summaryR3(config-router)#network 192.168.23.0R3(config-router)#network 192.168.34.0(4)步骤4:配置路由器R4R4(config)#router ripR4(config-router)#version 2R4(config-router)#no auto-summaryR4(config-router)#network 192.168.34.0R4(config-router)#network 4.0.0.04.实验调试(1)show ip routeR1#show ip routeCodes; C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, 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 routeGateway of last resort is not setC 192.168.12.0/24 is directly connected, Serial0/0/01.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Loopback04.0.0.0/8 is variably subnetted,2 subnets, 2 maskR 4.4.4.0/24 [120/3] via 192.168.12.2, 00;00;22, Serial0/0/0R 192.168.23.0/24 [120/1] via 192.168.12.2, 00;00;22, Serial0/0/0R 192.168.34.0/24 [120/2] via 192.168.12.2, 00;00;22, Serial0/0/0从上面输出的路由条目”4.4.4.0/24”可以看到,RIPv2路由更新是携带子网信息的。
RIPv1和RIPv2的配置
RIPv1和RIPv2的配置实验四:RIPv1和RIPv2的配置⼀、实验⽬的1、在路由器上启动RIPv1、 RIPv2路由进程2、启动参与路由协议的接⼝,并通告⽹络3、RIPv2路由进程auto-summary的开启和关闭4、查看和调试RIPv2路由协议相关信息⼆、实验要求1、给出具体的实现步骤2、给出某个路由器上路由表的内容三、实验拓扑四、实验设备1、路由器4台2、交叉线数条3、Cisco Packet Tracer软件五、实验涉及到的基本概念和理论RIPv1的特性:有类别路由协议,它只⽀持以⼴播⽅式发布协议报⽂。
不⽀持⾮连续⼦⽹、不⽀持VLSM、不⽀持CIDR;每⼀种配置都结合RIPv1路由更新的发送与接收的原理来分析测试连通性的结果。
RIPv2的特性:是⼀种⽆类别路由协议,RIPv2⽀持路由标记,在路由策略中可根据路由标记对路由进⾏灵活的控制。
RIP 使⽤跳数(Hop Count)来衡量到达⽬的⽹络的距离,称为路由权(Routing Metric)。
在RIP中,路由器到与它直接相连⽹络的跳数为0,通过⼀个路由器可达的⽹络的跳数为1,其余依此类推。
为限制收敛时间,RIP规定metric取值0~15之间的整数,⼤于或等于16的跳数被定义为⽆穷⼤,即⽬的⽹络或主机不可达。
(AD=120)六、实验过程和主要步骤1、按照拓扑图连接⽹络并为各路由器配置相应ip2、为各路由器配置RIPv1命令并给出路由器B的路由表内容路由器B上的路由表:3、在各路由器上配置RIPv2,关闭⾃动汇总后给出路由器B的路由表内容路由器B上的路由表:4、查看RIPv2路由协议相关信息七、⼼得体会通过此次上机实验,我动⼿配置了RIPv1和RIPv2命令,并查看了在其各⾃进程下的路由信息,此外还通过关闭RIPv2的⾃动汇总对路由表信息进⾏了⽐较,从中我学到了很多,不仅加深了我对RIP协议的理解,也使我更加清楚了RIPv1和RIPv2的区别。
实验四:RIPv2的配置和路由汇总
实验四:RIPv2的配置和路由汇总实验四:RIPv2的配置和路由汇总实验⽬的1、在路由器上启动RIPv2路由进程2、启动参与路由协议的接⼝,并通告⽹络3、auto-summary的开启和关闭4、使⽤ip default-network命令向⽹络中注⼊⼀条默认路由5、查看和调试RIPv2路由协议相关信息实验要求本实验要达到如下要求:1、给出具体的实现步骤2、在路由器D通过ip default-network命令,向⽹络中注⼊⼀条默认路由3、给出某个路由器上路由表的内容实验拓扑实验设备(环境、软件)1、路由器4台2、交叉线4条实验设计到的基本概念和理论RIPv2的特性、管理距离实验过程和主要步骤⼀为各路由器分配ip地址1.为路由器A分配ip,见以下截图:为路由器B,C,D,分配ip的情况和上述情况类似,在此不再陈述。
⼆.RIPv2 的配置1.在路由器A上配置RIPv2:2.在路由器B上配置RIPv2:3.在路由器C上进⾏ripv2配置:4.在路由器D上设置ripv2三 .使⽤ip default-network命令向⽹络中注⼊⼀条默认路由四查看和调试RIPv2路由协议相关信息下⾯以路由器A为例:(1)show ip route(2)show ip protocols五 .开启auto-summary的过程如下(在配置的时候auto-summary是关闭的):六下⾯给出路由器D的路由表:七.测试配置的正确性见以下的截图路由器A和路由器B能ping通,说明配置是正确的。
⼼得体会通过本次实验学⽣最终获得的什么?如果出现问题,是什么问题?是怎么解决的?是通过什么⽅式、通过什么⼈来帮忙解决的?等等。
结合这次的试验,我总结了ripv1和ripv2的区别如下:RIPv1和RIPv2的区别:1.RIPv1是有类路由协议,RIPv2是⽆类路由协议2.RIPv1不能⽀持VLSM,RIPv2可以⽀持VLSM3.RIPv1没有认证的功能,RIPv2可以⽀持认证,并且有明⽂和MD5两种认证4.RIPv1没有⼿⼯汇总的功能,RIPv2可以在关闭⾃动汇总的前提下,进⾏⼿⼯汇总5.RIPv1是⼴播更新,RIPv2是组播更新,6.RIPv1对路由没有标记的功能,RIPv2可以对路由打标记(tag),⽤于过滤和做策略7.RIPv1发送的updata最多可以携带25条路由条⽬,RIPv2在有认证的情况下最多只能携带24条路由8.RIPv1发送的updata包⾥⾯没有next-hop属性,RIPv2有next-hop属性,可以⽤与路由更新的重定我认为做实验就是更让我们了解我们所学习的知识,不能只是机械的做⼀下实验,在做实验的时候我们还要能把这些原理真正的弄懂。
华为交换机RIPv2配置
华为交换机RIPv2配置RIPv2目的:在有可变长子网掩码的网络中适合配置R1PV2ARI:<Huawei>system-view [Huawei]undoinfo-centerenable[Huawei]intgO/O/1[Huawei-GigabitEthernetO∕O∕l]ipadd1.1.1.124[Huawei-GigabitEthernetO∕O∕l]quit[Huawei]intg0∕0∕0[Huawei-GigabitEthernetO∕O∕O]ipadd192.168.1.124[Huawei-GigabitEthernetO∕O∕O]quit[Huawei]disiprouting-tableAR2:<Huawei>sy[Huawei]undoinfo-centerenable[Huawei]intg0∕0∕0[Huawei-GigabitEthernetO∕O∕O]ip add192.168.1.224[Huawei-GigabitEthernetO∕O∕O]quit[Huawei]intgO/O/1[Huawei-GigabitEthernetO∕O∕l]ipadd1.1.3.124[Huawei-GigabitEthernetO∕O∕l]quit[Huawei]pci : 192.168.1.2/24192.168.1.1/24 1.1.1.1.3.2 1.1.1.2建议先配置RlPVl版本,查看路由表,启用版本2后,对比路由表的变化。
配置RIP路由协议的版本2:ARl:[Huawei]rip1〃启用rip协议,进程号为1[Huawei]version2〃启用版本2[Huawei-rip-l]network192.168.1.0 〃向直连网段1.0进行宣告[Huawei-rip-l]network1.0.0.0〃向直连网段1.0.0.0网段宣告,思考为什么。
RIPv2基本配置实验
实验一: RIPv2基本配置实验Router>en //进入特权模式Router#conf t //进入配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#ho r1 //将路由器改名为r1r1(config)#int s0/3/0 //进入串行接口r1(config-if)#ip add 12.12.12.1 255.255.255.0 //配置接口IP和子网掩码r1(config-if)#no sh //激活%LINK-5-CHANGED: Interface Serial0/3/0, changed state to downr1(config-if)#%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to upr1(config-if)#exit //退出接口r1(config)#route rip //启用ripr1(config-router)#version 2 //版本2r1(config-router)#no auto-summary //关闭自动汇总r1(config-router)#network 12.12.12.0 //主网宣告r1(config-router)#exit //退出r1(config)#end //退出配置模式%SYS-5-CONFIG_I: Configured from console by consoler1#ping 12.12.12.2 //检查是否能通讯Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 12.12.12.2, timeout is 2 seconds: !!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/13 ms r1#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 areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set12.0.0.0/8 is variably subnetted, 2 subnets, 2 masksC 12.12.12.0/24 is directly connected, Serial0/3/0L 12.12.12.1/32 is directly connected, Serial0/3/023.0.0.0/24 is subnetted, 1 subnetsR 23.23.23.0/24 [120/1] via 12.12.12.2, 00:00:14, Serial0/3/0r1#ping 23.23.23.2 //检查是否能够通讯Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 23.23.23.2, timeout is 2 seconds:!!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 2/10/42 ms r1#wrBuilding configuration...[OK]R2Router>enRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#ho r2r2(config)#int s0/3/0r2(config-if)#ip add 12.12.12.2 255.255.255.0r2(config-if)#no sh%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to upr2(config-if)#int s0/3/1r2(config-if)#ip add 23.23.23.1 255.255.255.0%LINK-5-CHANGED: Interface Serial0/3/1, changed state to down%LINK-5-CHANGED: Interface Serial0/3/1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/1, changed state to upr2(config-if)#router ripr2(config-router)#version 2r2(config-router)#no auto-summaryr2(config-router)#network 12.12.12.0r2(config-router)#network 23.23.23.0r2(config-router)#exitr2(config)#end%SYS-5-CONFIG_I: Configured from console by consoler2#ping 23.23.23.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 23.23.23.2, timeout is 2 seconds:!!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/6/20 ms R3Router>enRouter#conf tEnter configuration commands, one per line. End with CNTL/Z. Router(config)#ho r3r3(config-if)#ip add 23.23.23.2 255.255.255.0r3(config-if)#no shr3(config-if)#%LINK-5-CHANGED: Interface Serial0/3/1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/1, changed state to upr3(config-if)#router ripr3(config-router)#version 2r3(config-router)#no auto-summaryr3(config-router)#network 23.23.23.0r3(config-router)#end%SYS-5-CONFIG_I: Configured from console by consoler3#show ip routeCodes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set12.0.0.0/24 is subnetted, 1 subnetsR 12.12.12.0/24 [120/1] via 23.23.23.1, 00:00:27, Serial0/3/123.0.0.0/8 is variably subnetted, 2 subnets, 2 masksC 23.23.23.0/24 is directly connected, Serial0/3/1L 23.23.23.2/32 is directly connected, Serial0/3/1。
RIPV2协议实验
RIP协议:(1)仅和相邻的路由器交换信息。
如果两个路由器之间的通信不经过另外一个路由器,那么这两个路由器是相邻的。
RIP协议规定,不相邻的路由器之间不交换信息。
(2)路由器交换的信息是当前本路由器所知道的全部信息。
即自己的路由表。
(3)按固定时间交换路由信息,如,每隔30秒,然后路由器根据收到的路由信息更新路由表。
过程:首先将PC_0的ip配置为59.64.1.2;默认网关为59.64.1.1将PC_1的ip配置为192.168.199.2;默认网关为192.168.199.1子网掩码均为255.255.255.0然后进入路由器0:输入enable进入特权模式输入con ter进入配置模式Enter configuration commands,one per line. End with CNTL/Z.输入int e0对e0端口进行设置输入ip add 59.64.1.1 255.255.255.0设置ip输入no shut打开e0端口%LINK-5-CHANGED: Interface Ethernet0 changed state to administratively up%LINK-3-UPDOWN: Interface Ethernet0 changed state to up%LINEPROTO-5-UPDOWN: line protocol on Interface Ethernet0 changed state to up输入int s0配置s0端口输入ip add 192.168.1.1 255.255.255.0配置ip输入no shut打开s0%LINK-5-CHANGED: Interface Serial0 changed state to administratively up%LINK-3-UPDOWN: Interface Serial0 changed state to up%LINEPROTO-5-UPDOWN: line protocol on Interface Serial0 changed state to up进行时钟设置lock rate 64000输入no shut%LINK-5-CHANGED: Interface Serial0 changed state to administratively up%LINK-3-UPDOWN: Interface Serial0 changed state to up%LINEPROTO-5-UPDOWN: line protocol on Interface Serial0 changed state to up 输入exit进入配置模式输入router rip输入version 2准备配置ripv2R2501 0(config-router)#network 59.64.1.0R2501 0(config-router)#network 192.168.1.0输入exit退出进入路由器1配置相似,不赘述:R2501 1>enR2501 1#con tEnter configuration commands,one per line. End with CNTL/Z.R2501 1(config)#int e0R2501 1(config-if)#ip add 182.168.199.1 255.255.255.0R2501 1(config-if)#no shut%LINK-5-CHANGED: Interface Ethernet0 changed state to administratively up%LINK-3-UPDOWN: Interface Ethernet0 changed state to up%LINEPROTO-5-UPDOWN: line protocol on Interface Ethernet0 changed state to up R2501 1(config-if)#int s0R2501 1(config-if)#ip add 192.168.1.2 255.255.255.0R2501 1(config-if)#clock rate 64000R2501 1(config-if)#no shut%LINK-5-CHANGED: Interface Serial0 changed state to administratively up%LINK-3-UPDOWN: Interface Serial0 changed state to up%LINEPROTO-5-UPDOWN: line protocol on Interface Serial0 changed state to up R2501 1(config-if)#exitR2501 1(config)#router ripR2501 1(config)#router ripR2501 1(config-router)#version 2R2501 1(config-router)#network 192.168.199.0R2501 1(config-router)#network 192.168.1.0R2501 1(config-router)#exit检测:路由0在特权模式输入ping命令结果如下路由1在特权模式输入ping命令结果如下。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
RIPv2配置实例1.用户需求:某企业总部计划和它的2个分公司联网。
计划采用2条数字链路连接总部和分公司,并要求总部和分公司的IP网络段不能相同,并且划分广播域隔离广播;不采用三层交换设备;两个分公司联网后能够互相访问;总部和分公司联网后路由器能够自动学习。
2.方案分析与解决:不采用三层交换技术,但要求采用数字链路,可以考虑用路由器。
3.网络拓扑:4.规划网络地址:PC1:192.168.3.2 255.255.255.0 192.168.3.1PC2:192.168.3.3 255.255.255.0 192.168.3.1PC3:192.168.4.2 255.255.255.0 192.168.4.1PC4:192.168.5.2 255.255.255.0 192.168.5.1总部路由器A:F0/0:192.168.3.1 255.255.255.0S1/0:192.168.1.1 255.255.255.0S1/1:192.168.2.1 255.255.255.0分公司路由器B:F0/0:192.168.4.1 255.255.255.0S1/0:192.168.1.2 255.255.255.0分公司路由器C:F0/0:192.168.5.1 255.255.255.0S1/1:192.168.2.2 255.255.255.05.路由器配置:总部A:Router>enRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname routerArouterA(config)#int f0/0routerA(config-if)#ip add 192.168.3.1 255.255.255.0routerA(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 uprouterA(config-if)#int s1/0routerA(config-if)#ip add 192.168.1.1 255.255.255.0routerA(config-if)#clock rate 64000routerA(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial1/0, changed state to downrouterA(config-if)#int s1/1routerA(config-if)#ip add 192.168.2.1 255.255.255.0routerA(config-if)#clock rate 64000routerA(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial1/1, changed state to downrouterA(config-if)#exitrouterA(config)#router riprouterA(config-router)#version 2routerA(config-router)#network 192.168.3.0routerA(config-router)#network 192.168.1.0routerA(config-router)#network 192.168.2.0routerA(config-router)#endrouterA#%SYS-5-CONFIG_I: Configured from console by consolerouterA#wrBuilding configuration...[OK]routerA#routerA#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not setC 192.168.1.0/24 is directly connected, Serial1/0C 192.168.2.0/24 is directly connected, Serial1/1C 192.168.3.0/24 is directly connected, FastEthernet0/0R 192.168.4.0/24 [120/1] via 192.168.1.2, 00:00:00, Serial1/0R 192.168.5.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial1/1routerA#分公司B:Router>enRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname routerBrouterB(config)#int f0/0routerB(config-if)#ip add 192.168.4.1 255.255.255.0routerB(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 uprouterB(config-if)#int s1/0routerB(config-if)#ip add 192.168.1.2 255.255.255.0routerB(config-if)#clock rate 64000routerB(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial1/0, changed state to uprouterB(config-if)#exit%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up routerB(config)#router riprouterB(config-router)#version 2routerB(config-router)#network 192.168.4.0routerB(config-router)#network 192.168.1.0routerB(config-router)#endrouterB#%SYS-5-CONFIG_I: Configured from console by consolerouterB#wrBuilding configuration...[OK]routerB#routerB#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not setC 192.168.1.0/24 is directly connected, Serial1/0R 192.168.2.0/24 [120/1] via 192.168.1.1, 00:00:18, Serial1/0R 192.168.3.0/24 [120/1] via 192.168.1.1, 00:00:18, Serial1/0C 192.168.4.0/24 is directly connected, FastEthernet0/0R 192.168.5.0/24 [120/2] via 192.168.1.1, 00:00:18, Serial1/0routerB#分公司C:Router>enRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname routerCrouterC(config)#int f0/0routerC(config-if)#ip add 192.168.5.1 255.255.255.0routerC(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 uprouterC(config-if)#int s1/1routerC(config-if)#ip add 192.168.2.2 255.255.255.0routerC(config-if)#clock rate 64000routerC(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial1/1, changed state to uprouterC(config-if)#exitrouterC(config)#router riprouterC(config-router)#version 2routerC(config-router)#network 192.168.5.0routerC(config-router)#network 192.168.2.0routerC(config-router)#endrouterC#%SYS-5-CONFIG_I: Configured from console by consolerouterC#wrBuilding configuration...[OK]routerC#routerC#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not setR 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:17, Serial1/1C 192.168.2.0/24 is directly connected, Serial1/1R 192.168.3.0/24 [120/1] via 192.168.2.1, 00:00:17, Serial1/1R 192.168.4.0/24 [120/2] via 192.168.2.1, 00:00:17, Serial1/1C 192.168.5.0/24 is directly connected, FastEthernet0/0routerC#6.拓展知识:如果用PC终端连接到路由器上,要连路由器的Console口,连PC的RS 232接口。