当前位置:网站首页>LSA Type Explanation - lsa-5 (type 5 LSA - autonomous system external LSA) and lsa-4 (type 4 LSA - ASBR summary LSA) explanation
LSA Type Explanation - lsa-5 (type 5 LSA - autonomous system external LSA) and lsa-4 (type 4 LSA - ASBR summary LSA) explanation
2022-07-05 06:29:00 【Gucheng 286】
Catalog
One 、LSA-5
(1)—— brief introduction :
- Outside the autonomous system LSA(Autonomous System External LSA): Or external LSA(External LSA), It starts from ASBR Router Of , Used to announce arrival OSPF Destinations outside the autonomous system or OSPF Outside the autonomous system Default route Of LSA. Outside the autonomous system LSA It is the only one in the link state database that is not associated with a specific region LSA notice . external LSA Announcements will be made throughout the autonomous system flooding Spread . Use command show ip ospf database external You can see AS external LSA Information about .
- produce :ASBR Produced ( The router executes the redistribution command , Send the external route into OSPF Li Lai , This router is ASBR Router )
- Flood boundary : except stub Area , Completely stub Area ,NSSA Area , Completely NSSA It can be reached outside the area
- effect : In link state ID Inside, it advertises the external routes that are fully sent
- Be careful : stay OSPF Inside , Fully sending static routes can only fully invent fine static routes , The default route cannot be redistributed
(2)—— Header information :
- LS age : Aging time ,1800--3600 second , among 1800 It's cyclical LSA Refresh time ,3600 yes LSA Maximum aging time Options: optional
- LS Type : AS External Link
- Link State ID : Redistribute incoming external routes
- Advertising Router : This LSA Who made it , Just take this router RID Written here
- LS Seq Number : LSA The serial number of , Use this serial number to determine whose LSA Is the latest ,LSA Every update , Serial number +1
- Checksum : Parity sum , Used to verify the integrity of data transmission
- Length : It contains the total length of header information and data part
- Number of Links : I announced several OSPF link
(3) Data section :
- ---- Describe the mask that adequately sends in external routes
- ----cost value , The external route sent in fully defaults cost The value is 20
- ---- Describe the full incoming external routing cost Value type :OE2 and OE1, The default is OE2,OE2 Don't add up OSPF Within the domain cost value ;0E1 Cumulative OSPF Within the domain cost value
- ---- Forwarding address , The default forwarding address is 0.0.0.0: On behalf of going to this external route, send the data packet to ASBR Router
(4) see :
show ip ospf database external
Two 、LSA-4
(1)—— brief introduction :
- ASBR Summary LSA(ASBR Summary LSA): Also by ABR Router originated .ASBR Summary LSA Except that the destination announced is one ASBR Router instead of a network , Other and network Summary LSA It's all the same . Use command show ip ospf database asbr-summary You can see ASBR Summary LSA Information about . Pay attention here , One of the destinations is The host address , And the mask is 0; adopt ASBR Summary LSA The destination of the announcement will always be a host address , Because it is a route to a router .
- produce :ABR Produced
- Flood boundary : and LSA-5 equally
- effect : notice ASBR Who is routing , notice ASBR The router RID
- LSA-4 characteristic : Every time I pass by ABR Routers will respond to this LSA-4 Regenerate ,
- The main role : Compute the ABR Router to ASBR Of cost value ; That is to say LSA-4 Every time I pass by ABR Will be able to Advertising Router and cost Value to be filled again
(2)—— Header information :
- LS age: Aging time ,1800--3600 second , among 1800 It's cyclical LSA Refresh time ,3600 yes LSA Maximum aging time Options: optional
- LS Type: Summary Links
- Link State ID: ASBR The router RID
- Advertising Router: This LSA Who made it , Just take this router RID Written here
- LS Seq Number: LSA The serial number of , Use this serial number to determine whose LSA Is the latest ,LSA Every update , Serial number +1
- Checksum; Parity sum , Used to verify the integrity of data transmission
- Length: It contains the total length of header information and data part
- Number of Links: I announced several OSPF
(3)—— Link data part :
- —-COST value , This is me. ABR Go to this ASBR Of cost value
(4)—— How to view :
show ip ospf database asbr-summary
边栏推荐
- How to set the drop-down arrow in the spinner- How to set dropdown arrow in spinner?
- How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
- MySQL advanced part 1: index
- [learning] database: several cases of index failure
- 阿里新成员「瓴羊」正式亮相,由阿里副总裁朋新宇带队,集结多个核心部门技术团队
- 博弈论 AcWing 894. 拆分-Nim游戏
- Operator priority, one catch, no doubt
- Bash exercise 17 writing scripts to install the server side of FRP reverse proxy software
- 时间很快,请多做有意义的事情
- Adg5412fbruz-rl7 applies dual power analog switch and multiplexer IC
猜你喜欢
How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
Chinese remainder theorem acwing 204 Strange way of expressing integers
3.Oracle-控制文件的管理
Find the combination number acwing 889 01 sequence meeting conditions
[2020]GRAF: Generative Radiance Fields for 3D-Aware Image Synthesis
Alibaba established the enterprise digital intelligence service company "Lingyang" to focus on enterprise digital growth
Record of problems in ollvm compilation
Idea debug failed
【高德地图POI踩坑】AMap.PlaceSearch无法使用
Game theory acwing 891 Nim games
随机推荐
[learning] database: several cases of index failure
2048项目实现
Bit of MySQL_ OR、BIT_ Count function
2022 winter vacation training game 5
Sum of three terms (construction)
__ builtin_ Popcount() counts the number of 1s, which are commonly used in bit operations
vsCode创建自己的代码模板
Find the combination number acwing 889 01 sequence meeting conditions
Alibaba's new member "Lingyang" officially appeared, led by Peng Xinyu, Alibaba's vice president, and assembled a number of core department technical teams
20220213-CTF MISC-a_ good_ Idea (use of stegsolve tool) -2017_ Dating_ in_ Singapore
Relevant information of National Natural Science Foundation of China
Chinese remainder theorem acwing 204 Strange way of expressing integers
Leetcode array operation
区间问题 AcWing 906. 区间分组
5.Oracle-表空间
求组合数 AcWing 888. 求组合数 IV
Single chip computer engineering experience - layered idea
MySQL advanced part 1: View
H5内嵌App适配暗黑模式
SQL三种连接:内连接、外连接、交叉连接