<?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 routing between EXOS and VSP switches in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45967#M11568</link>
    <description>Hi Roy&lt;BR /&gt;
&lt;BR /&gt;
I tested the above but still no routes on the x440.&lt;BR /&gt;
&lt;BR /&gt;
Actually my LAB is slightly more complex.&lt;BR /&gt;
With my first post I tried to simply the issue but here goes.&lt;BR /&gt;
&lt;BR /&gt;
I have a client VRF created on the VSP 4850.&lt;BR /&gt;
This VRF should route via OSPF between the client network (X440) and the VSP&lt;BR /&gt;
&lt;BR /&gt;
The config on the VSP looks as follows:&lt;BR /&gt;
&lt;BR /&gt;
Remember that the OSPF Neighbor relationship is fully formed and the VSP's are receiving the routes from the X440, the only thing is that the x440 does not receive any routes from the VSP.&lt;BR /&gt;
&lt;BR /&gt;
router vrf clienta_l3vpn&lt;BR /&gt;
ip ospf router-id 10.201.0.1&lt;BR /&gt;
ip ospf&lt;BR /&gt;
ip ospf admin-state&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface Vlan 200&lt;BR /&gt;
vrf clienta_l3vpn&lt;BR /&gt;
ip ospf enable&lt;BR /&gt;
&lt;BR /&gt;
interface Vlan 222&lt;BR /&gt;
vrf clienta_l3vpn&lt;BR /&gt;
ip ospf enable&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Nov 2018 21:51:00 GMT</pubDate>
    <dc:creator>Andre_Brits_Kan</dc:creator>
    <dc:date>2018-11-22T21:51:00Z</dc:date>
    <item>
      <title>OSPF routing between EXOS and VSP switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45965#M11566</link>
      <description>Hi Community&lt;BR /&gt;
&lt;BR /&gt;
I am new to the VSP series switch.&lt;BR /&gt;
&lt;BR /&gt;
In my Lab I am trying to configure OSPF routing between a x460-G2 and a VSP4850.&lt;BR /&gt;
The x460-g2 is loaded with a core license and the VSP4850 is loaded with the premier license.&lt;BR /&gt;
&lt;BR /&gt;
The network diagram looks as follows:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6937663be76d4a5a9be126c40aab9cf8_RackMultipart20181121-45798-1tiyej7-ospf_problem_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5646i56504D4BF8BE2575/image-size/large?v=v2&amp;amp;px=999" role="button" title="6937663be76d4a5a9be126c40aab9cf8_RackMultipart20181121-45798-1tiyej7-ospf_problem_inline.jpg" alt="6937663be76d4a5a9be126c40aab9cf8_RackMultipart20181121-45798-1tiyej7-ospf_problem_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
I have a client vlan create on the x460 and another client vlan on the VSP4850.&lt;BR /&gt;
I have configured ospf as I would expect it to be but I am having problems.&lt;BR /&gt;
&lt;BR /&gt;
The ospf neighbor ship is formed and a full adjacency is formed.&lt;BR /&gt;
If I look at the routing table on the VSP is see all the directly connected routes and I see the OSPF routes for 192.168.100.0/24 and 2.2.2.1/32&lt;BR /&gt;
&lt;BR /&gt;
So the x460 is advertising the routes to the VSP as expected.&lt;BR /&gt;
&lt;BR /&gt;
However if I look at the routing table on the x460 I only see the direct connected routes.&lt;BR /&gt;
I do not see the client vlan on the VSP advertised via ospf.&lt;BR /&gt;
&lt;BR /&gt;
The config on x460 looks as follows: &lt;BR /&gt;
&lt;BR /&gt;
create vlan LoopBack1 tag 111 description LoopBack&lt;BR /&gt;
configure vlan LoopBack1 ipaddress 2.2.2.1/24&lt;BR /&gt;
enable loopback&lt;BR /&gt;
enable loopback-mode LoopBack1&lt;BR /&gt;
&lt;BR /&gt;
create vlan 200&lt;BR /&gt;
configure vlan 200 ipaddress 10.201.0.2/24&lt;BR /&gt;
enable ipforwarding&lt;BR /&gt;
configure vlan Default delete ports 48&lt;BR /&gt;
configure vlan 200 add ports 48 untagged&lt;BR /&gt;
&lt;BR /&gt;
configure ospf routerid 2.2.2.1&lt;BR /&gt;
configure ospf add VLAN_0200 area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
configure ospf add LoopBack1 area 0.0.0.0&lt;BR /&gt;
enable ospf&lt;BR /&gt;
&lt;BR /&gt;
create vlan Client_Data tag 100&lt;BR /&gt;
configure vlan 100 add ports 1 tagged&lt;BR /&gt;
configure vlan 100 ipaddress 192.168.100.1/24&lt;BR /&gt;
configure ospf add VLAN_100 area 0.0.0.0 passive&lt;BR /&gt;
&lt;BR /&gt;
The questions is what should the OSPF config on the VSP side be then?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2018 22:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45965#M11566</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2018-11-21T22:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF routing between EXOS and VSP switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45966#M11567</link>
      <description>Hi Andre,&lt;BR /&gt;
