当前位置:网站首页>Switch and Router Technology-27-OSPF Route Redistribution
Switch and Router Technology-27-OSPF Route Redistribution
2022-08-11 04:52:00 【w Spicy little prince】
OSPF advanced configuration
- Route redistribution
- NSSA area
- Virtual link
Route redistribution purpose
Connection of different autonomous systems
1. BGP protocol
2. Routing redistribution
Routes requiring redistribution
OSPF redistributes to RIP, default route, static route, direct route
Basic Concepts
In large enterprises, multiple routing protocols may be used in the same network. In order to realize the coordinated work of multiple routing protocols, routers can use routing protocols.Redistribution broadcasts the learned routes of one routing protocol through another routing protocol, so that all parts of the network can be connected.In order to achieve redistribution, routers must run multiple routing protocols at the same time, so that each routing protocol can fetch all or part of the routes of other protocols in the routing table to broadcast
Path type of route for redistribution into OSPF autonomous system
Type 1: E1
Internal cost plus external cost (cost value)
The cost is determined by the bandwidth of the link, the higher the bandwidth, the lower the cost
Type 2:E2
Only consider the external cost (cost value)
The cost is determined by the bandwidth of the link, the higher the bandwidth, the lower the cost
Configuration example
Complete this topology and divide it into nine network segments.Assign IP addresses to router interfaces and PC interfaces, and wait for TCP/IP parameters
The first step is to divide the area as shown in the figure, and configure different protocols according to the area map
Configure the default route on R4 0/0 and set the ip address as the default gateway of PC0
Configure a static route on R3 to reach the network segment 192.168.10.0 and announce the OSPF network segment and area
Declare segment and region on R1
Configure the default route on the ISP to go out
Configuring RIP protocol on R2
Complete OSPF static route redistribution on R3 and OSPF default route redistribution on R1
Complete OSP redistribution rip and rip redistribute OSPF on R2
OSPF static route redistribution
R3(config)#router OSPF 1
R3(config-router)#redistribute static metric 100 subnets
OSPF redistributes default routes
R1(config)#router ospf 1
R1(config-router)#default-information originate
OSPF redistributes RIP
R3(config)#router OSPF 1
R2(config-router)#redistribute rip metric 200 subnets
RIP Redistribute OSPF
R2(config)#router
R2(config)#router rip
R2(config-router)#redistribute ospf 1 metric 10
边栏推荐
- 02. Fold hidden text
- [E-commerce operation] How to formulate a social media marketing strategy?
- 网络技能树
- Switches and routers technology - 24 - configure OSPF single area
- [QNX Hypervisor 2.2用户手册]10.15 vdev timer8254
- Events and scheduled tasks in Mysql
- Object Creation and Display Transformation
- Redis:解决分布式高并发修改同一个Key的问题
- Selenium自动化测试框架工作原理你明白了吗?
- 应用层协议——DNS
猜你喜欢
form form submission database Chinese becomes a question mark
Apache初体验
剑指offer_抽象建模能力
优化是一种习惯●出发点是“站在靠近临界“的地方
Do you understand how the Selenium automated testing framework works?
findViewById返回null的问题
Merkel Studio--OpenEuler Training Notes (1)
Overview of the JVM garbage collection and mechanism
网络技能树
如何将360全景图导出高清短视频分享到视频平台上?
随机推荐
Selenium自动化测试框架工作原理你明白了吗?
[QNX Hypervisor 2.2用户手册]10.16 vdev virtio-blk
洛谷P5139 z小f的函数
Add PRODUCT_BOOT_JARS and classes to provide jar packages to applications
map和set--天然的搜索和查找语义
Jetson Orin平台4-16路 GMSL2/GSML1相机采集套件推荐
关于CC 攻击
洛谷P4560 Wall 砖墙
Overview of the JVM garbage collection and mechanism
Mysql中事件和定时任务
CAN/以太网转换器 CAN与以太网互联互通
ALSA音频架构 -- aplay播放流程分析
send_sig: kernel execution flow
0基础转行软件测试,自学3个月,浅拿12k*13薪offer
redis按照正则批量删除key
智能指针笔记
Switches and routers technologies - 30 - standard acls
Merkel Studio--OpenEuler Training Notes (1)
解决多线程调用sql存储过程问题
洛谷P2245 星际导航