Cisco OSPF LSA 类型详解指南

注:机翻,未校对。


OSPF LSA Types: The Ultimate Guide

img

OSPF LSA Types – OSPF LSA 类型 –

OSPF uses LSAs or Link state Advertisements to share information of each network and populate the LSDB (Link State Database). The LSAs are used by routers to exchange topology information. An LSA contains routing and topology information that describe a part of an OSPF network. Routers exchange LSAs and learn the complete topology of the network until all routers have the exact same topology database. Infact, OSPF sends updates (LSAs) when there is a change to one of its links. LSAs are additionally refreshed every 30 minutes.
OSPF 使用 LSA 或链路状态通告来共享每个网络的信息并填充 LSDB(链路状态数据库)。路由器使用 LSA 来交换拓扑信息。LSA 包含描述 OSPF 网络一部分的路由和拓扑信息。路由器交换 LSA 并了解网络的完整拓扑,直到所有路由器都具有完全相同的拓扑数据库。事实上,当其中一个链接发生更改时,OSPF 会发送更新 (LSA)。LSA 每 30 分钟额外刷新一次。

All OSPF LSA Types are mentioned in below table –

下表提到了所有 OSPF LSA 类型 –

TypesDescription
LSA Type 1Router LSA
LSA Type 2Network LSA
LSA Type 3 or 4Summary LSA & ASBR LSA
LSA Type 5Autonomous System External LSA
LSA Type 6Multicast OSPF LSA Type
LSA Type 7Defined for Not-So-Stubby-Areas
LSA Type 8External Attribute LSA for BGP
LSA Type 9,10,11Opaque LSA

LSA Type 1: Router LSA

LSA 类型 1:路由器 LSA

  • This LSA type is flooded by every router within an area
    此 LSA 类型被区域内的每个路由器淹没

  • The LSA consists of information about directly connected links
    LSA 包含有关直接连接链接的信息

  • It is identified by the Router ID or the originating router
    它由路由器 ID 或原始路由器标识

  • It floods within an area and the LSA Type 1 does not cross the ABR.
    它在一个区域内泛滥,LSA Type 1 不会穿过 ABR。

  • We see this as “O” routes in the routing table
    我们在路由表中将其视为“O”路由

  • LSA 1 – O, Router LSA contains all Link IDs – network, generated by every router and is local to the area.
    LSA 1 – O,路由器 LSA 包含所有链路 ID – 网络,由每个路由器生成,并且是该区域的本地设备。

  • This LSA does not cross ABR.
    此 LSA 不跨越 ABR。

img

LSA Type 2: Network LSA

LSA 类型 2:网络 LSA

  • Generated by the DR Router on the broadcast network
    由广播网络上的 DR 路由器生成

  • It includes the network ID, subnet mask and also the list of attached routers in the transit
    它包括网络 ID、子网掩码以及传输中连接的路由器列表

  • In OSPF we can have one Network LSA or Type 2 LSA for each transit broadcast of NBMA Network
    在 OSPF 中,我们可以为 NBMA 网络的每个传输广播使用一个网络 LSA 或 Type 2 LSA

  • This LSA also can be flooded only within the area and cannot cross the ABR
    该 LSA 也只能在区域内被淹没,不能越过 ABR

  • We see this as “O” routes in the routing table
    我们在路由表中将其视为“O”路由

  • LSA 2 – O, Network LSA contains all routers attached to the segment, generated by DR and is local to the area
    LSA 2 – O,网络 LSA 包含连接到分段的所有路由器,由 DR 生成,并且是该区域的本地路由器

img

LSA Type 3: Summary LSA

LSA 类型 3:摘要 LSA

  • The Type 3 LSA is used to share the network information with other areas. Inter-area ( IA)
    Type 3 LSA 用于与其他区域共享网络信息。区域间 ( IA)

  • These LSAs are advertised by the ABR Router
    这些 LSA 由 ABR 路由器通告

  • These LSA are represented in the routing table as “OIA” routes
    这些 LSA 在路由表中表示为“OIA”路由

  • To flood the information through the Autonomous System, they are regenerated by the ABRs following subsequently
    为了通过自治系统淹没信息,它们随后由ABRs重新生成

  • LSA 3 – O IA, Network Summary LSA describes network from another area, generated by ABR and is propagated between areas
    LSA 3 – O IA,网络摘要 LSA 描述来自另一个区域的网络,由 ABR 生成并在区域之间传播

  • It contains network ID and subnet mask
    它包含网络 ID 和子网掩码

  • img