&lt;BR /&gt;
Since OSPF config of VSP side is not attached, I can't be sure what is causing this.&lt;BR /&gt;
But if you have redistributed direct connected network(client VLAN), the VSP should declare itself as an ASBR.&lt;BR /&gt;
EXOS makes itself as an ASBR automatically when it redistribute any route entries but VSP needs the below command.&lt;BR /&gt;
&lt;BR /&gt;
VSP-8404:1(config)#router ospf&lt;BR /&gt;
VSP-8404:1(config-ospf)#as-boundary-router enable &lt;BR /&gt;
&lt;BR /&gt;
If this is not a case, post the config of VSP to so that we can check what are missing here.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2018 07:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45966#M11567</guid>
      <dc:creator>Roy_Noh</dc:creator>
      <dc:date>2018-11-22T07:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF routing between EXOS and VSP switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45967#M11568</link>
      <description>Hi Roy&lt;BR /&gt;
&lt;BR /&gt;
I tested the above but still no routes on the x440.&lt;BR /&gt;
&lt;BR /&gt;
Actually my LAB is slightly more complex.&lt;BR /&gt;
With my first post I tried to simply the issue but here goes.&lt;BR /&gt;
&lt;BR /&gt;
I have a client VRF created on the VSP 4850.&lt;BR /&gt;
This VRF should route via OSPF between the client network (X440) and the VSP&lt;BR /&gt;
&lt;BR /&gt;
The config on the VSP looks as follows:&lt;BR /&gt;
&lt;BR /&gt;
Remember that the OSPF Neighbor relationship is fully formed and the VSP's are receiving the routes from the X440, the only thing is that the x440 does not receive any routes from the VSP.&lt;BR /&gt;
&lt;BR /&gt;
router vrf clienta_l3vpn&lt;BR /&gt;
ip ospf router-id 10.201.0.1&lt;BR /&gt;
ip ospf&lt;BR /&gt;
ip ospf admin-state&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface Vlan 200&lt;BR /&gt;
vrf clienta_l3vpn&lt;BR /&gt;
ip ospf enable&lt;BR /&gt;
&lt;BR /&gt;
interface Vlan 222&lt;BR /&gt;
vrf clienta_l3vpn&lt;BR /&gt;
ip ospf enable&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2018 21:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45967#M11568</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2018-11-22T21:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF routing between EXOS and VSP switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45968#M11569</link>
      <description>Hi Andre,&lt;BR /&gt;
&lt;BR /&gt;
I found OSPF link type on vlan 200 is point-to-point on Exos side as below.&lt;BR /&gt;
&lt;BR /&gt;
   configure ospf add VLAN_0200 area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
&lt;BR /&gt;
Currently, any of legacy Avaya switch does not support point-to-point. Default type is Broadcast.&lt;BR /&gt;
Thus, change the link-type of Exos as Broadcast and see the OSPF routing entries.  &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Nov 2018 08:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45968#M11569</guid>
      <dc:creator>Jongseok_Won</dc:creator>
      <dc:date>2018-11-23T08:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF routing between EXOS and VSP switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45969#M11570</link>
      <description>Hi Jongseok&lt;BR /&gt;
&lt;BR /&gt;
Thank you that seemed to resolve my issue.&lt;BR /&gt;
Routes are now learned on both the VSP and the x440.&lt;BR /&gt;
&lt;BR /&gt;
I am adding some more complexity.&lt;BR /&gt;
&lt;BR /&gt;
I am extending this VRF on the VSP switch arcoss a fabric to another VSP.&lt;BR /&gt;
The L3VSN is working. (I followed the config guide)&lt;BR /&gt;
If I look at the remote VSP I see all the routes from the first VSP that is also running the OSPF to the x440.&lt;BR /&gt;
The remote VSP is also receiving the OSPF routes that was advertised from the x440.&lt;BR /&gt;
However the x440 is not learning the routes from the remote VSP switch,&lt;BR /&gt;
I would presume that I will need to redistribute ISIS routes (Learned within the L3VSN) to OSPF.&lt;BR /&gt;
I have tested various of the "ip ospf redist isis" commands but can not seem to get it to go.&lt;BR /&gt;
&lt;BR /&gt;
What would the commands then be to redistribute the L3VSN routes learned via ISIS to the OSPF X440?</description>
      <pubDate>Fri, 23 Nov 2018 21:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45969#M11570</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2018-11-23T21:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF routing between EXOS and VSP switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45970#M11571</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I have tried the following but the routes form the across the fabric is still not shared via OSPF to an extrenal x440:&lt;BR /&gt;
&lt;BR /&gt;
ip ospf redistribute isis&lt;BR /&gt;
ip ospf redistribute isis metric 1&lt;BR /&gt;
ip ospf redistribute isis enable&lt;BR /&gt;
&lt;BR /&gt;
ip ospf apply redistribute vrf clienta_l3vpn&lt;BR /&gt;
&lt;BR /&gt;
Still none of the ISIS routes learned across the fabric is redistributed into OSPF</description>
      <pubDate>Thu, 29 Nov 2018 14:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45970#M11571</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2018-11-29T14:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: OSPF routing between EXOS and VSP switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45971#M11572</link>
      <description>Hello Andre,&lt;BR /&gt;
&lt;BR /&gt;
If you have configured as-boundary-router enabled and ospf redistribution as you described, I think configuration parts should be no problem.&lt;BR /&gt;
How about LSDB on both X440 and VSP?&lt;BR /&gt;
Do you see any redistributed route entries as type 5 LSAs?</description>
      <pubDate>Fri, 30 Nov 2018 11:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ospf-routing-between-exos-and-vsp-switches/m-p/45971#M11572</guid>
      <dc:creator>Roy_Noh</dc:creator>
      <dc:date>2018-11-30T11:30:00Z</dc:date>
    </item>
  </channel>
</rss>

