zoukankan      html  css  js  c++  java
  • 关于OSPF LSA不稳定!

    Issue 1 Solution

    It is important that you understand the error message during attempts to troubleshoot flood war messages. The messages appear differently on the origination and flush routers. For this reason, it is crucial to focus on the LSA type for which the flood war message is reported, as each LSA type is troubleshot differently.

    Here is an example snippet of the OSPF flood war message:

    %OSPF-4-FLOOD_WAR: Process 1 re-originates LSA ID 172.16.254.25 type-2 adv-rtr
    172.16.253.1 in area 0

    %OSPF-4-FLOOD_WAR: Process 1 flushes LSA ID 172.16.254.25 type-2 adv-rtr
    172.16.253.1 in area 0

    Here are the message components described:

    • Process – This is the OSPF process that reports the error.

    • re-originates or flushes – This indicates whether this router originates or flushes the LSA.

    • LSA ID – This is the LSA ID for which the flood war is detected.

    • Type – This is the LSA type.

      Note: The flood war for every LSA has a different root cause.

    • adv-rtr – This is the Advertising router that originates the LSA.

    • Area – This is the area to which the LSA belongs.

    Type-2 LSAs

    Note: Refer to RFC 2328 (Chapter 13.4, Case 3) for additional information if the flood war is printed for a Type-2 LSA.

    If a router receives a Type-2 network LSA whose LSA ID is the same as the IP address for one of the interfaces that are associated with that router, then the router should flush the LSA. The root cause in this scenario is the duplicate IP addresses on the origination and flush routers.

    In order to resolve this issue, reconfigure the IP address on one of the interfaces or shutdown the interface that has the duplicate IP address.

    Note: This check for duplicate IP addresses is performed on interfaces that are down as well. The interface must be in admin-down mode in order to bypass the check. In some corner cases, the flood war is also reported for an administratively shut down interface, so the permanent solution is to remove the duplicate IP addresses in the network.

    好好学习,天天向上!
  • 相关阅读:
    [转]html js中name和id的区别和使用分析
    【转】JSP中文乱码问题终极解决方案
    jsp内置对象作业3-application用户注册
    jsp内置对象作业2-留言簿
    jsp内置对象作业1-用户登录
    【转】HTTP协议详解
    [转]response.getWriter().write()与out.print()的区别
    [转]Cookie/Session机制详解
    【转】伪类选择器
    【转】Web前端浏览器兼容初探
  • 原文地址:https://www.cnblogs.com/MomentsLee/p/10702905.html
Copyright © 2011-2022 走看看