<?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 Voss to Cisco in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117107#M2759</link>
    <description>&lt;P&gt;Hi Bryce,&lt;BR /&gt;&lt;BR /&gt;there are multiple ways to solve your problem. If I understand correct you want the cisco Switch to learn IP networks configured on VOSS switch? The easiest way is to make a transfer network between the Cisco OSPF Router and the VOSS OSPF Router via an active ospf interface. After that you can enable OSPF as passive interface on the networks which you want the Cisco OSPF Router to be learned via the transfer network.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;#active OSPF Network&lt;BR /&gt;vlan create 50 name transfer type port-mstprstp 0&lt;BR /&gt;vlan i-sid 50 50&lt;BR /&gt;interface vlan 50&lt;BR /&gt;ip address 10.50.50.1/24&lt;BR /&gt;ip ospf area 0.0.0.0&lt;BR /&gt;ip ospf network active&lt;BR /&gt;ip ospf enable&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#passive OSPF Network&lt;BR /&gt;vlan create 51 name RandomNetwork type port-mstprstp 0&lt;BR /&gt;vlan i-sid 51 51&lt;BR /&gt;interface vlan 51&lt;BR /&gt;ip address 10.51.51.1/24&lt;BR /&gt;ip ospf area 0.0.0.0&lt;BR /&gt;ip ospf network passive&lt;BR /&gt;ip ospf enable&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#after that you can enable ospf gloabaly&lt;BR /&gt;router ospf enable&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 09:03:25 GMT</pubDate>
    <dc:creator>Phil_</dc:creator>
    <dc:date>2024-12-13T09:03:25Z</dc:date>
    <item>
      <title>OSPF Voss to Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117082#M2753</link>
      <description>&lt;P&gt;I am new to the Extreme world and as a jump in I have a network refresh of about 20 switches to do moving from Force 10/ Cisco to Extreme Voss. I have been having trouble figuring out how to configure OSPF on the new core switches. They will uplink to a cisco switch which handles the main OSPF routing between multiple branch locations.&amp;nbsp; My test setup consists of a vist core pair with multiple edge switches. I have fabric working with l3vsn for the LAN. The core pair will also have a couple direct connections.&lt;BR /&gt;If I were doing the complete refresh in 1 swoop I believe I would just add the ospf config to each vlan per this guide.&lt;BR /&gt;&lt;A href="https://extreme-networks.my.site.com/ExtrArticleDetail?n=000023757&amp;amp;q=OSPF%20VOSS" target="_blank"&gt;How To: How To Configure OSPF | Extreme Portal&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However this will not be a mass cutover and instead will first be a core walk over, and then each edge switch would be done at a different time (due to downtime scheduling and business production). So I will have a mix of cisco, force10, and voss all running at the edge.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In cisco I currently just have a summary route on the existing core. Is there a way to replicate this in Voss, or what would be the way to approach this?&amp;nbsp; I have found lots of guides but due to my experience I believe I am not fully grasping what needs to happen. My last resort would be to just add a vlan to the cisco and move this OSPF config to the cisco switch but if possible, I would like to do everything in voss that we can.&lt;BR /&gt;&lt;BR /&gt;This is the current ospf config on the core I am replacing.&amp;nbsp;&lt;BR /&gt;router ospf 1441&lt;BR /&gt;network 192.168.100.0/24 area 0&lt;BR /&gt;network 172.17.0.0/16 area 1&lt;BR /&gt;&lt;BR /&gt;Our local network consists of numerous /24 subnets with the 172.17.x.x IPs which is why in cisco the summary route works well.&amp;nbsp;&lt;BR /&gt;Thank you for any help or guidance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 19:38:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117082#M2753</guid>
      <dc:creator>BryceA</dc:creator>
      <dc:date>2024-12-10T19:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF Voss to Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117083#M2754</link>
      <description>&lt;P&gt;I may have figured it out&lt;BR /&gt;router ospf&lt;BR /&gt;area 0.0.0.1&lt;BR /&gt;area range 0.0.0.1 172.17.0.0/16 summary-link advertise-mode summarize&lt;BR /&gt;&lt;BR /&gt;I will add a cisco switch to my desk lab and see if that does it.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 21:02:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117083#M2754</guid>
      <dc:creator>BryceA</dc:creator>
      <dc:date>2024-12-10T21:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF Voss to Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117104#M2758</link>
      <description>&lt;P&gt;I'm getting closer although I'm not sure if on the right path. I added the 172.17 summary route to my VRF and then created another summary route for the 192.168.100.0/24 network in the area 0.0.0.0. OSPF is enabled for the vrf and the switches can ping each other's IP on the 192 subnet (Voss when specifying the correct vrf for ping).&amp;nbsp; I now have an adjacency formed but am not getting advertised routes on the Cisco. Voss is receiving the advertised routes from Cisco though.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I then backed out that summary route and added the config to the vlan as described in the above and no change happened for the routes. I can still see routes received form the Cisco but the cisco is not receiving routes from voss.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:41:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117104#M2758</guid>
      <dc:creator>BryceA</dc:creator>
      <dc:date>2024-12-12T19:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF Voss to Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117107#M2759</link>
      <description>&lt;P&gt;Hi Bryce,&lt;BR /&gt;&lt;BR /&gt;there are multiple ways to solve your problem. If I understand correct you want the cisco Switch to learn IP networks configured on VOSS switch? The easiest way is to make a transfer network between the Cisco OSPF Router and the VOSS OSPF Router via an active ospf interface. After that you can enable OSPF as passive interface on the networks which you want the Cisco OSPF Router to be learned via the transfer network.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;#active OSPF Network&lt;BR /&gt;vlan create 50 name transfer type port-mstprstp 0&lt;BR /&gt;vlan i-sid 50 50&lt;BR /&gt;interface vlan 50&lt;BR /&gt;ip address 10.50.50.1/24&lt;BR /&gt;ip ospf area 0.0.0.0&lt;BR /&gt;ip ospf network active&lt;BR /&gt;ip ospf enable&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#passive OSPF Network&lt;BR /&gt;vlan create 51 name RandomNetwork type port-mstprstp 0&lt;BR /&gt;vlan i-sid 51 51&lt;BR /&gt;interface vlan 51&lt;BR /&gt;ip address 10.51.51.1/24&lt;BR /&gt;ip ospf area 0.0.0.0&lt;BR /&gt;ip ospf network passive&lt;BR /&gt;ip ospf enable&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#after that you can enable ospf gloabaly&lt;BR /&gt;router ospf enable&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 09:03:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117107#M2759</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2024-12-13T09:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF Voss to Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117237#M2779</link>
      <description>&lt;P&gt;This was marked as a solution but was incorrect and did not work.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 15:43:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ospf-voss-to-cisco/m-p/117237#M2779</guid>
      <dc:creator>BryceA</dc:creator>
      <dc:date>2025-01-02T15:43:48Z</dc:date>
    </item>
  </channel>
</rss>

