当前位置:网站首页>OSPF - route aggregation [(summary) including configuration commands] | address summary calculation method - detailed explanation
OSPF - route aggregation [(summary) including configuration commands] | address summary calculation method - detailed explanation
2022-07-02 16:09:00 【Gucheng 286】
Catalog
One 、 Routing aggregation diagram :
Two 、 Advantages of routing aggregation :
3、 ... and 、OSPF Inside, there is routing convergence , It can only be done in two places
(2)ASBR: Make route summary for the external routes redistributed
Four 、 Address summary calculation method :
(1) ordinary , Summary of the same subnet
(2) complex , Summary of different subnets
One 、 Routing aggregation diagram :

Two 、 Advantages of routing aggregation :
- (1) Summarizing detailed routes can effectively reduce OSPF The database entry of the router is also the routing table entry , Reasonable saving of equipment performance
- (2) It can hide the routing shock caused by the instability of detailed routes
- (3) When doing route aggregation with two exits , There is one to do , Failure to do one will affect routing
3、 ... and 、OSPF Inside, there is routing convergence , It can only be done in two places
(1)ABR: Only for routes in this region ( With O The first route ) Make a summary , Regional OIA There is no way to summarize inter domain routes

—— To configure :
—— For regions 2 Summarize the intra domain routes
ABR(config) #router os 100
ABR(config-router) #area 2 range 192.168.0.0 255.255.248.0
ABR(config-router) #exit(2)ASBR: Make route summary for the external routes redistributed
—— To configure :
ASBR(config)#router os 100
ASBR(config-router)#summary-address 172.16.0.0 255.255.248.0
ASBR(config-router) #exit
Four 、 Address summary calculation method :
(1) ordinary , Summary of the same subnet

Judge which position has changed , Convert to binary , Keep the unchanged bits as the bits of the subnet mask = 16+5=21 You can also count the number of changes 24-3=21, All values of changed bits 0 Then the network address at this time is the summarized address
192.168.00000000.0/21=192.168.0.0/21(255.255.248.0)(2) complex , Summary of different subnets

First of all, it is judged that the address bits of the paragraphs have changed , The following can be ignored , The main network number summarized into the address of this segment , Secondly, use the simple processing method above , After summary The subnet is 8+1=9 perhaps 16-7=9
边栏推荐
- Add user-defined formula (time sharing t+0) to mobile app access as an example
- idea jar包冲突排查
- Flink real-time data warehouse (IX): incremental synchronization of data in MySQL
- Summary of multithreading and thread synchronization knowledge
- Dimension table and fact table in data warehouse
- Target detection - make your own deep learning target detection data set with labelimg
- /Bin/ld: cannot find -llz4
- Storage, reading and writing of blood relationship data of Nepal Graph & Data Warehouse
- QVariant与Json的各种纠葛——Qt
- Source code look me
猜你喜欢

【5G NR】RRC连接释放

After the win10 system is upgraded for a period of time, the memory occupation is too high

原神2.6服务端下载以及搭建安装教程

微信v3native支付设置的结束时间处理办法

HMS core machine learning service helps zaful users to shop conveniently

Ant group's large-scale map computing system tugraph passed the national evaluation

Pandora IOT development board learning (RT thread) - Experiment 2 RGB LED experiment (learning notes)

手机app通达信添加自定义公式(分时T+0)为例子讲解

Application of visualization technology in Nebula graph

Boot 事务使用
随机推荐
In memory of becoming the first dayu200 tripartite demo contributor
多数据源配置代码
理想之光不灭
Conditions and solutions of deadlock
/Bin/ld: cannot find -lpam
Use ffmpeg command line to push UDP and RTP streams (H264 and TS), and ffplay receives
Some problems about pytorch extension
Usage of group by
[fluent] dart language (DART language features | JIT instant compilation | AOT static compilation)
Wise target detection 23 - pytoch builds SSD target detection platform
Boot 连接 Impala数据库
Set the background picture in the idea (ultra detailed)
2022最新最详细必成功的在Vscode中设置背景图、同时解决不受支持的问题
Invalid bound statement (not found) solution summary
愛可可AI前沿推介(7.2)
Comment réaliser un graphique Nebula d'importation CSV hors ligne de niveau milliard
Introduction to dynamic planning I, BFS of queue (70.121.279.200)
[2. Basics of Delphi grammar] 3 Object Pascal constants and variables
Locate: cannot execute stat() `/var/lib/mlocate/mlocate Db ': there is no such file or directory
通过两级网关设计来路由服务网格流量

