需要从链接的 LSA 更新中了解 Wireshark Capture。PCAP 附加

网络工程 ospf 线鲨
2021-07-08 15:29:00

考虑区域 0 中的 OSPF 在所有路由器和接口上运行。
我在图中公布了来自 R4 的路由 223.0.0.1/24。我共享的 PCAP 在 r2 和 r1 之间,其中 R2 发送“LS 更新”
我无法理解具有 5 个链接的 LSA 类型 1 的内容。
请帮助我理解为什么 40.0.0.0 在那个 LSA 更新中,尽管它更早发布并且在 223.0.0.1 链接的广告之前有收敛?

以及该更新中的其他链接是什么

这是下面给出的拓扑结构,下面也给出了来自 Wireshark 的 PCAP 使用的 OSPF 拓扑

https://1drv.ms/u/s!AlVb30iwW7P5qkWiMSC9wOdFmai5

链接来自一个驱动器

1个回答

对于每个接口状态更改,都会创建一个新的 Router-LSA,其中包含路由器接口的收集状态。

根据 RFC2328:

第 4.4 节

  1      Router-LSAs        Originated by all routers.
                              This LSA describes
                              the collected states of the
                              router's interfaces to an
                              area. Flooded throughout a
                              single area only.

第 12.4 节

    (2) An interface's state changes (see Section 9.1).  This may
        mean that it is necessary to produce a new instance of the
        router-LSA.