<?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: Should I redistribute OSPF into ISIS, if so, how do I do safely? in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71140#M945</link>
    <description>&lt;P&gt;HI Mig,&lt;/P&gt;&lt;P&gt;Thanks for this.&lt;/P&gt;&lt;P&gt;Its good to get the reassurance. It stemmed from a recent GTAC call, when looking at my config they said they routinely redistribute in both directions?&lt;/P&gt;&lt;P&gt;My obvious concern was creating a routing loop, but the said it was easy to configure the route maps to manage it and&amp;nbsp;referred me to professional services.&lt;/P&gt;&lt;P&gt;Obviously on the surface it didn’t seem a straight forward thing to do, so was also double checking what others might do.&lt;/P&gt;&lt;P&gt;Yeah, P2P’s I have already scratched to remove them tomorrow. Plan was to simply create a /29 subnet, give each VSP an IP in&amp;nbsp;and use say VLAN 3401 between each of the VSP’s and just configure OSPF broadcast to share OSPF routing information between each of the VSP’s - think that's what you are referring to.&lt;/P&gt;&lt;P&gt;Anyway, thanks again.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 01:13:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-02T01:13:51Z</dc:date>
    <item>
      <title>Should I redistribute OSPF into ISIS, if so, how do I do safely?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71138#M943</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have been told that it is quite routine to redistribute OSPF routes into ISIS and visa versa. In my topology OSPF is used as routes are exchanged&amp;nbsp;with external firewalls.&lt;/P&gt;&lt;P&gt;Initially my thoughts where that I just needed to redistribute ISIS into OSPF, it doesn’t need to be the other way around. The reason for this was that each router in the topology will be running OSPF, so all routes and known paths would be shared.&lt;/P&gt;&lt;P&gt;Recently this changed a little, in that the network / fabric is expanding and there isn’t necessarily a need to run OSPF on these VSP’s, so should all routes be distributed into ISIS then the other fabric nodes will automatically be aware of the rest of the network.&lt;/P&gt;&lt;P&gt;Equally I come into a situation where the routing was not quite optimised, and OSPF was not able to reach certain nodes but ISIS could, so having the redistribution in both directions in place would have allowed connectivity to continue.&lt;/P&gt;&lt;P&gt;So think this gives a couple of good reasons as to why redistributing in both directions OSPF →&amp;nbsp;ISIS and and ISIS →&amp;nbsp;OSPF is a good idea.&lt;/P&gt;&lt;P&gt;Issue is, how do a do this safely without creating a routing loop?&lt;/P&gt;&lt;P&gt;Here is an overview of my topology:&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cc359d0aed7c423094f8f884f5db5467_f4a214fa-d06d-4473-81fe-01d19f072f93.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4631i01D1081777614155/image-size/large?v=v2&amp;amp;px=999" role="button" title="cc359d0aed7c423094f8f884f5db5467_f4a214fa-d06d-4473-81fe-01d19f072f93.png" alt="cc359d0aed7c423094f8f884f5db5467_f4a214fa-d06d-4473-81fe-01d19f072f93.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration on each of the VSPs currently looks like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ip ecmp&lt;BR /&gt;ip ecmp max-path 8&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 172.22.1.202 weight 1 &amp;nbsp;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 172.22.1.206 weight 1 &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;router ospf enable&lt;BR /&gt;router ospf&amp;nbsp;&lt;BR /&gt;as-boundary-router enable&amp;nbsp;&lt;BR /&gt;router-id 172.22.0.211&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;router ospf&lt;BR /&gt;redistribute isis&amp;nbsp;&lt;BR /&gt;redistribute isis metric-type type1&amp;nbsp;&lt;BR /&gt;redistribute isis route-map "isis-internal"&amp;nbsp;&lt;BR /&gt;redistribute isis enable&amp;nbsp;&lt;BR /&gt;redistribute direct&amp;nbsp;&lt;BR /&gt;redistribute direct enable&amp;nbsp;&lt;BR /&gt;exit&lt;BR /&gt;router isis&lt;BR /&gt;redistribute direct&lt;BR /&gt;redistribute direct route-map "suppressIST"&lt;BR /&gt;redistribute direct enable&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;ip ospf apply redistribute isis &amp;nbsp;&lt;BR /&gt;ip ospf apply redistribute direct &amp;nbsp;&lt;BR /&gt;isis apply redistribute direct&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The route map just stops traffic transversing the vIST:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ip prefix-list "suppressIST" 172.22.1.240/30 id 1 ge 29 le 29&lt;BR /&gt;ip prefix-list "suppressIST" 172.22.1.244/30 id 1 ge 29 le 29&lt;BR /&gt;&lt;BR /&gt;route-map "suppressIST" 1&lt;BR /&gt;no permit&lt;BR /&gt;enable&lt;BR /&gt;match network "suppressIST"&lt;BR /&gt;set metric-type type2&lt;BR /&gt;set nssa-pbit enable&lt;BR /&gt;route-map "suppressIST" 2&lt;BR /&gt;permit&lt;BR /&gt;enable&lt;BR /&gt;match protocol local&lt;BR /&gt;route-map "isis-internal" 1&lt;BR /&gt;permit&lt;BR /&gt;enable&lt;BR /&gt;match metric-type-isis internal&lt;BR /&gt;exit&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As you can see I am just redistributing in one direction ISIS →&amp;nbsp;OSPF. Equally I am redistributing directly attached subnets into OSPF and ISIS.&lt;/P&gt;&lt;P&gt;Really appreciate some advise and examples.&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 17:37:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71138#M943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-01T17:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Should I redistribute OSPF into ISIS, if so, how do I do safely?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71139#M944</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I’m not in favour to redistribute OSPF -&amp;gt; ISIS &lt;STRONG&gt;and &lt;/STRONG&gt;ISIS-&amp;gt;OSPF.&lt;/P&gt;&lt;P&gt;This could lead to L3 loops or you need to put in place too complex route maps to avoid it.&lt;/P&gt;&lt;P&gt;I would:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;remove the OSPF p2p links between VSPs (just leave ISIS between them)&lt;/LI&gt;	&lt;LI&gt;setup OSPF between all the VSPs and the S8 chassis.	&lt;UL&gt;&lt;LI&gt;If the edge cluster is not handling routing stuff, it is not needed to integrate them in the OSPF cloud&lt;/LI&gt;		&lt;LI&gt;This can be done in a dedicated VLAN to avoid p2p links.&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;	&lt;LI&gt;if the edge cluster is doing routing stuff:	&lt;UL&gt;&lt;LI&gt;redistribute the isis and static routes from ISIS to OSPF.&lt;/LI&gt;		&lt;LI&gt;This is to allow OSPF network to reach items behind the edge cluster without going through the server cluster&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;	&lt;LI&gt;if the edge cluster is not doing routing stuff	&lt;UL&gt;&lt;LI&gt;redistribute only static routes from ISIS to OSPF.&lt;/LI&gt;		&lt;LI&gt;		&lt;P&gt;&amp;nbsp;I don’t have a global vision of the setup and configs but here you can see that advertising only the default route from ISIS into OSPF is enough for the OSPF network be able to reach anything into the Fabric. &lt;span class="lia-inline-image-display-wrapper" image-alt="79f72c93264749ef803f1528cfb8b1a9_1f609.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3291iBA98212028568437/image-size/large?v=v2&amp;amp;px=999" role="button" title="79f72c93264749ef803f1528cfb8b1a9_1f609.png" alt="79f72c93264749ef803f1528cfb8b1a9_1f609.png" /&gt;&lt;/span&gt;&lt;/P&gt;		&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;all VSPs have the OSPF routes in their routing table but do not redistribute OSPF routes into ISIS&lt;/LI&gt;	&lt;LI&gt;all VSPs advertise into OSPF the ISIS routes and the static routes (in your config, I see only the default routes)	&lt;UL&gt;&lt;LI&gt;With the default routes redistributed (with the VSP as next hop), the S8 will alway be able to reach any subnet reachable by the Fabric&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 19:54:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71139#M944</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-02-01T19:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Should I redistribute OSPF into ISIS, if so, how do I do safely?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71140#M945</link>
      <description>&lt;P&gt;HI Mig,&lt;/P&gt;&lt;P&gt;Thanks for this.&lt;/P&gt;&lt;P&gt;Its good to get the reassurance. It stemmed from a recent GTAC call, when looking at my config they said they routinely redistribute in both directions?&lt;/P&gt;&lt;P&gt;My obvious concern was creating a routing loop, but the said it was easy to configure the route maps to manage it and&amp;nbsp;referred me to professional services.&lt;/P&gt;&lt;P&gt;Obviously on the surface it didn’t seem a straight forward thing to do, so was also double checking what others might do.&lt;/P&gt;&lt;P&gt;Yeah, P2P’s I have already scratched to remove them tomorrow. Plan was to simply create a /29 subnet, give each VSP an IP in&amp;nbsp;and use say VLAN 3401 between each of the VSP’s and just configure OSPF broadcast to share OSPF routing information between each of the VSP’s - think that's what you are referring to.&lt;/P&gt;&lt;P&gt;Anyway, thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 01:13:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71140#M945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-02T01:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Should I redistribute OSPF into ISIS, if so, how do I do safely?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71141#M946</link>
      <description>&lt;P&gt;Attached are my notes, on the various approaches.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 01:43:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71141#M946</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2021-02-02T01:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Should I redistribute OSPF into ISIS, if so, how do I do safely?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71142#M947</link>
      <description>&lt;P&gt;FYI...this topic has been brought up before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;OEMBED url="https://community.extremenetworks.com/extremeswitching-vsp-233220/vsp-ospf-with-fabric-spbm-isis-7829551"&gt;&lt;/OEMBED&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as it has been explained to me by folks WAAAAAAAY smarter than me, its a traditional ISIS-to-OSPF redistribute and OSPF-to-ISIS accept policy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However to avoid routing loops there are some extra considerations you need to make.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- You will want a dedicated OPSF broadcast interface between your viST Cores.&amp;nbsp; This is required on the VSPs&amp;nbsp; viST core because you want OSPF state changes from your external OSPF routers to be shared between the two VSPs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- You want the VSPs to reject routes learnt from the external Routers by specifically marking all routes redistributed from OSPF into ISIS as “external”, as they default to type “internal”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no ip alternative-route&lt;BR /&gt;router isis&lt;BR /&gt;redistribute ospf&lt;BR /&gt;redistribute ospf metric-type external&lt;BR /&gt;redistribute ospf enable&lt;BR /&gt;exit&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Then, in the route-map for the accept policy you specifically match only on ISIS external routes, again discarding only those from the V-IST peer.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;route-map "reject" 1&lt;BR /&gt;no permit&lt;BR /&gt;enable&lt;BR /&gt;match metric-type-isis external&lt;BR /&gt;exit&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;router isis&lt;BR /&gt;accept adv-rtr 0.0x.0x enable&lt;BR /&gt;accept adv-rtr 0.0x.0x route-map "reject"&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;where&amp;nbsp; 0.0x.0x is the IST peer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;alternatively.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the past I worked with a colleague(very smart guy) who recommended that instead of rejecting the route you can increase the the preference so the route was only used in the absence of a better route.&amp;nbsp; But it can get mixed results based on your network.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works well in a viST cluster to a single OSPF router.&amp;nbsp; (Triangle topology)&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;route-map "peer-externals" 1&lt;BR /&gt;permit&lt;BR /&gt;enable&lt;BR /&gt;match metric-type-isis external&lt;BR /&gt;set ip-preference 120&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;accept route-map "peer-externals"&lt;BR /&gt;exit&lt;BR /&gt;isis apply accept&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 02:32:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71142#M947</guid>
      <dc:creator>EXTR_Paul</dc:creator>
      <dc:date>2021-02-02T02:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Should I redistribute OSPF into ISIS, if so, how do I do safely?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71143#M948</link>
      <description>&lt;P&gt;Linked the other post to this one.&lt;/P&gt;&lt;P&gt;The added information in this post really helps bring it together.&lt;/P&gt;&lt;P&gt;Just wanted to say thanks for all the information.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 02:06:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/should-i-redistribute-ospf-into-isis-if-so-how-do-i-do-safely/m-p/71143#M948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-07T02:06:11Z</dc:date>
    </item>
  </channel>
</rss>

