当前位置:网站首页>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
边栏推荐
猜你喜欢
Dry goods: The principle and practice of server network card group technology
How to add icons to web pages?
Layered Architecture & SOA Architecture
如何给网页添加icon图标?
破解事务性工作瓶颈,君子签电子合同释放HR“源动力”!
干货:服务器网卡组技术原理与实践
form form submission database Chinese becomes a question mark
ALSA音频架构
优化是一种习惯●出发点是“站在靠近临界“的地方
Paper Notes: BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition
随机推荐
form form submission database Chinese becomes a question mark
Merkel Studio--OpenEuler Training Notes (1)
走出迷宫的最短路径
async(异步)和await的使用
02.折叠隐藏文字
洛谷P2245 星际导航
洛谷P2370 yyy2015c01 的 U 盘
【小记】BatchSize的数值是设置的越大越好吗
增加PRODUCT_BOOT_JARS及类 提供jar包给应用
自研能力再获认可,腾讯云数据库入选 Forrester Translytical 报告
send_sig: 内核执行流程
破解事务性工作瓶颈,君子签电子合同释放HR“源动力”!
交换机和路由器技术-33-静态NAT
优先级队列
C语句:数据存储
一起Talk编程语言吧
Research on a Consensus Mechanism-Based Anti-Runaway Scheme for Digital Trunking Terminals
交换机和路由器技术-29-OSPF虚链路
[E-commerce operation] How to formulate a social media marketing strategy?
[Note] Is the value of BatchSize the bigger the better?