LSA Type 4: Summary ASBR LSA

LSA 类型 4:总结 ASBR LSA

  • This LSA type is also known as summary LSA is used to advertise about the ASBR to other areas in the same autonomous system.
    这种 LSA 类型也称为摘要 LSA,用于向同一自治系统中的其他区域通告 ASBR。
  • It is generated by the ABR of the originating area.
    它由原始区域的 ABR 生成。
  • These type of LSAs are flooded throughout the Autonomous System
    这些类型的 LSA 在整个自治系统中被淹没
  • These LSA will contain the Router ID of the ASBR only
    这些 LSA 将仅包含 ASBR 的路由器 ID
  • LSA 4 – O IA, Summary ASB Link States, generated by the ABR and is propagated between areas
    LSA 4 – O IA,摘要 ASB 链路状态,由 ABR 生成并在区域之间传播
    img

LSA Type 5: External LSA

LSA 类型 5:外部 LSA

  • These are advertised by the ASBR only and also owned by the ASBR
    这些仅由 ASBR 发布广告,也归 ASBR 所有

  • These LSAs are used to advertise networks from other Autonomous systems
    这些 LSA 用于通告来自其他自治系统的网络

  • These LSAs are flooded throughout the entire Autonomous System
    这些 LSA 在整个自治系统中被淹没

  • The advertising router ID is not changed throughout the AS when it is propagating.
    广播路由器 ID 在传播时不会在整个 AS 中更改。

  • An LSA Type 4 is used to find an ASBR
    LSA Type 4 用于查找 ASBR

  • Routes are not summarized by default
    默认情况下,不会汇总路由

  • LSA 5 – O E1, O E2, External Link States, generated by ASBR and is propagated
    LSA 5 – O E1、O E2、外部链路状态,由 ASBR 生成并传播

img

LSA Type 6: Multicast OSPF LSA

LSA 类型 6:组播 OSPF LSA

  • These are used when routing using multicast (the MODPF Routing protocol)
    在使用多播(MODPF 路由协议)进行路由时,将使用这些协议

  • These LSAs are not supported by Cisco Routers
    Cisco 路由器不支持这些 LSA

LSA Type 7: External LSA

LSA 类型 7:外部 LSA

  • As LSA Type 5 is not allowed in NSSA Areas, a solution to that was thought as LSA 7.
    由于 LSA 类型 5 在 NSSA 区域中是不允许的,因此被认为是 LSA 7 的解决方案。

  • It carries similar information as a Type 5 LSA but this is not blocked in the NSSA Area.
    它携带与 Type 5 LSA 类似的信息,但这在 NSSA 区域中不会被阻止。

  • When it reached the ABR it is translated back to Type 5 LSA and flooded into other areas.
    当它到达 ABR 时,它被转换回 5 型 LSA 并淹没到其他地区。

  • LSA 7 – O N1, O N2, NSSA External Link States, generated by ASBR into NSSA area and is propagated into area 0 as E1 or E2
    LSA 7 – O N1、O N2、NSSA 外部链路状态,由 ASBR 生成到 NSSA 区域,并作为 E1 或 E2 传播到区域 0

img

LSA Type 8: External attributes LSA for Border Gateway Protocol (BGP)

LSA 类型 8:边界网关协议 (BGP) 的外部属性 LSA

This LSA Types is used to work with BGP.
此 LSA 类型用于处理 BGP。
Note – Below list of LSA9, 10 and 11 are called Opaque LSAs. Further detail on these LSA types is shared below –
注 – 以下 LSA9、10 和 11 列表称为不透明 LSA。有关这些 LSA 类型的更多详细信息,请参阅以下 –

LSA Type 9: Opaque LSA

LSA 类型 9:不透明 LSA
This LSA types is Link-state in scope and is not flooded beyond the local network.
此 LSA 类型在范围内是链路状态,并且不会淹没到本地网络之外。

LSA Type 10: Opaque LSA

LSA 类型 10:不透明 LSA
The scope of this type of LSA is area-local. This LSA is not flooded beyond the borders of their associated area.
此类 LSA 的范围是区域局部的。该 LSA 不会被淹没到其相关区域的边界之外。

