<?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: VSP9k export BGP routes to ISIS / SPBm with BGP community filter in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp9k-export-bgp-routes-to-isis-spbm-with-bgp-community-filter/m-p/84422#M1514</link>
    <description>Hi Ludo,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply, but it does not quite help us out here.&lt;BR /&gt;
What we need is filters that when we export a BGP route into ISIS we can add a metric. This metric is different based on the community that is attached to the BGP route.&lt;BR /&gt;
&lt;BR /&gt;
Also, we are doing this with one VSP 9k and one ERS 8k.&lt;BR /&gt;
&lt;BR /&gt;
kr&lt;BR /&gt;
Yves</description>
    <pubDate>Wed, 03 Apr 2019 18:00:56 GMT</pubDate>
    <dc:creator>yves_weyns</dc:creator>
    <dc:date>2019-04-03T18:00:56Z</dc:date>
    <item>
      <title>VSP9k export BGP routes to ISIS / SPBm with BGP community filter</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp9k-export-bgp-routes-to-isis-spbm-with-bgp-community-filter/m-p/84420#M1512</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
As described above we are trying to get the routes from BGP transmitted by ISIS to the rest of the network. This ofc works, however there is one major thing to take into consideration. We need to apply metrics /  weight / cost / ... to the ISIS routes in order to avoid routing loops. We want to use BGP communities in order to filter and tried the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;The communities are being send by the BGP peer:&lt;/B&gt;&lt;BR /&gt;
The total number of routes is 2&lt;BR /&gt;
&lt;BR /&gt;
NETWORK/MASK    PEER REM ADDR  NEXTHOP ADDRESS ORG LOC PREF&lt;BR /&gt;
--------------------------------------------------------------------------------&lt;BR /&gt;
4.4.4.0/24     10.90.103.207  10.90.103.207  IGP 100&lt;BR /&gt;
    AS_PATH: (65200)&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;The community list is created:&lt;/B&gt;&lt;BR /&gt;
================================================================================&lt;BR /&gt;
             Community List - GlobalRouter&lt;BR /&gt;
================================================================================&lt;BR /&gt;
community-list id: 1&lt;BR /&gt;
   memberId: 65200 permit 65001:1&lt;BR /&gt;
community-list id: 2&lt;BR /&gt;
   memberId: 65200 permit 65001:2&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;We have the route-maps in place:&lt;/B&gt;&lt;BR /&gt;
route-map "bgp-comm" 1&lt;BR /&gt;
enable&lt;BR /&gt;
match community 10&lt;BR /&gt;
&lt;BR /&gt;
set ip-preference 20&lt;BR /&gt;
set metric 20&lt;BR /&gt;
set local-preference 20&lt;BR /&gt;
set weight 20&lt;BR /&gt;
route-map "bgp-comm" 2&lt;BR /&gt;
enable&lt;BR /&gt;
match community 11&lt;BR /&gt;
set metric 10&lt;BR /&gt;
set ip-preference 10&lt;BR /&gt;
set local-preference 10&lt;BR /&gt;
set weight 10&lt;BR /&gt;
route-map "test" 1&lt;BR /&gt;
enable&lt;BR /&gt;
&lt;BR /&gt;
With this setup we cannot see the route on the other router. When we disable the match on the community we do, but we then loose the filter ability. Has anyone created such a setup and can give some pointers?&lt;BR /&gt;
&lt;BR /&gt;
kr&lt;BR /&gt;
Yves</description>
      <pubDate>Wed, 03 Apr 2019 02:14:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp9k-export-bgp-routes-to-isis-spbm-with-bgp-community-filter/m-p/84420#M1512</guid>
      <dc:creator>yves_weyns</dc:creator>
      <dc:date>2019-04-03T02:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: VSP9k export BGP routes to ISIS / SPBm with BGP community filter</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp9k-export-bgp-routes-to-isis-spbm-with-bgp-community-filter/m-p/84421#M1513</link>
      <description>So, if you are simply trying to prevent a BGP route, already redistributed into ISIS by one of your VSP9000s, to get redistributed back to BGP (where it came from) from the other VSP9000s, then we have some slides decks showing how to tackle this. I have attached 2; the 1st one shows how we recommend doing things with VOSS VSPs where we have the ability to leverage ISIS External routes (you would be looking at slides 130-146). Alas, the VSP9000 does not support ISIS External routes as these were introduced on VOSS later on. So also attached is an older version of the same deck, which should only be used for VSP9000 (slides 152-189). Note that these decks are by no means the only way of doing things, they just show a number of use cases and examples of what is possible, which can then be adapted as needed.&lt;BR /&gt;
Another thing to keep in mind is that VOSS and the VSP9000 only support iBGP on GRT (not on VRFs), so doing the same thing on a VRF is a complete different challenge; but as you are already playing with local-pref I trust your use case is on GRT. On a positive note the next VOSS 8.1 will support iBGP on VRF as well.&lt;BR /&gt;
Let us know if this helps you find the right config.&lt;BR /&gt;
Best regards&lt;BR /&gt;
Ludovico Stevens</description>
      <pubDate>Wed, 03 Apr 2019 15:21:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp9k-export-bgp-routes-to-isis-spbm-with-bgp-community-filter/m-p/84421#M1513</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2019-04-03T15:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: VSP9k export BGP routes to ISIS / SPBm with BGP community filter</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp9k-export-bgp-routes-to-isis-spbm-with-bgp-community-filter/m-p/84422#M1514</link>
      <description>Hi Ludo,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply, but it does not quite help us out here.&lt;BR /&gt;
What we need is filters that when we export a BGP route into ISIS we can add a metric. This metric is different based on the community that is attached to the BGP route.&lt;BR /&gt;
&lt;BR /&gt;
Also, we are doing this with one VSP 9k and one ERS 8k.&lt;BR /&gt;
&lt;BR /&gt;
kr&lt;BR /&gt;
Yves</description>
      <pubDate>Wed, 03 Apr 2019 18:00:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp9k-export-bgp-routes-to-isis-spbm-with-bgp-community-filter/m-p/84422#M1514</guid>
      <dc:creator>yves_weyns</dc:creator>
      <dc:date>2019-04-03T18:00:56Z</dc:date>
    </item>
  </channel>
</rss>

