<?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: VSP OSPF with fabric SPBM/ISIS in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78503#M1209</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp; that’s perfect.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 18:48:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-03T18:48:43Z</dc:date>
    <item>
      <title>VSP OSPF with fabric SPBM/ISIS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78499#M1205</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Apologies if this is a simple question.&lt;/P&gt;&lt;P&gt;Have a S8 network that is being migrated to VSP’s. The legacy network predominantly uses OSPF.&lt;/P&gt;&lt;P&gt;The question I have is with the new network built on SPBM / IS-IS fabric using GRT (IP Shortcuts). That means I will be running both IS-IS and OSPF.&lt;/P&gt;&lt;P&gt;As networks that are transitioned to the VSP on the GRT will use&amp;nbsp;IS-IS of which redistribution of directly connected networks will be applied to the router isis.&lt;/P&gt;&lt;P&gt;OSPF will also be enabled, but predominantly for external routing devices to interact with the new.&lt;/P&gt;&lt;P&gt;That means I essentially need to redistribute directly connected networks in IS-IS into OSPF, and OSPF learned routes into IS-IS, but obviously stop a routing loop between the two i.e. possibly need to create a route map to achieve this?&lt;/P&gt;&lt;P&gt;Now that might be the right or wrong way of doing it, even could possibly have my understanding wrong.&lt;/P&gt;&lt;P&gt;Either way I’m looking for some guidance on the best practice and what the config might look like to achieve this.&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 20:17:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78499#M1205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-01T20:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: VSP OSPF with fabric SPBM/ISIS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78500#M1206</link>
      <description>&lt;P&gt;Martin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A route-map is not really necessary, you’ll have to play with the route redistribution rules.&lt;/P&gt;&lt;P&gt;Depending on where is located your default route, you could redistribute OSPF in ISIS and ISIS in OSPF or not. Those rules are of course VRF dependent&lt;/P&gt;&lt;P&gt;Here an example of redistribute rules I use between OSPF and ISIS:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;BR /&gt;&lt;BR /&gt;# IP REDISTRIBUTION CONFIGURATION - GlobalRouter&lt;BR /&gt;&lt;BR /&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;router ospf&lt;BR /&gt;&lt;BR /&gt;redistribute isis&lt;BR /&gt;&lt;BR /&gt;redistribute static&lt;BR /&gt;&lt;BR /&gt;redistribute static enable&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;router isis&lt;BR /&gt;&lt;BR /&gt;redistribute static&lt;BR /&gt;&lt;BR /&gt;redistribute static metric 1&lt;BR /&gt;&lt;BR /&gt;redistribute static enable&lt;BR /&gt;&lt;BR /&gt;redistribute direct&lt;BR /&gt;&lt;BR /&gt;redistribute direct route-map "deny-vist-address"&lt;BR /&gt;&lt;BR /&gt;redistribute direct enable&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;ip ospf apply redistribute static&lt;BR /&gt;&lt;BR /&gt;isis apply redistribute static&lt;BR /&gt;&lt;BR /&gt;isis apply redistribute direct&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 20:34:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78500#M1206</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-12-01T20:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: VSP OSPF with fabric SPBM/ISIS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78501#M1207</link>
      <description>&lt;P&gt;Thanks Mig, really appreciated.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 21:52:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78501#M1207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-01T21:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: VSP OSPF with fabric SPBM/ISIS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78502#M1208</link>
      <description>&lt;P&gt;Here is another example.&lt;/P&gt;&lt;P&gt;I do this to stop the routing loops&amp;nbsp;occurring between OSPF and ISIS. Should be able to use this config universally&amp;nbsp;on any pair of switches doing redistribution (diagram attached). You would do this on both peer switches.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(config)#route-map "peer-block-external" 1&lt;BR /&gt;(route-map)#no permit&lt;BR /&gt;(route-map)#enable&lt;BR /&gt;(route-map)#match metric-type-isis external&lt;BR /&gt;(route-map)#exit&lt;BR /&gt;&lt;BR /&gt;(config)#route-map "peer-block-external-ospf" 1&lt;BR /&gt;(route-map)#no permit&lt;BR /&gt;(route-map)#enable&lt;BR /&gt;(route-map)#match route-type external-2&lt;BR /&gt;(route-map)#exit&lt;BR /&gt;&lt;BR /&gt;(config)#router isis&lt;BR /&gt;(config-isis)#redistribute ospf&lt;BR /&gt;(config-isis)#redistribute ospf metric-type external&lt;BR /&gt;(config-isis)#redistribute ospf enable&lt;BR /&gt;(config-isis)#redistribute direct&lt;BR /&gt;(config-isis)#redistribute direct enable&lt;BR /&gt;(config-isis)#accept adv-rtr x.x.x.x (peer spb nickname)&lt;BR /&gt;(config-isis)#accept adv-rtr x.x.x.x route-map "peer-block-external"&lt;BR /&gt;(config-isis)#accept adv-rtr x.x.x.x enable&lt;BR /&gt;(config-isis)#exit&lt;BR /&gt;(config)#isis apply redistribute ospf&lt;BR /&gt;(config)#isis apply redistribute direct&lt;BR /&gt;(config)#isis apply accept&lt;BR /&gt;&lt;BR /&gt;(config)# router ospf&lt;BR /&gt;(config-ospf)# router-id x.x.x.x&lt;BR /&gt;(config-ospf)# as-boundary-router enable&lt;BR /&gt;(config-ospf)# redistribute isis&lt;BR /&gt;(config-ospf)# redistribute isis enable&lt;BR /&gt;(config-ospf)# redistribute direct&lt;BR /&gt;(config-ospf)# redistribute&amp;nbsp;direct enable&lt;BR /&gt;(config-ospf)#&amp;nbsp;redistribute static (if static routes exist)&lt;BR /&gt;(config-ospf)#&amp;nbsp;redistribute static enable (if static routes exist)&lt;BR /&gt;(config-ospf)#accept adv-rtr x.x.x.x (Peer router ID) enable&lt;BR /&gt;(config-ospf)#accept adv-rtr x.x.x.x route-map peer-block-external-ospf&lt;BR /&gt;(config-ospf)# exit&lt;BR /&gt;(config)#router ospf enable&lt;BR /&gt;(config)#ip ospf apply redistribute isis&lt;BR /&gt;(config)#ip ospf apply redistribute direct&lt;BR /&gt;(config)#ip ospf apply redistribute static (if static routes exist)&lt;BR /&gt;(config)#ip ospf apply accept&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1f1f83792e8445ceb9836e02972c228f_ba5713bf-d952-4f2e-a518-935b45b69234.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5126iEA155002D939B946/image-size/large?v=v2&amp;amp;px=999" role="button" title="1f1f83792e8445ceb9836e02972c228f_ba5713bf-d952-4f2e-a518-935b45b69234.png" alt="1f1f83792e8445ceb9836e02972c228f_ba5713bf-d952-4f2e-a518-935b45b69234.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 03:01:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78502#M1208</guid>
      <dc:creator>Jay2009</dc:creator>
      <dc:date>2020-12-02T03:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: VSP OSPF with fabric SPBM/ISIS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78503#M1209</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp; that’s perfect.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 18:48:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78503#M1209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-03T18:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: VSP OSPF with fabric SPBM/ISIS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78504#M1210</link>
      <description>&lt;P&gt;Additional information provided here:&lt;/P&gt;&lt;OEMBED url="https://community.extremenetworks.com/extremeswitching-vsp-233220/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely-7829929"&gt;&lt;/OEMBED&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 02:03:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-ospf-with-fabric-spbm-isis/m-p/78504#M1210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-07T02:03:55Z</dc:date>
    </item>
  </channel>
</rss>