LSA Type 11: Opaque LSA

LSA 类型 11:不透明 LSA
This LSA is flooded throughout the Autonomous System (AS). Somewhat is can be related to Type-5 LSA is terms of flooding scope. There are 3 key features of Type11 LSAs –
该 LSA 在整个自治系统 (AS) 中被泛洪。在某种程度上,可能与5型LSA有关的是泛洪范围的术语。Type11 LSA 有 3 个主要特点 –

  • These are flooded throughout the transit areas
    这些设施通过中间区被泛洪
  • Not flooded into stub areas from the backbone
    不会从主干线泛洪到存根区域
  • Not originated by routers having connected stub areas
    不是由具有连接的存根区域的路由器发起的

via:

  • Uptimate Guide on OSPF LSA Types *Rashmi Bhardwaj *

    https://ipwithease.com/ospf-lsa-types/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://xiahunao.cn/news/3266802.html

如若内容造成侵权/违法违规/事实不符,请联系瞎胡闹网进行投诉反馈,一经查实,立即删除!

相关文章

ppt模板如何制作?5个工具让你事半功倍

让我瞧瞧是谁还在为寻找PPT模板而发愁? 其实这可不是什么难题~身为职场高效打工人的我,今天便特地为大家整理了5大ppt模板ai生成神器~想知道都有哪些选择吗?接着往下看你便清楚啦! ✮迅捷PPT ☺使用场景:商业演示、教…

dsp c6657 SYS/BIOS学习笔记

