当前位置:网站首页>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
边栏推荐
- LeetCode-61
- Record the process of configuring nccl and horovod in these two days (original)
- Adg5412fbruz-rl7 applies dual power analog switch and multiplexer IC
- LeetCode-54
- C job interview - casting and comparing - C job interview - casting and comparing
- How to correctly ask questions in CSDN Q & A
- Chinese remainder theorem acwing 204 Strange way of expressing integers
- 4. Oracle redo log file management
- 2.Oracle-数据文件的添加及管理
- MySQL advanced part 1: triggers
猜你喜欢
MPLS experiment
Inclusion exclusion principle acwing 890 Divisible number
Chapter 6 relational database theory
[moviepy] unable to find a solution for exe
高斯消元 AcWing 884. 高斯消元解异或线性方程组
Single chip computer engineering experience - layered idea
MySQL advanced part 2: SQL optimization
Idea debug failed
中国剩余定理 AcWing 204. 表达整数的奇怪方式
Stack acwing 3302 Expression evaluation
随机推荐
安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
Knapsack problem acwing 9 Group knapsack problem
将webApp或者H5页面打包成App
11-gorm-v2-03-basic query
【LeetCode】Easy | 20. Valid parentheses
[BMZCTF-pwn] ectf-2014 seddit
International Open Source firmware Foundation (osff) organization
Operator priority, one catch, no doubt
Vant Weapp SwipeCell设置多个按钮
11-gorm-v2-02-create data
微信小程序路由再次跳转不触发onload
ollvm编译出现的问题纪录
Using handler in a new thread
Filter the numbers and pick out even numbers from several numbers
Bit of MySQL_ OR、BIT_ Count function
2048 project realization
Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
Simple selection sort of selection sort
4. Oracle redo log file management
MySQL advanced part 1: View