<?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: Need to exclude some prefixes from no-export community in BGP in Data Center (MLX &amp; CER/CES)</title>
    <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91930#M216</link>
    <description>&lt;P&gt;Seeing the configuration snippets from above, I would assume the following will work for you:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ip prefix-list export-routes-as9498 seq 50 permit 180.151.0.0/24&lt;BR /&gt;ip prefix-list export-routes-as9498 seq 100 permit 125.63.64.0/24&lt;BR /&gt;&lt;BR /&gt;route-map as9498-out permit 25&lt;BR /&gt; match ip address prefix-list export-routes-as9498&lt;BR /&gt;route-map as9498-out permit 50&lt;BR /&gt; set community  no-export&lt;BR /&gt;&lt;BR /&gt;router bgp&lt;BR /&gt;# replace outside route-map&lt;BR /&gt;neighbor 218.100.48.20 route-map out as9498-out&lt;BR /&gt;&lt;BR /&gt;# exec mode&lt;BR /&gt;clear ip bgp neighbor 218.100.48.20 (soft? hard? depends on current state)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 14:02:19 GMT</pubDate>
    <dc:creator>joergkost</dc:creator>
    <dc:date>2020-08-27T14:02:19Z</dc:date>
    <item>
      <title>Need to exclude some prefixes from no-export community in BGP</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91927#M213</link>
      <description>&lt;P&gt;I am (AS 24029) advertising all the prefixes received via one of the EBGP peer (As 10029)&amp;nbsp;to my one of the EBGP peer (AS 9498) with no-export community set.&lt;/P&gt;&lt;P&gt;(AS 10029) &amp;lt;----received routes----&amp;gt;(AS 24029)&amp;lt;----advertised routes with no-export community---&amp;gt;(AS 9498)&lt;/P&gt;&lt;P&gt;Now I need to advertise below 2 networks without&amp;nbsp;no-export community.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. 180.151.0.0/24&lt;BR /&gt;2. 125.63.64.0/24&lt;/P&gt;&lt;P&gt;Please let me know how to achieve it.&lt;/P&gt;&lt;P&gt;BGP configuration running currently on MLXe-8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;router bgp&lt;BR /&gt;&amp;nbsp;local-as 24029&lt;/P&gt;&lt;P&gt;&amp;nbsp;neighbor IXP-peers peer-group&lt;BR /&gt;&amp;nbsp;neighbor IXP-peers password 2 $WFMrM2c9Qz0xPUNTSQ==&lt;BR /&gt;&amp;nbsp;neighbor IXP-peers soft-reconfiguration inbound&lt;/P&gt;&lt;P&gt;&amp;nbsp;neighbor 218.100.48.10 remote-as 10029&lt;BR /&gt;&amp;nbsp;neighbor 218.100.48.10 peer-group IXP-peers&lt;BR /&gt;&amp;nbsp;neighbor 218.100.48.10 description ISP-Citycom&lt;/P&gt;&lt;P&gt;&amp;nbsp;neighbor 218.100.48.20 remote-as 9498&lt;BR /&gt;&amp;nbsp;neighbor 218.100.48.20 peer-group IXP-peers&lt;BR /&gt;&amp;nbsp;neighbor 218.100.48.20 description Bharti-Airtel&lt;/P&gt;&lt;P&gt;&amp;nbsp;address-family ipv4 unicast&lt;BR /&gt;&amp;nbsp;neighbor IXP-peers route-map out set-no-export&lt;BR /&gt;&amp;nbsp;neighbor IXP-peers send-community&lt;/P&gt;&lt;P&gt;&amp;nbsp;route-map set-no-export permit 10&lt;BR /&gt;&amp;nbsp;set community &amp;nbsp;no-export&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 12:49:47 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91927#M213</guid>
      <dc:creator>ddpatil89</dc:creator>
      <dc:date>2020-08-27T12:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to exclude some prefixes from no-export community in BGP</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91928#M214</link>
      <description>&lt;P&gt;Do you have any other peers on that router?&lt;/P&gt;&lt;P&gt;I would also recommend you, to re-edit your posting and remove at least the password phrase. You can also alter the IP addresses, e.g. peer-48.10 would be enough to understand.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 12:58:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91928#M214</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2020-08-27T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need to exclude some prefixes from no-export community in BGP</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91929#M215</link>
      <description>&lt;P&gt;Yes. We have many peers on the router all having no-export community set. I only pasted configuration for which i required help.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:07:28 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91929#M215</guid>
      <dc:creator>ddpatil89</dc:creator>
      <dc:date>2020-08-27T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to exclude some prefixes from no-export community in BGP</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91930#M216</link>
      <description>&lt;P&gt;Seeing the configuration snippets from above, I would assume the following will work for you:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ip prefix-list export-routes-as9498 seq 50 permit 180.151.0.0/24&lt;BR /&gt;ip prefix-list export-routes-as9498 seq 100 permit 125.63.64.0/24&lt;BR /&gt;&lt;BR /&gt;route-map as9498-out permit 25&lt;BR /&gt; match ip address prefix-list export-routes-as9498&lt;BR /&gt;route-map as9498-out permit 50&lt;BR /&gt; set community  no-export&lt;BR /&gt;&lt;BR /&gt;router bgp&lt;BR /&gt;# replace outside route-map&lt;BR /&gt;neighbor 218.100.48.20 route-map out as9498-out&lt;BR /&gt;&lt;BR /&gt;# exec mode&lt;BR /&gt;clear ip bgp neighbor 218.100.48.20 (soft? hard? depends on current state)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:02:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/need-to-exclude-some-prefixes-from-no-export-community-in-bgp/m-p/91930#M216</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2020-08-27T14:02:19Z</dc:date>
    </item>
  </channel>
</rss>

