当前位置:网站首页>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
边栏推荐
- How to import a billion level offline CSV into Nepal graph
- 图数据库|Nebula Graph v3.1.0 性能报告
- Ant group's large-scale map computing system tugraph passed the national evaluation
- Demo of converting point cloud coordinates to world coordinates
- Traversal before, during and after binary tree
- Pattern matching extraction of specific subgraphs in graphx graph Computing Practice
- 如何实现十亿级离线 CSV 导入 Nebula Graph
- Golang MD5 encryption and MD5 salt value encryption
- 源码look me
- Effectively use keywords to increase Amazon sales
猜你喜欢
Memory alignment of structure
基于 Nebula Graph 构建百亿关系知识图谱实践
How to use percona tool to add fields to MySQL table after interruption
After the win10 system is upgraded for a period of time, the memory occupation is too high
Figure database | Nepal graph v3.1.0 performance report
Pattern matching extraction of specific subgraphs in graphx graph Computing Practice
【5G NR】RRC连接释放
处理gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exitin
智联招聘的基于 Nebula Graph 的推荐实践分享
How to import a billion level offline CSV into Nepal graph
随机推荐
数据库系统概论第一章简答题-期末考得怎么样?
可视化技术在 Nebula Graph 中的应用
beforeEach
Add user-defined formula (time sharing t+0) to mobile app access as an example
基于 Nebula Graph 构建百亿关系知识图谱实践
智联招聘的基于 Nebula Graph 的推荐实践分享
中科大脑知识图谱平台建设及业务实践
Teach you how to build virtual machines locally and deploy microservices
Locate: cannot execute stat() `/var/lib/mlocate/mlocate Db ': there is no such file or directory
2022 the latest and most detailed will successfully set the background image in vscade and solve unsupported problems at the same time
Aiko ai Frontier promotion (7.2)
Dimension table and fact table in data warehouse
End time processing method of wechat v3native payment settings
Lseek error
潘多拉 IOT 开发板学习(RT-Thread)—— 实验2 RGB LED 实验(学习笔记)
Introduction to database system Chapter 1 short answer questions - how was the final exam?
Idea public method extraction shortcut key
[5g NR] RRC connection release
注册成为harmonyos开发者并安装DevEco Studio 3.0 Beta2 for HarmonyOS
JS learning notes - operators