当前位置:网站首页>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
边栏推荐
- 4.Oracle-重做日志文件管理
- 2048项目实现
- Install opencv -- CONDA to establish a virtual environment and add the kernel of this environment in jupyter
- Simple selection sort of selection sort
- 安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
- 5.Oracle-表空间
- MySQL advanced part 2: the use of indexes
- H5内嵌App适配暗黑模式
- 微信小程序路由再次跳轉不觸發onload
- Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
猜你喜欢
7.Oracle-表结构
Record of problems in ollvm compilation
中国剩余定理 AcWing 204. 表达整数的奇怪方式
[2020]GRAF: Generative Radiance Fields for 3D-Aware Image Synthesis
Day 2 document
Suppose a bank's ATM machine, which allows users to deposit and withdraw money. Now there is 200 yuan in an account, and both user a and user B have the right to deposit and withdraw money from this a
MySQL advanced part 2: storage engine
论文阅读报告
MySQL怎么运行的系列(八)14张图说明白MySQL事务原子性和undo日志原理
‘mongoexport‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。
随机推荐
时间很快,请多做有意义的事情
Game theory acwing 892 Steps Nim game
Idea debug failed
区间问题 AcWing 906. 区间分组
Leetcode dynamic programming
5.Oracle-錶空間
C - XOR to all (binary topic)
MPLS experiment
P2575 master fight
Gauss Cancellation acwing 884. Solution d'un système d'équations Xor linéaires par élimination gaussienne
微信小程序路由再次跳转不触发onload
our solution
Application of recyclerview
Package webapp or H5 pages into apps
Time is fast, please do more meaningful things
将webApp或者H5页面打包成App
微信小程序路由再次跳轉不觸發onload
Redis-01.初识Redis
11-gorm-v2-02-create data
2048项目实现