当前位置:网站首页>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
边栏推荐
- Boot 连接 Impala数据库
- AWS virtual machine expansion
- Route service grid traffic through two-level gateway design
- 奥比中光 astra: Could not open “2bc5/[email protected]/6“: Failed to set USB interface
- Postgressql stream replication active / standby switchover primary database no read / write downtime scenario
- Storage, reading and writing of blood relationship data of Nepal Graph & Data Warehouse
- MySQL calculates the data within the longitude and latitude range
- /Bin/ld: cannot find -lgssapi_ krb5
- Vscade set multi line display of tab
- Compress words (kmp/ string hash, double hash)
猜你喜欢

华为云服务器安装mysqlb for mysqld.service failed because the control process exited with error code.See “sys

JS learning notes - first acquaintance

又是一年毕业季

基于 Nebula Graph 构建百亿关系知识图谱实践

Traversal before, during and after binary tree

Vscode设置标签页多行显示

去除router-link中的下划线

结构体的内存对齐

Introduction to dynamic planning I, BFS of queue (70.121.279.200)

隐藏在 Nebula Graph 背后的星辰大海
随机推荐
Register as a harmonios developer and install deveco studio 3.0 beta2 for harmonios
Aiko ai Frontier promotion (7.2)
Tree binary search tree
idea jar包冲突排查
Pandora IOT development board learning (RT thread) - Experiment 2 RGB LED experiment (learning notes)
数仓中的维度表与事实表
Summary of multithreading and thread synchronization knowledge
全方位解读服务网格(Service Mesh)的背景和概念
Solve * * warning * *: your ApplicationContext is unlikely to start due to a @componentscan of the defau
2022最新最详细必成功的在Vscode中设置背景图、同时解决不受支持的问题
如何实现十亿级离线 CSV 导入 Nebula Graph
愛可可AI前沿推介(7.2)
Wise target detection 23 - pytoch builds SSD target detection platform
Conditions and solutions of deadlock
MySQL calculates the data within the longitude and latitude range
仙人掌之歌——投石问路(2)
Usage of group by
Practice of constructing ten billion relationship knowledge map based on Nebula graph
[5g NR] RRC connection release
In memory of becoming the first dayu200 tripartite demo contributor

