<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: OSPF establishes adjacency, but no routes are exchanged in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14383#M1787</link>
    <description>&lt;P&gt;Thanks for that useful explanation!&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2020 20:23:00 GMT</pubDate>
    <dc:creator>M_Nees</dc:creator>
    <dc:date>2020-03-27T20:23:00Z</dc:date>
    <item>
      <title>OSPF establishes adjacency, but no routes are exchanged</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14377#M1781</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
a customer had a relatively common problem concerning OSPF, but did not find the solution searching the web. This post is supposed to help others find the information that is already out there.&lt;BR /&gt;
&lt;BR /&gt;
OSPF was configured between two Extreme Networks switches, an S6 and an X460-G2. The OSPF adjacency formed and link state databases were synchronized. The output of &lt;I&gt;show ip ospf neighbor&lt;/I&gt; (S-Series) respectively &lt;I&gt;show ospf neighbor&lt;/I&gt; (EXOS) showed &lt;I&gt;full&lt;/I&gt; adjacencies, but the X460-G2 did not learn any routes over OSPF (the output of &lt;I&gt;show iproute origin ospf&lt;/I&gt; did not contain any routes).&lt;BR /&gt;
&lt;BR /&gt;
A hint regarding the problem may be found in the &lt;I&gt;show [ip] ospf neighbors&lt;/I&gt; output, because two OSPF routers on a broadcast link will fill the roles of &lt;I&gt;DR&lt;/I&gt; and &lt;I&gt;BDR&lt;/I&gt;, but two OSPF routers on a point-to-point link will both have the role &lt;I&gt;DROTHER&lt;/I&gt; (or no role, but not DR/BDR).&lt;BR /&gt;
&lt;BR /&gt;
The problem was that one switch was configured to use a point-to-point network type on the interface, but the other was left at the default of using a broadcast network type. In this case the adjacency forms, LSAs are exchanged, and the link state databases are synchronized, but for OSPF one of the routers seems to be connected to a different network than the other router, because the network types are different. Thus OSPF does not see a usable transit link between the two routers. Therefore, no routes can use that link to reach the next hop, and as a result no OSPF routes are learned.&lt;BR /&gt;
&lt;BR /&gt;
The network type is not checked when forming OSPF adjacencies.&lt;BR /&gt;
&lt;BR /&gt;
OSPF point-to-point network type can be configured as follows:&lt;BR /&gt;
configure ospf add vlan &lt;I&gt;NAME&lt;/I&gt; area &lt;I&gt;AREA&lt;/I&gt; link-type point-to-point(EXOS)&lt;BR /&gt;
interface vlan NUMBER&lt;BR /&gt;
ip ospf network point-to-point(EOS)&lt;BR /&gt;
&lt;BR /&gt;
References:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;GTAC Knowledge article &lt;A href="https://gtacknowledge.extremenetworks.com/articles/Solution/OSPF-neighbor-adjacency-is-Full-but-not-adding-routes-into-route-table" target="_blank" rel="nofollow noreferrer noopener"&gt;OSPF neighbor adjacency is "Full" but not adding routes into route table&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;The Hub thread &lt;A href="https://community.extremenetworks.com/extreme/topics/ospf-is-not-filling-route-table" target="_blank" rel="nofollow noreferrer noopener"&gt;Ospf is not filling route table&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.unix-ag.uni-kl.de/~auerswal/enterasys/#incompatible_OSPF_Network_types" target="_blank" rel="nofollow noreferrer noopener"&gt;incompatible OSPF network types&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;Cisco troubleshooting TechNote &lt;A href="http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7112-26.html" target="_blank" rel="nofollow noreferrer noopener"&gt;Why Are Some OSPF Routes in the Database but Not in the Routing Table?&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Sun, 30 Apr 2017 15:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14377#M1781</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-04-30T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF establishes adjacency, but no routes are exchanged</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14378#M1782</link>
      <description>That can be a fun one to troubleshoot.  I would probably pass right over that when it's in a full state. Thanks for all the detail.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2017 17:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14378#M1782</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2017-05-03T17:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF establishes adjacency, but no routes are exchanged</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14379#M1783</link>
      <description>Yeah, first time I had to troubleshoot this was at 3 a.m. in the night... I was woken by the telephone and asked why an N-Series (firmware version 6) and a Cisco 4500-X form an OSPF adjacency, but do not use the link for any routes. Back then the N-Series did not support point-to-point interfaces.</description>
      <pubDate>Wed, 03 May 2017 18:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14379#M1783</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-05-03T18:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF establishes adjacency, but no routes are exchanged</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14380#M1784</link>
      <description>Thanks for sharing, Erik. I've made this post an Article, rather than an Idea. I also added some of the more relevant categories.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2017 07:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14380#M1784</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-05-04T07:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF establishes adjacency, but no routes are exchanged</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14381#M1785</link>
      <description>Thanks, I could not select "article", thus I used "idea" as everything else seemed worse.</description>
      <pubDate>Thu, 04 May 2017 07:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14381#M1785</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-05-04T07:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF establishes adjacency, but no routes are exchanged</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14382#M1786</link>
      <description>It's an option only available from the management console used for moderation.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2017 07:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14382#M1786</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-05-04T07:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF establishes adjacency, but no routes are exchanged</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14383#M1787</link>
      <description>&lt;P&gt;Thanks for that useful explanation!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 20:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/ospf-establishes-adjacency-but-no-routes-are-exchanged/m-p/14383#M1787</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2020-03-27T20:23:00Z</dc:date>
    </item>
  </channel>
</rss>

