<?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: Limiting inbound BGP routes in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33659#M6437</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
One of the cool thing with Extreme, is that you can have VM to test. I believe you can have the VM from xKit, otherwise ask your local team.&lt;BR /&gt;
&lt;BR /&gt;
Your policy will match traffic with a mask of /17 or longer (for IPv4). You cannot mix IPv4 with IPv6, so you'd need to have a separate policy for IPv6.&lt;BR /&gt;
&lt;BR /&gt;
I'd replace the "allow" term by "permit".&lt;BR /&gt;</description>
    <pubDate>Fri, 20 Feb 2015 06:54:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2015-02-20T06:54:00Z</dc:date>
    <item>
      <title>Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33654#M6432</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'm multihomed with several upstream providers over two 480s and get full BGP routes from them. Both 480s are connected to two "core" 8806s that then connect to a bunch of 460s.&lt;BR /&gt;
The 8806s are the default routers for all of our customers' public IP ranges.&lt;BR /&gt;
&lt;BR /&gt;
I want to at least "pre-sort" Internet-bound traffic on the 8806s, so that they send the traffic to the right 480, so the 8806s are BGP neighbors to the 480s.&lt;BR /&gt;
&lt;BR /&gt;
Now, the 8806s with the cards I have aren't necessarily designed to handle full BGP routes in fastpath, so I probably should somehow limit the BGP routes they receive from the 480s. My idea here was to only accept routes to networks that are a /16 or bigger (I may have to adjust the size). That way, I think, I at least pre-sort some of the traffic to the right outbound router, understanding that some traffic will still go from router1 to router2 out to the Internet - and as last resort, there's always the default route &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
If I use the following policy inbound on the 8806s, would that properly limit my BGP routes on the 8806s to "only blocks from a /0 to /16" (or rather: denying /17 and larger masks, allowing the rest)? And yes, I'd play a similar game with ipv6.&lt;BR /&gt;
&lt;BR /&gt;
Will the policy work as expected? Is there a better way?&lt;BR /&gt;
&lt;BR /&gt;
configure bgp neigh 1.2.3.4 route-policy in NoSmallBlocks&lt;BR /&gt;
&lt;BR /&gt;
File: NoSmallBlocks.pol&lt;BR /&gt;
&lt;BR /&gt;
entry DenySmallBlocks {&lt;BR /&gt;
   if match any {&lt;BR /&gt;
        nlri any/17;&lt;BR /&gt;
        nlri any-ipv6/33;&lt;BR /&gt;
   } then { deny; }&lt;BR /&gt;
}&lt;BR /&gt;
entry AllowRest {&lt;BR /&gt;
    if {&lt;BR /&gt;
    } then { allow; }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Thanks for all your help!&lt;BR /&gt;
   Frank&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33654#M6432</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-02-19T19:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33655#M6433</link>
      <description>Who is your service provider   AT&amp;amp;T and sprint add route policy by default.  In 2 x480  with ibgp peers and each one having   Ebgp neighbour to service provider you can add an outbound policy allowing only the lab subnets and deny rest .  By doing this we are just blocking a possible transit autonomous loop .  Also make sure for Bgp to run properly use   15.x version</description>
      <pubDate>Thu, 19 Feb 2015 19:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33655#M6433</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2015-02-19T19:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33656#M6434</link>
      <description>I do not want to limit the routes on the 480s, which are the edge/egress routers. I want them to have the full route set (well, as full as I can get without blowing up the 480s, given that the current ipv4 routes exceed the limits on most routers out there  )&lt;BR /&gt;
&lt;BR /&gt;
This is only to pre-sort outbound traffic that passes through the 8806s. I want to minimize the 8806s sending traffic to the "wrong" 480, as well as actually actively sending traffic to both 480s (and not just the one that currently holds the VRRP IP)&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33656#M6434</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-02-19T19:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33657#M6435</link>
      <description>Could you show the topology   We can confirm the policy with the topology</description>
      <pubDate>Thu, 19 Feb 2015 21:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33657#M6435</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2015-02-19T21:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33658#M6436</link>
      <description>Basic quick-and-dirty picture. Customers are connected on ports on the 460s, 8800s' VRRP IP address as their default gateway, each customer in their own vlan.&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="bb06071db7d94c11bfb1abe6ee18b97c_RackMultipart20150219-6301-1kq5pfk-basic_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5089i6EC0919DD59EDC14/image-size/large?v=v2&amp;amp;px=999" role="button" title="bb06071db7d94c11bfb1abe6ee18b97c_RackMultipart20150219-6301-1kq5pfk-basic_inline.png" alt="bb06071db7d94c11bfb1abe6ee18b97c_RackMultipart20150219-6301-1kq5pfk-basic_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2015 22:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33658#M6436</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-02-19T22:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33659#M6437</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
One of the cool thing with Extreme, is that you can have VM to test. I believe you can have the VM from xKit, otherwise ask your local team.&lt;BR /&gt;
&lt;BR /&gt;
Your policy will match traffic with a mask of /17 or longer (for IPv4). You cannot mix IPv4 with IPv6, so you'd need to have a separate policy for IPv6.&lt;BR /&gt;
&lt;BR /&gt;
I'd replace the "allow" term by "permit".&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2015 06:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33659#M6437</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-02-20T06:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33660#M6438</link>
      <description>Of course, you're right. "permit" is the word. That would've taken me eons to find!&lt;BR /&gt;
 Also "if match" needs to be just an "if"&lt;BR /&gt;
&lt;BR /&gt;
And thanks for the VM tip. I wasn't aware of the xkit website and all its goodies (like the Android client). Gottago-gottaplay &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
And now off to testing this mess &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2015 06:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33660#M6438</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-02-20T06:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33661#M6439</link>
      <description>"if" alone should default to "if match all", so a logical AND between your various match conditions, while "if match any" is a logical OR. Of course, with only one match condition, it doesn't really matter.&lt;BR /&gt;
&lt;BR /&gt;
You can experiment all of this (BGP, routing policies, etc) with the VM, on your laptop, without the fear to make a mistake.&lt;BR /&gt;
&lt;BR /&gt;
I believe everything that is "control plane" related is working just fine with VM, but when it comes to the data plane, not every features has been software-emulated. So you might experience issues with some features while it would work fine on real switches (VPLS is one example). The VMs are free, this is not a product, just a training tool. But a very good one, I use them everyday.&lt;BR /&gt;
&lt;BR /&gt;
In my experience, BGP and Routing Policies work great.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2015 06:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33661#M6439</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-02-20T06:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Limiting inbound BGP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33662#M6440</link>
      <description>You may create a default route from bd8K to X480,then you can configure max prefix to X480 peer.&lt;BR /&gt;
Check the h/w limit of BD8K &amp;amp; also check for both BGP4 &amp;amp; BGP6 max supported unique &amp;amp; non-unique routes.&lt;BR /&gt;
Then configure max prefix for IPV4 &amp;amp; IPV6 peers.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2015 16:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/limiting-inbound-bgp-routes/m-p/33662#M6440</guid>
      <dc:creator>Manoharan__Sent</dc:creator>
      <dc:date>2015-07-27T16:14:00Z</dc:date>
    </item>
  </channel>
</rss>