1 SYS/BIOS简介 SYS/BIOS是一种用于TI的DSP平台的嵌入式操作系统(RTOS)。 2 任务 2.1 任务调度 SYS/BIOS任务线程有0-31个优先级(默认0-15,优先级0被空闲线程使用,任务最低优先级为1,最高优先级为15&am…

《MySQL DBA 修炼之道》第五章 查询优化

《MySQL DBA 修炼之道》原文是在第六章 查询优化,博主觉得比较重要,所以想提前整理为一篇博文。 查询优化是研发人员比较关注也是疑问最多的领域。 基础知识 1. 查询优化的常用策略 一般的常用策略 优化数据访问、重写SQL、重新设计表、添加索引 4种…

【鸿蒙开发】鸿蒙ArkUI自定义组件如何封装一个好用的Toast/Loading/ProgressHUD组件

1. HUD 在移动端 App 开发中,Toast 、 Loading 和 Progress 是十分常用的UI控件,如果不做特殊要求,一般可以直接使用系统 API 提供的方法,但如果想要定制化 UI,就需要自定义实现了。 在 HarmonyOS 中,Toa…

Leetcode—769. 最多能完成排序的块【中等】

2024每日刷题&#xff08;149&#xff09; Leetcode—769. 最多能完成排序的块 实现代码 class Solution { public:int maxChunksToSorted(vector<int>& arr) {int ans 0;int mx INT_MIN;for(int i 0; i < arr.size(); i) {mx max(arr[i], mx);if(mx i) {a…

单GPU训练一天,Transformer在100位数字加法上就达能到99%准确率

乘法和排序也有效。 自 2017 年被提出以来&#xff0c;Transformer 已成为 AI 大模型的主流架构&#xff0c;一直稳站 C 位。 但所有研究者都不得不承认的是&#xff0c;Transformer 在算数任务中表现非常糟糕&#xff0c;尤其是加法&#xff0c;这一缺陷在很大程度上源于 Tra…

python毕业设计选题求职招聘系统-可视化大屏

✌网站介绍&#xff1a;✌10年项目辅导经验、专注于计算机技术领域学生项目实战辅导。 ✌服务范围&#xff1a;Java(SpringBoo/SSM)、Python、PHP、Nodejs、爬虫、数据可视化、小程序、安卓app、大数据等设计与开发。 ✌服务内容&#xff1a;免费功能设计、免费提供开题答辩P…

虚拟机配置RabbitMQ集群教程

RabbitMQ是常用的一款消息中间件&#xff0c;那么如何在我们虚拟机中创建其集群呢&#xff1f;跟着博主这篇文章让你一步到位 本篇搭建的是三台机器为一个集群&#xff01;假设大家虚拟机都为初始化状态&#xff0c;从0开始&#xff08;注意集群搭建需要CentOS8以上环境&#x…

Linux:基础

一、安装 二、 一些组件 2.1 git管理 集中式版本控制系统:版本库是集中存放在中央服务器的,需要时要先从中央服务器取得最新的版本进行修改,修改后再推送给中央服务器。集中式版本控制系统最大的毛病就是必须联网才能工作,网速慢的话影响太大。 分布式版本控制系统:分布…

Redis的使用场景——热点数据缓存

热点数据缓存 Redis的使用场景——热点数据的缓存 1.1 什么是缓存 为了把一些经常访问的数据&#xff0c;放入缓存中以减少对数据库的访问效率&#xff0c;从而减少数据库的压力&#xff0c;提高程序的性能。【在内存中存储】 1.2 缓存的原理 查询缓存中是否存在对应的数据如…

学习记录day19——数据结构 查找算法

概念 在给定数据元素的某个值&#xff0c;在查找表中确定一个其关键字等于给定值的数据元素的操作&#xff0c;叫做查找 查找的分类 顺序查找:将待查找数据&#xff0c;进行全部遍历一遍&#xff0c;直到找到要查找的元素 折半查找:每次都去除一半的查找范围的查找方式&#x…

Easy es问题总结

官网教程&#xff1a;https://www.easy-es.cn/pages/ac41f0/#settings 一 测试项目 1 pom <dependencies><!-- 排除springboot中内置的es依赖,以防和easy-es中的依赖冲突--><dependency><groupId>org.springframework.boot</groupId><artifa…

JavaScript 将网址 www. 抹去

简单好用 https://andi.cn/page/621609.html

【OpenCV C++20 学习笔记】序列化——XML和YAML文件处理

序列化——XML和YAML文件处理 序列化和反序列化代码实现XML/YAML文件的打开和关闭写入或读取文本和数字写入或读取OpenCV数据写入或读取数组以及map读取和写入自定义数据类型 输出结果 序列化和反序列化 如果希望永久保存某些对象&#xff0c;而不是每次运行程序的时候重新创建…

3DGS如何重塑点云配准?港中大开源首例3DGS配准工作!

论文标题&#xff1a; GaussReg: Fast 3D Registration with Gaussian Splatting 论文作者&#xff1a; Jiahao Chang, Yinglin Xu, Yihao Li, Yuantao Chen, and Xiaoguang Han 开源地址&#xff1a;https://jiahao620.github.io/gaussreg 导读&#xff1a; 点云配准是实现…

JavaScript(15)——操作表单元素属性和自定义属性

操作表单元素属性 表单很多情况&#xff0c;也需要修改属性&#xff0c;比如点击眼睛可以看到密码&#xff0c;本质是把表单类型转换为文本框正常的有属性有取值的&#xff0c;跟其他的标签属性没有任何区别 获取&#xff1a;DOM对象.属性名 设置&#xff1a;DOM对象.属性名…

国产超低功耗、±0.5℃精度的数字温度传感芯片 - M601B

温度传感芯片感温原理基于CMOS半导体PN节温度与带隙电压的特性关系&#xff0c;经过小信号放大、模数转换、数字校准补偿后&#xff0c;数字总线输出&#xff0c;具有精度高、一致性好、测温快、功耗低、可编程配置灵活、寿命长等优点。 数字温度传感芯片 - M601B&#xff0c;该…

如何解决 Nginx 与自动驾驶系统的集成问题?

&#x1f345;关注博主&#x1f397;️ 带你畅游技术世界&#xff0c;不错过每一次成长机会&#xff01; 文章目录 如何解决 Nginx 与自动驾驶系统的集成问题&#xff1f; 如何解决 Nginx 与自动驾驶系统的集成问题&#xff1f; 在当今科技飞速发展的时代&#xff0c;自动驾驶…

【基础算法总结】队列 + 宽搜(BFS)

队列 宽搜BFS 1.N 叉树的层序遍历2.二叉树的锯齿形层序遍历3.二叉树最大宽度4.在每个树行中找最大值 点赞&#x1f44d;&#x1f44d;收藏&#x1f31f;&#x1f31f;关注&#x1f496;&#x1f496; 你的支持是对我最大的鼓励&#xff0c;我们一起努力吧!&#x1f603;&#…