当前位置:网站首页>OSPF - detailed explanation of stub area and full stub area
OSPF - detailed explanation of stub area and full stub area
2022-07-03 19:06:00 【Gucheng 286】
Catalog
(2)——stub Regional characteristics :
(1)—— Completely stub Regional characteristics :
One 、STUB Area
(1)——STUB Regional profile :
- OSPF STUB A region is a terminal region , When one OSPF The area is in the whole Autonomous systems Boundary time , And nothing else Routing protocol , You can configure OSPF Stub Area .
- When configuring OSPF Stub After area ,Stub In the area Router Will add one to ABR Of Default route entry , When in ABR After the complete peripheral area is configured on , The routing entries of other routers in the terminal area are in addition to the directly connected routing entries , There is only one way to ABR The default route is , Will not learn routing entries from other regions , Packets to other areas pass through ABR forward . This reduces the number of routing entries and routing delivery of other routers in the terminal area , Improve router performance .
(2)——stub Regional characteristics :
- Refuse : LSA-4 LAS-5, That is to say, in this stub The external routes that are fully sent are not allowed to enter the general router in the area , But this stub Regional ABR Router Will automatically give stub The normal router in the area advertises a OSPF Default default route
- allow : LAS-3,LSA-1,LSA-2
(3)—— To configure :
Every router in this area needs to be configured :
Put the area 2 configure stub Area
R1 (config) #router ospf 100
R1(config-router)#area 2 stub
R1(config-router) #exit (4)——STUB The illustration :

Two 、 Completely STUB Area :
(1)—— Completely stub Regional characteristics :
- from stub Upgrade , Only need stub Regional ABR Add : no-summary
- Refuse : LSA-4,LSA-5,LSA-3, That is to say, not only the external route is rejected , meanwhile OSPF Of Inter regional routing Also refused together
- allow : LSA-1 LSA-2 And the only one LSA-3 Default route
(2)—— To configure :
r3(config) #router os 100
r3(config-router) #area 2 stub no-summary
r3(config-router)#exit边栏推荐
- Record: MySQL changes the time zone
- [disease identification] machine vision lung cancer detection system based on Matlab GUI [including Matlab source code 1922]
- [water quality prediction] water quality prediction based on MATLAB Fuzzy Neural Network [including Matlab source code 1923]
- Counting from the East and counting from the West will stimulate 100 billion industries. Only storage manufacturers who dare to bite the "hard bone" will have more opportunities
- Day_ 18 IO stream system
- ActiveMQ的基础
- Which do MySQL and Oracle learn?
- TFs and SVN [closed] - TFs vs SVN [closed]
- Nous avons fait une plateforme intelligente de règlement de détail
- 我們做了一個智能零售結算平臺
猜你喜欢

DriveSeg:动态驾驶场景分割数据集

Dart JSON编码器和解码器剖析

为什么要做特征的归一化/标准化?

平淡的生活里除了有扎破皮肤的刺,还有那些原本让你魂牵梦绕的诗与远方

Yolov3 network model building

KINGS

我們做了一個智能零售結算平臺
![[proteus simulation] a simple encrypted electronic password lock designed with 24C04 and 1602LCD](/img/51/209e35e0b94a51b3b406a184459475.png)
[proteus simulation] a simple encrypted electronic password lock designed with 24C04 and 1602LCD

PyTorch中在反向传播前为什么要手动将梯度清零?

Integrated easy to pay secondary domain name distribution system
随机推荐
The more you talk, the more your stupidity will be exposed.
【疾病识别】基于matlab GUI机器视觉肺癌检测系统【含Matlab源码 1922期】
How to read the source code [debug and observe the source code]
235. Ancêtre public le plus proche de l'arbre de recherche binaire [modèle LCA + même chemin de recherche]
Valentine's Day - make an exclusive digital collection for your lover
Scrape crawler framework
[leetcode周赛]第300场——6110. 网格图中递增路径的数目-较难
[mathematical modeling] ship three degree of freedom MMG model based on MATLAB [including Matlab source code 1925]
FBI警告:有人利用AI换脸冒充他人身份进行远程面试
2022.02.11
Common PostgreSQL commands
HOW TO WRITE A DAILY LAB NOTE?
为什么要做特征的归一化/标准化?
cipher
FBI warning: some people use AI to disguise themselves as others for remote interview
[Yu Yue education] world reference materials of Microbiology in Shanghai Jiaotong University
The online customer service system developed by PHP is fully open source without encryption, and supports wechat customer service docking
Webrtc[41] - Analysis of the establishment process of webrtc transmission channel
C enum contains value - C enum contains value
Compose LazyColumn 顶部添加控件