<?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 Stub between EOS and EXOS not updating routing table in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ospf-stub-between-eos-and-exos-not-updating-routing-table/m-p/58423#M1331</link>
    <description>Figured it out.... the EOS device link-type is set to broadcast by default, whereas I had configured point-to-point on EXOS.&lt;BR /&gt;</description>
    <pubDate>Thu, 17 May 2018 00:06:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-17T00:06:00Z</dc:date>
    <item>
      <title>OSPF Stub between EOS and EXOS not updating routing table</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ospf-stub-between-eos-and-exos-not-updating-routing-table/m-p/58422#M1330</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Have a OSPF issue that I must be missing something obvious. Basically I have some EXOS devices activing as the core OSPF backbone area. At the edge I am using a EOS C5 switch configured as an OSPF Stub area.&lt;BR /&gt;
&lt;BR /&gt;
The two have created a neighbourship between them, and I can see this in the LSDB tables. &lt;BR /&gt;
&lt;BR /&gt;
The problem is I can't see the routes from the edge showing up on the core. This is the one I'm interested in at the moment:&lt;BR /&gt;
&lt;BR /&gt;
172.20.0.254 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
Here is a quick diagram:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="e8d8f10fc9a1454f95031204682d3594_RackMultipart20180516-76114-5qhdgt-OSPF_Issue_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2350iE2CE33323B861D88/image-size/large?v=v2&amp;amp;px=999" role="button" title="e8d8f10fc9a1454f95031204682d3594_RackMultipart20180516-76114-5qhdgt-OSPF_Issue_inline.png" alt="e8d8f10fc9a1454f95031204682d3594_RackMultipart20180516-76114-5qhdgt-OSPF_Issue_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Here is the OSPF config on Core 1 (only one connected at the moment), the points of interest are via the P2P VLAN "OSPF-Col-BSD-CEF" and area 172.20.192.254 :&lt;BR /&gt;
&lt;BR /&gt;
configure ospf routerid 172.20.207.62&lt;BR /&gt;
enable ospf&lt;BR /&gt;
enable ospf export static cost 2 type ase-type-1&lt;BR /&gt;
create ospf area 172.20.192.254&lt;BR /&gt;
configure ospf area 172.20.192.254 stub nosummary stub-default-cost 10&lt;BR /&gt;
configure ospf add vlan Core1-To-Core2 area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
configure ospf vlan Core1-To-Core2 priority 0&lt;BR /&gt;
configure ospf add vlan Core1CEF-LgcyCEF area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
configure ospf vlan Core1CEF-LgcyCEF priority 0&lt;BR /&gt;
configure ospf add vlan Cores-To-Cores area 0.0.0.0&lt;BR /&gt;
configure ospf vlan Cores-To-Cores priority 130&lt;BR /&gt;
configure ospf add vlan Mgmt-CEF-Core1 area 0.0.0.0 passive&lt;BR /&gt;
configure ospf vlan Mgmt-CEF-Core1 priority 0&lt;BR /&gt;
configure ospf vlan MLAG-ISC priority 0&lt;BR /&gt;
configure ospf add vlan OSPF-Col-BSD-CEF area 172.20.192.254 link-type point-to-point&lt;BR /&gt;
configure ospf vlan OSPF-Col-BSD-CEF priority 10  &lt;BR /&gt;
Here is the config on the edge (only configured interface VLAN 101 for now for OSPF, as well as the P2P's):&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 101&lt;BR /&gt;
ip address 172.20.0.254 255.255.255.0&lt;BR /&gt;
ip ospf areaid 172.20.192.254&lt;BR /&gt;
ip ospf enable&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
ip address 172.20.65.254 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 310&lt;BR /&gt;
ip address 172.20.128.254 255.255.255.192&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 320&lt;BR /&gt;
ip address 172.20.144.254 255.255.255.192&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 330&lt;BR /&gt;
ip address 172.20.160.254 255.255.255.192&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 340&lt;BR /&gt;
ip address 172.20.176.254 255.255.255.192&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 999&lt;BR /&gt;
ip address 172.20.192.254 255.255.255.192&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 2001&lt;BR /&gt;
ip address 172.20.248.1 255.255.255.252&lt;BR /&gt;
ip ospf areaid 172.20.192.254&lt;BR /&gt;
ip ospf enable&lt;BR /&gt;
no shutdown&lt;BR /&gt;
interface vlan 3001&lt;BR /&gt;
ip address 172.20.249.1 255.255.255.252&lt;BR /&gt;
ip ospf areaid 172.20.192.254&lt;BR /&gt;
ip ospf enable&lt;BR /&gt;
no shutdown&lt;BR /&gt;
!&lt;BR /&gt;
router id 172.20.192.254&lt;BR /&gt;
router ospf 1&lt;BR /&gt;
area 172.20.192.254 stub no-summary&lt;BR /&gt;
&lt;BR /&gt;
The routing table on EOS shows the VLAN 101 and the P2P VLAN 2001 are up:&lt;BR /&gt;
&lt;BR /&gt;
Col-BSD(su)-&amp;gt;router#show ip route&lt;BR /&gt;
Codes: C - connected, S - static, R - RIP, O - OSPF, IA - OSPF interarea&lt;BR /&gt;
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;
       E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;
       E - EGP, i - IS-IS, L1 - IS-IS level-1, LS - IS-IS level-2&lt;BR /&gt;
       * - candidate default, U - per user static route&lt;BR /&gt;
C    172.20.0.0/24 [0/1] directly connected, Vlan 101&lt;BR /&gt;
C    172.20.192.192/26 [0/1] directly connected, Vlan 999&lt;BR /&gt;
C    172.20.248.0/30 [0/1] directly connected, Vlan 2001&lt;BR /&gt;
&lt;BR /&gt;
Col-BSD(su)-&amp;gt;router#show ip ospf interface&lt;BR /&gt;
Vlan 101&lt;BR /&gt;
  Internet Address 172.20.0.254  Mask 255.255.255.0, Area 172.20.192.254&lt;BR /&gt;
  Router ID 172.20.192.254, Cost: 10  (computed)&lt;BR /&gt;
  Transmit Delay is 1 sec, State designated-router, Priority 1&lt;BR /&gt;
  Designated Router id 172.20.192.254, Interface Addr 172.20.0.254&lt;BR /&gt;
  Backup Designated Router id 0.0.0.0,&lt;BR /&gt;
  Timer intervals configured, Hello 10, Dead 40, Retransmit 5&lt;BR /&gt;
Vlan 2001&lt;BR /&gt;
  Internet Address 172.20.248.1  Mask 255.255.255.252, Area 172.20.192.254&lt;BR /&gt;
  Router ID 172.20.192.254, Cost: 10  (computed)&lt;BR /&gt;
  Transmit Delay is 1 sec, State designated-router, Priority 1&lt;BR /&gt;
  Designated Router id 172.20.192.254, Interface Addr 172.20.248.1&lt;BR /&gt;
  Backup Designated Router id 172.20.207.62,&lt;BR /&gt;
  Timer intervals configured, Hello 10, Dead 40, Retransmit 5&lt;BR /&gt;
Vlan 3001&lt;BR /&gt;
  Internet Address 172.20.249.1  Mask 255.255.255.252, Area 172.20.192.254&lt;BR /&gt;
  Router ID 172.20.192.254, Cost: 10  (computed)&lt;BR /&gt;
  Transmit Delay is 1 sec, State Err, Priority 1&lt;BR /&gt;
  Designated Router id Err, Interface Addr 172.20.249.1&lt;BR /&gt;
  Backup Designated Router id Err,&lt;BR /&gt;
  Timer intervals configured, Hello 10, Dead 40, Retransmit 5&lt;BR /&gt;
&lt;BR /&gt;
Routing table on EXOS, but its not showing the subnet 172.20.0.254 255.255.255.0 via OSPF-Col-BSD-CEF:&lt;BR /&gt;
&lt;BR /&gt;
Col-Core1.68 # show iproute&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#d   172.20.207.0/26    172.20.207.62   1    U------um--f- Mgmt-CEF-Core1 0d:2h:3m:4s&lt;BR /&gt;
#oa  172.20.207.64/26   172.20.251.242  11   UG-D---um--f- Core1-To-Core2 0d:1h:13m:56s&lt;BR /&gt;
#oa  172.20.207.128/26  172.20.250.243  12   UG-D---um--f- Cores-To-Cores 0d:1h:13m:52s&lt;BR /&gt;
#oa  172.20.207.192/26  172.20.250.243  13   UG-D---um--f- Cores-To-Cores 0d:1h:13m:52s&lt;BR /&gt;
#d   172.20.248.0/30    172.20.248.2    1    U------um--f- OSPF-Col-BSD-CEF 0d:1h:42m:33s&lt;BR /&gt;
#d   172.20.250.224/30  172.20.250.225  1    U------um--f- Core1CEF-LgcyCEF 0d:2h:3m:4s&lt;BR /&gt;
#oa  172.20.250.228/30  172.20.251.242  11   UG-D---um--f- Core1-To-Core2 0d:1h:13m:56s&lt;BR /&gt;
#oa  172.20.250.232/30  172.20.250.243  12   UG-D---um--f- Cores-To-Cores 0d:1h:13m:52s&lt;BR /&gt;
#oa  172.20.250.236/30  172.20.250.243  13   UG-D---um--f- Cores-To-Cores 0d:1h:13m:52s&lt;BR /&gt;
#d   172.20.250.240/29  172.20.250.241  1    U------um--f- Cores-To-Cores 0d:2h:3m:4s&lt;BR /&gt;
#d   172.20.251.240/30  172.20.251.241  1    U------um--f- Core1-To-Core2 0d:2h:3m:4s&lt;BR /&gt;
#oa  172.20.251.244/30  172.20.250.243  3    UG-D---um--f- Cores-To-Cores 0d:1h:13m:52s&lt;BR /&gt;
#d   172.20.251.252/30  172.20.251.253  1    U------um--f- MLAG-ISC   0d:2h:3m:4s&lt;BR /&gt;
&lt;BR /&gt;
OSPF Database on EOS:&lt;BR /&gt;
&lt;BR /&gt;
Col-BSD(su)-&amp;gt;router#show ip ospf database&lt;BR /&gt;
OSPF Router with ID(172.20.192.254)&lt;BR /&gt;
           Displaying Router Link States(Area 172.20.192.254)&lt;BR /&gt;
 LinkID           ADV Router       Age       Seq#             Checksum&lt;BR /&gt;
172.20.192.254    172.20.192.254   117       0x80000009       0x37bb&lt;BR /&gt;
172.20.207.62     172.20.207.62    826       0x80000005       0xc0e8&lt;BR /&gt;
           Displaying Net Link States(Area 172.20.192.254)&lt;BR /&gt;
 LinkID           ADV Router       Age       Seq#             Checksum&lt;BR /&gt;
172.20.248.1      172.20.192.254   827       0x80000003       0x8c46&lt;BR /&gt;
           Displaying Ipnet Sum Link States(Area 172.20.192.254)&lt;BR /&gt;
 LinkID           ADV Router       Age       Seq#             Checksum&lt;BR /&gt;
0.0.0.0           172.20.207.62    118       0x80000009       0x777&lt;BR /&gt;
&lt;BR /&gt;
OSPF LSDB on EXOS:&lt;BR /&gt;
&lt;BR /&gt;
Col-Core1.68 # show ospf lsdb&lt;BR /&gt;
                Router LSAs for area 0.0.0.0&lt;BR /&gt;
Link State ID   Adv Router      Seq#         Age Chksum  #Links&lt;BR /&gt;
-------------------------------------------------------------&lt;BR /&gt;
172.20.207.62   172.20.207.62   0x80000006  914  0xf1b5  5&lt;BR /&gt;
172.20.207.126  172.20.207.126  0x8000000a  931  0x2da0  5&lt;BR /&gt;
172.20.207.190  172.20.207.190  0x8000000c  929  0xeda0  5&lt;BR /&gt;
172.20.207.254  172.20.207.254  0x80000009  178  0x 6b6  5&lt;BR /&gt;
                Network LSAs for area 0.0.0.0&lt;BR /&gt;
Link State ID   Adv Router      Seq#         Age Chksum&lt;BR /&gt;
-------------------------------------------------------------&lt;BR /&gt;
172.20.250.243  172.20.207.190  0x80000003  929  0xd070&lt;BR /&gt;
                Summary LSAs for area 0.0.0.0&lt;BR /&gt;
Link State ID   Adv Router      Seq#         Age Chksum&lt;BR /&gt;
-------------------------------------------------------------&lt;BR /&gt;
172.20.248.0    172.20.207.62   0x80000003  944  0x3e93&lt;BR /&gt;
                Router LSAs for area 172.20.192.254&lt;BR /&gt;
Link State ID   Adv Router      Seq#         Age Chksum  #Links&lt;BR /&gt;
-------------------------------------------------------------&lt;BR /&gt;
172.20.192.254  172.20.192.254  0x80000009  238  0x37bb  2&lt;BR /&gt;
172.20.207.62   172.20.207.62   0x80000005  945  0xc0e8  2&lt;BR /&gt;
                Network LSAs for area 172.20.192.254&lt;BR /&gt;
Link State ID   Adv Router      Seq#         Age Chksum&lt;BR /&gt;
-------------------------------------------------------------&lt;BR /&gt;
172.20.248.1    172.20.192.254  0x80000003  948  0x8c46&lt;BR /&gt;
                Summary LSAs for area 172.20.192.254&lt;BR /&gt;
Link State ID   Adv Router      Seq#         Age Chksum&lt;BR /&gt;
------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
OSPF Neighbour EXOS:&lt;BR /&gt;
&lt;BR /&gt;
Col-Core1.69 # show ospf neighbor&lt;BR /&gt;
Neighbor ID     Pri State              Up/Dead Time             Address         Interface&lt;BR /&gt;
          BFD Session State&lt;BR /&gt;
==========================================================================================&lt;BR /&gt;
172.20.207.126    0 FULL      /DROTHER 00:01:23:02/00:00:00:02  172.20.251.242  Core1-To-&lt;BR /&gt;
          None&lt;BR /&gt;
172.20.207.190  120 FULL      /DR      00:01:23:00/00:00:00:10  172.20.250.243  Cores-To-&lt;BR /&gt;
          None&lt;BR /&gt;
172.20.192.254    1 FULL      /DR      00:01:23:00/00:00:00:00  172.20.248.1    OSPF-Col-&lt;BR /&gt;
          None&lt;BR /&gt;
Total number of neighbors: 3 (All neighbors in Full state)&lt;BR /&gt;
&lt;BR /&gt;
OSPF Neighbour EOS:&lt;BR /&gt;
&lt;BR /&gt;
Col-BSD(su)-&amp;gt;router#show ip ospf neighbor&lt;BR /&gt;
ID             Pri   State        Dead-Int  Address        Interface&lt;BR /&gt;
172.20.207.62  10    Full         40        172.20.248.2   vlan2001&lt;BR /&gt;
&lt;BR /&gt;
Col-Core1.3 # show version&lt;BR /&gt;
Switch      : 800770-00-04 1746N-40857 Rev 4.0 IMG: 22.3.1.4&lt;BR /&gt;
Image   : ExtremeXOS version 22.3.1.4 22.3.1.4-patch1-7 by release-manager&lt;BR /&gt;
          on Tue Jan 16 09:05:31 EST 2018&lt;BR /&gt;
Diagnostics : 2.5&lt;BR /&gt;
Certified Version : EXOS Linux  3.18.48, FIPS fips-ecp-2.0.16&lt;BR /&gt;
&lt;BR /&gt;
Col-BSD(su)-&amp;gt;show switch&lt;BR /&gt;
        Management   Preconfig   Plugged-in        Switch             Code&lt;BR /&gt;
Switch    Status     Model ID    Model ID          Status            Version&lt;BR /&gt;
------ ------------ ----------- ----------- --------------------- --------------&lt;BR /&gt;
1      Mgmt Switch  C5G124-48P2 C5G124-48P2 OK                    06.71.03.0025&lt;BR /&gt;
2      Stack Member C5G124-48P2 C5G124-48P2 OK                    06.71.03.0025&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance.</description>
      <pubDate>Wed, 16 May 2018 20:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ospf-stub-between-eos-and-exos-not-updating-routing-table/m-p/58422#M1330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T20:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Stub between EOS and EXOS not updating routing table</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ospf-stub-between-eos-and-exos-not-updating-routing-table/m-p/58423#M1331</link>
      <description>Figured it out.... the EOS device link-type is set to broadcast by default, whereas I had configured point-to-point on EXOS.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 May 2018 00:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ospf-stub-between-eos-and-exos-not-updating-routing-table/m-p/58423#M1331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T00:06:00Z</dc:date>
    </item>
  </channel>
</rss>

