<?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 Troubleshooting quesitons.. in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45360#M11298</link>
    <description>core router 1 ---&amp;gt; edge router 1 ---&amp;gt; ISP router 1 (MPLS)&lt;BR /&gt;
core router 1 ---&amp;gt; edge router 2 ---&amp;gt; ISP router 2 (MPLS)&lt;BR /&gt;
&lt;BR /&gt;
So our network has two ISP routers connected at each site, yet we only see one entry for each advertised route in the lsdb.&lt;BR /&gt;
&lt;BR /&gt;
will send you an email with details of issue and network diagram.&lt;BR /&gt;</description>
    <pubDate>Wed, 28 May 2014 12:48:00 GMT</pubDate>
    <dc:creator>yuvi</dc:creator>
    <dc:date>2014-05-28T12:48:00Z</dc:date>
    <item>
      <title>OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45348#M11286</link>
      <description>The problem right now is that our outbound traffic is only using one of our many MPLS pipes. And i reckon this is because there is only one advertising router for those networks.&lt;BR /&gt;
&lt;BR /&gt;
1. We have multiple ISP routers redistributing routes (they say they do) into our OSPF network. But on our internal routers i only see one entry in the LSDB. Is this normal ..or is our ISP lying&lt;BR /&gt;
&lt;BR /&gt;
2. The VLANs added to EAPS are also the ones with interfaces on OSPF.. so would EAPS be preventing OSPF LSAs ?&lt;BR /&gt;
﻿&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2014 18:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45348#M11286</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2014-05-27T18:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45349#M11287</link>
      <description>You should see one routes in the routing table but multiple in LSDB. EAPS should not prevent OSPF LSA untill and unless the port is in active for the EAPS domain.&lt;BR /&gt;
&lt;BR /&gt;
I</description>
      <pubDate>Tue, 27 May 2014 20:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45349#M11287</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-27T20:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45350#M11288</link>
      <description>Simit,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply, can you clarify on the point you made " EAPS should not prevent OSPF LSA untill and unless the port is in active for the EAPS domain."...&lt;BR /&gt;
&lt;BR /&gt;
port is "in active" ? as in ?</description>
      <pubDate>Tue, 27 May 2014 23:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45350#M11288</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2014-05-27T23:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45351#M11289</link>
      <description>EAPS will not block any LSAs. Can you post a snippet of your OSPF config maybe ?</description>
      <pubDate>Tue, 27 May 2014 23:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45351#M11289</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2014-05-27T23:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45352#M11290</link>
      <description>show configuration ospf#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 172.20.11.1&lt;BR /&gt;
enable ospf&lt;BR /&gt;
enable ospf export static Export_Statics&lt;BR /&gt;
create ospf area 0.0.0.15&lt;BR /&gt;
create ospf area 0.0.1.0&lt;BR /&gt;
configure ospf add vlan XYZ area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan XYZ-ABC area 0.0.0.0 passive&lt;BR /&gt;
configure ospf vlan Default priority 0&lt;BR /&gt;
configure ospf add vlan SITE1-SITE2 area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
configure ospf add vlan DATA area 0.0.0.0&lt;BR /&gt;
configure ospf add vlan ROUTER-1-2 area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
configure ospf add vlan QWERTY area 0.0.0.0 passive&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2014 23:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45352#M11290</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2014-05-27T23:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45353#M11291</link>
      <description>how to config connect to cisco "cisco have &amp;gt; key chain "</description>
      <pubDate>Tue, 27 May 2014 23:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45353#M11291</guid>
      <dc:creator>WP</dc:creator>
      <dc:date>2014-05-27T23:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45354#M11292</link>
      <description>So vlan SITE1-SITE2 is the area you have towards the ISP ? &lt;BR /&gt;
&lt;BR /&gt;
How do your show ospf neig look like today ? &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 12:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45354#M11292</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2014-05-28T12:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45355#M11293</link>
      <description>the site-2 is two cities linked by a LAN extension. &lt;BR /&gt;
&lt;BR /&gt;
The ISP link is Router-1-2&lt;BR /&gt;
sh ospf neighbor&lt;BR /&gt;
Neighbor ID     Pri State                          Up/Dead Time                         Address   &lt;BR /&gt;
172.21.2.1      1    FULL      /DR      245:10:24:21/00:00:00:02             172.21.2.1 &lt;BR /&gt;
&lt;BR /&gt;
Im wondering EAPS has nothing to do with LSDB entries. IF my extreme switch is connected directly to the ISP CE router, then by default that router should be advertising all routes that are behind it in the MPLS. But the LSDB of the extreme router connected to the ISP CE router doesn't have any advertisements coming form that particular CE router.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 12:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45355#M11293</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2014-05-28T12:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45356#M11294</link>
      <description>Can you provide "show version" command output and your contact phone number to discuss you about this issue?</description>
      <pubDate>Wed, 28 May 2014 12:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45356#M11294</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-28T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45357#M11295</link>
      <description>Sumit, i have your email from a previous support ticket that you helped me on, so do you mind if i email you in case of doubts regarding this.. As of now i have narrowed it down to the ISP not advertising the routes. So i will be asking them to forward me the configuration of their CE router. Unless you think it could be a bug ? &lt;BR /&gt;
&lt;BR /&gt;
any known bugs for OSPF in exos 12.5 ?</description>
      <pubDate>Wed, 28 May 2014 12:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45357#M11295</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2014-05-28T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45358#M11296</link>
      <description>go ahead ..</description>
      <pubDate>Wed, 28 May 2014 12:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45358#M11296</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-28T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45359#M11297</link>
      <description>what is your scenario?&lt;BR /&gt;
Single home? (one router connected to another single ISP's router)(BGP not recommended)&lt;BR /&gt;
Dual Home? (One or Multiple router connected to sing ISP routes)((BGP not recommended))&lt;BR /&gt;
Multihoming? (Connected to two or more ISP?)&lt;BR /&gt;
Dual Multihomming (Similar to Multihoming but with redundant link)&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 12:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45359#M11297</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-28T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45360#M11298</link>
      <description>core router 1 ---&amp;gt; edge router 1 ---&amp;gt; ISP router 1 (MPLS)&lt;BR /&gt;
core router 1 ---&amp;gt; edge router 2 ---&amp;gt; ISP router 2 (MPLS)&lt;BR /&gt;
&lt;BR /&gt;
So our network has two ISP routers connected at each site, yet we only see one entry for each advertised route in the lsdb.&lt;BR /&gt;
&lt;BR /&gt;
will send you an email with details of issue and network diagram.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 12:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45360#M11298</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2014-05-28T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF Troubleshooting quesitons..</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45361#M11299</link>
      <description>It was nice speaking with you Yuvi.</description>
      <pubDate>Wed, 28 May 2014 12:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-troubleshooting-quesitons/m-p/45361#M11299</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-28T12:48:00Z</dc:date>
    </item>
  </channel>
</rss>

