当前位置:网站首页>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
边栏推荐
- JS learning notes - variables
- After the win10 system is upgraded for a period of time, the memory occupation is too high
- Practice of constructing ten billion relationship knowledge map based on Nebula graph
- [fluent] dart language (DART language features | JIT instant compilation | AOT static compilation)
- Set the background picture in the idea (ultra detailed)
- (Wanzi essence knowledge summary) basic knowledge of shell script programming
- 仙人掌之歌——投石问路(3)
- Conditions and solutions of deadlock
- AWS云主机扩容
- SQL modification statement
猜你喜欢

Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit

JS learning notes - variables

图数据库|Nebula Graph v3.1.0 性能报告

Comment réaliser un graphique Nebula d'importation CSV hors ligne de niveau milliard

Teach you how to build virtual machines locally and deploy microservices

Register as a harmonios developer and install deveco studio 3.0 beta2 for harmonios

JS learning notes - process control

智联招聘的基于 Nebula Graph 的推荐实践分享

Practice of constructing ten billion relationship knowledge map based on Nebula graph

Crawl the information of national colleges and universities in 1 minute and make it into a large screen for visualization!
随机推荐
(Wanzi essence knowledge summary) basic knowledge of shell script programming
Traversal before, during and after binary tree
Recommended practice sharing of Zhilian recruitment based on Nebula graph
Comment réaliser un graphique Nebula d'importation CSV hors ligne de niveau milliard
数据库系统概论第一章简答题-期末考得怎么样?
Boot 中bean配置覆盖
Experiment collection of University Course "Fundamentals of circuit analysis". Experiment 5 - Research on equivalent circuit of linear active two terminal network
Introduction to database system Chapter 1 short answer questions - how was the final exam?
Idea jar package conflict troubleshooting
By asp Net core downloads files according to the path exception
PHP static members
Add user-defined formula (time sharing t+0) to mobile app access as an example
《大学“电路分析基础”课程实验合集.实验六》丨典型信号的观察与测量
Boot 事务使用
Storage, reading and writing of blood relationship data of Nepal Graph & Data Warehouse
数据湖(十一):Iceberg表数据组织与查询
JS learning notes - process control
Experiment collection of University "Fundamentals of circuit analysis". Experiment 6 - observation and measurement of typical signals
Huawei ECS installs mysqlb for mysqld service failed because the control process exited with error code. See “sys
Locate: cannot execute stat() `/var/lib/mlocate/mlocate Db ': there is no such file or directory

