思科Sisco GNS3配置RIP与OSPF路由重发布

路由重分发是在大型的企业中,可能在同一网内使用到多种路由协议,为了实现多种路由协议的协同工作,路由器可以使用路由重分发(route redistribution)将其学习到的一种路由协议的路由通过另一种路由协议广播出去,这样网络的所有部分都可以连通了。 为了实现重分发,路由器必须同时运行多种路由协议,这样,每种路由协议才可以取路由表中的所有或部分其他协议的路由来进行广播。那么思科Sisco路由器如何配置RIP与OSPF路由重发布?下面是具体步骤。

配置RIP与OSPF路由重发布的步骤:

1::给R1 0/1 R2 0/1 0/0 look 0 R3 0/0 配置OSPF 放入aren1

2:给R3 0/0 look 0 R4 0/1 配置OSPF 放入aren0

3: 给R4 0/0 look 0 R5 0/0 look 0 放入 aren 2

4:给R1 0/0 look 0 R6 0/0 look 0 放入version 3

5:给R6 R1 配rip

6:给R1 R2 R3 R4 R5 配OSPF

7:实现互通

复制代码

代码如下:

R1
conf t
int f0/1
ip add 11.0.0.1 255.255.255.0
no sh
int f0/0
ip add 16.0.0.1 255.255.255.0
no sh
exit
int l0
ip add 1.1.1.1 255.255.255.255
no sh
exit
router ospf 1
router-id 1.1.1.1
network 11.0.0.0 0.0.0.255 area 1 放入area1network 1.1.1.0 0.0.0.0 area 1end
write
R2
conf t
int f0/1
ip add 11.0.0.2 255.255.255.0
no sh
int f0/0
ip add 12.0.0.1 255.255.255.0
no sh
exit
int l0
ip add 2.2.2.2 255.255.255.255
no sh
exit
router ospf 1
router-id 2.2.2.2
network 0.0.0.0 255.255.255.255 area 1
end
write
R3
conf t
int f0/0
ip add 12.0.0.2 255.255.255.0
no sh
int f0/1
ip add 13.0.0.1 255.255.255.0
no sh
exit
int L0
ip add 3.3.3.3 255.255.255.255
no sh
exit
router ospf 1
router-id 3.3.3.3
network 12.0.0.0 0.0.0.255 area 1
network 13.0.0.0 0.0.0.255 area 0
network 3.3.3.3 0.0.0.0 area 0
end
write
R4
conf t
int f0/1
ip add 13.0.0.2 255.255.255.0
no sh
int f0/0
ip add 14.0.0.1 255.255.255.0
no sh
exit
int l0
ip add 4.4.4.4 255.255.255.255
no sh
exit
router ospf 1
router-id 4.4.4.4
network 13.0.0.0 0.0.0.255 area 0
network 14.0.0.0 0.0.0.255 area 2
network 4.4.4.4 0.0.0.0 area 2
end
write
R5
conf t
int f0/0
ip add 14.0.0.2 255.255.255.0
no sh
exit
int l0
ip add 5.5.5.5 255.255.255.255
no sh
exit
router ospf 1
router-id 5.5.5.5
network 0.0.0.0 255.255.255.255 area 2
end
write
R1
conf t
int f0/0
ip add 16.0.0.1 255.255.255.0
no sh
exit
router rip
version 2 进V2版本
no auto-summary
network 1.1.1.0
network 16.0.0.0
end
write
R6
conf t
int f0/0
ip add 16.0.0.2 255.255.255.0
no sh
int l0
ip add 6.6.6.6 255.255.255.255
no sh
exit
router rip
version 2
no auto-summary
network 6.6.6.0
network 16.0.0.0
end
write
show ip ospf database router
R1
router ospf 1
redistribute rip subnets metric 25 metric-type 1exitrouter ripredistribute ospf 1 metric 2

做优化

复制代码

代码如下:

R5#conf t
R5(config)#router ospf 1
R5(config-router)#area 2 stub no-summary

把3类 4类 5类 都去了以上就是思科 GNS3 配置 rip OSPF 路由重发布,在此感谢本文的原创分享“网络技术” 博客,请务必保留此出处http://funinghua.blog.51cto.com/9125449/1548456,谢谢阅读,希望能帮到大家,请继续关注脚本之家,我们会努力分享更多优秀的文章。

(0)

相关推荐

  • 华为路由器 eNSP 配置 rip OSPF 路由重发布

    华为路由器 eNSP 配置 rip OSPF 路由重发布

  • 交换机如何配置RIP

    一.组网要求 配置RIP,使得PC1.PC2能相互通信. 二.组网拓扑 三.配置要点 根据规划,在设备接口上配置IP地址 启动RIP进程,指定版本2,关闭自动汇总,把相关的接口放入RIP进程 四.配置 ...

  • 思科路由器如何配置DHCP实例

    思科路由器如何配置DHCP实例?今天给大家分享一下思科路由器配置成DHCP服务器;由于实例很简单,于是精简单讲解;如图示: 如图示: 路由0:F0/0:59.40.78.185/28; DHCP:19 ...

  • 思科交换机密码配置和清除操作步骤

    思科交换机密码配置 一.设置console密码 >enable #configure trminal (confing)#line console 0←console口 ①(config-lin ...

  • 怎么配置多区域OSPF协议

    在使用H3C路由器工作时会遇到各种各样的问题,比如配置多区域OSPF协议.那么如何进行操作呢?下面小编与你分享具体步骤和方法. 操作方法 01 启动LITO H3C模拟器,拖动三台路由器到工作区. 0 ...

  • RIP缺省静态路由的重发布配置教程

    R1的配置 :(config)#interface s1 (-if)#ip address 10.1.1.1 255.255.255.0 (-if)#no shutdown (config)#inte ...

  • 在思科模拟器上怎样搭建“单臂路由”

    单臂路由是指在路由器的一个接口上通过配置子接口并的方式,实现原来相互隔离的不同虚拟局域网之间的互联互通.单臂路由用到路由器子接口.ISL协议和802.1Q协议,实现通信.所以单臂路由也节省了很多开支, ...

  • 怎么在思科模拟器上搭建三层交换机VLAN间路由

    三层交换机技术VLAN间路由一般用于企业,校园,小区网络中. 操作方法 01 首先,在思科模拟器上找出一台"3560-24PS"交换机,和两台PC,用直通线将它们互相连接起来. 0 ...

  • 迅雷路由器配置是什么 迅雷路由销售价格多少

    反正现在路由器的竞争市场是异常的激烈,各大商家都相继的推出自己品牌的路由器,在于功能的话其实都大同小异,但是这次迅雷路由器的特点就集成了路由和移动硬盘这一说,把二者结合的简直天衣无缝、叹为观止,可是在 ...