当前位置:网站首页>Detailed introduction of OSPF header message
Detailed introduction of OSPF header message
2022-07-05 04:47:00 【Purer than pure passers-by】
The experimental diagram is as follows 【 What is captured is R1 Of G0/0/0 Interface 】:
The captured message is as follows :
Src : The original address 【 Indicate where the interface comes from 】,Dst: Purpose interface ip Address ,OSPF There are two reserved multicast addresses 224.0.0.5,224.0.0.6; among 224.0.0.5 finger ospf All routers and the message will be sent to all OSPF Router ;224.0.0.6 finger ospf All of the DR Router 【DR That is, specify the router , Follow up 】
ospf Head :
version: Version number , The default is version 2; Of which version 2 Is for ipv4 To prepare the , And the version 3 Is for ipv6 To prepare the .
Message Type: There are message types 5 A type of :Hello[Hello message ](1),DD[ Database description ] (2),lSR[ Link status request ](3),LSU[ Link status update ](4),LSAck[ Link status confirmation ](5) -------[ I'll make a detailed introduction later ]
Packet Length: packet length , It refers to the whole OSPF message ; Contains only OSPF Head and Hello message 【 If the message is DD The message only contains OSPF Head and DD message 】.
Source OSPF Router : Router ID And the configured Router-ID【 Often used in practical work Loop 0 To configure the 】.
Area ID :OSPF Area , Here it is represented as area 0; If area 1 Is represented as 0.0.0.1
Checksum : Check information , It is used by the peer router to check the integrity and legitimacy of the message .
Auth Type : Authentication type 【Null: Indicates that there is no certification 】
Auth Data: Authentication information
Hello packet :Hello message , I'll introduce it later .
Follow up articles will be updated within a week , Welcome to your attention . I will introduce in the most concise way IP knowledge
# The source of loading or quotation shall be indicated :[email protected] Must be pure, passers-by is also pure
边栏推荐
- [groovy] closure (closure parameter list rule | default parameter list | do not receive parameters | receive custom parameters)
- Chapter 6 text processing tools for shell programming (awk)
- JVM 原理和流程简介
- Fluent objects and lists
- 概率论与数理统计考试重点复习路线
- Interface joint commissioning test script optimization V5.0 (end)
- PHP读取ini文件并修改内容写入
- [crampon game] MC tutorial - first day of survival
- Construction d'un Cluster redis sous Windows
- 【acwing】528. cheese
猜你喜欢
How should programmers learn mathematics
Live broadcast preview | container service ack elasticity prediction best practice
取余操作是一个哈希函数
Discussion on the dimension of confrontation subspace
Decryption function calculates "task state and lifecycle management" of asynchronous task capability
Power management bus (pmbus)
CUDA Programming atomic operation atomicadd reports error err:msb3721, return code 1
[groovy] closure (closure parameter binding | curry function | rcurry function | ncurry function | code example)
2021 higher education social cup mathematical modeling national tournament ABCD questions - problem solving ideas - Mathematical Modeling
[groovy] closure (Introduction to closure class closure | closure parametertypes and maximumnumberofparameters member usage)
随机推荐
Introduce Hamming distance and calculation examples
取余操作是一个哈希函数
flutter 对象和列表
Invalid bound statement (not found) in idea -- problem solving
2021 electrician Cup - high speed rail traction power supply system operation data analysis and equivalent modeling ideas + code
Setting up redis cluster cluster under Windows
What are the building energy-saving software
質量體系建設之路的分分合合
[Chongqing Guangdong education] National Open University 2047t commercial bank operation and management reference test in autumn 2018
可观测|时序数据降采样在Prometheus实践复盘
PHP reads the INI file and writes the modified content
[groovy] closure (closure as function parameter | code example)
MySQL in-depth learning - index creation and deletion, index design principles, index failure scenarios, query optimization, index push down ICP
Leetcode hot topic Hot 100 day 33: "subset"
Introduction to JVM principle and process
【acwing】837. Number of connected block points
2022-2028 global and Chinese virtual data storage Market Research Report
3 minutes learn to create Google account and email detailed tutorial!
自动语音识别(ASR)研究综述
数论函数及其求和 待更新