<?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 BGP community attribute configuration in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75643#M19309</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to advertise BGP community strings to my ISP.&lt;/P&gt;&lt;P&gt;I am advertising several networks, and for each of these networks I need to send either 123:1 or 123:2 - where the ISP AS number is 123. This will then be used by the ISP to set a local preference on their end.&lt;/P&gt;&lt;P&gt;It seems that doing this is far more complicated with Extreme than with other vendors and involves writing a policy file.&lt;BR /&gt;I'm not clear if I'm sending an 'soo' or 'rt' attribute, or how to apply the community strings to specific networks that I'm advertising.&lt;/P&gt;&lt;P&gt;Please could&amp;nbsp;someone give me an example config?:&lt;/P&gt;&lt;P&gt;Say I have the following configuration:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:rgb(26,188,156);"&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp AS-number 65432&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp routerid 100.100.100.100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp add network 111.111.111.0/24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp add network 222.222.222.0/24&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:rgb(26,188,156);"&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;create bgp neighbor 123.123.123.123 remote-AS-number 123&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;enable bgp neighbor 123.123.123.123&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would like to send the community string 123:1 for the 111.111.111.0/24 network, and 123:2 for the other network.&lt;/P&gt;&lt;P&gt;(I am using X460 G2s, EXOS 30.7)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 17:44:42 GMT</pubDate>
    <dc:creator>Jon_P</dc:creator>
    <dc:date>2020-10-01T17:44:42Z</dc:date>
    <item>
      <title>BGP community attribute configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75643#M19309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to advertise BGP community strings to my ISP.&lt;/P&gt;&lt;P&gt;I am advertising several networks, and for each of these networks I need to send either 123:1 or 123:2 - where the ISP AS number is 123. This will then be used by the ISP to set a local preference on their end.&lt;/P&gt;&lt;P&gt;It seems that doing this is far more complicated with Extreme than with other vendors and involves writing a policy file.&lt;BR /&gt;I'm not clear if I'm sending an 'soo' or 'rt' attribute, or how to apply the community strings to specific networks that I'm advertising.&lt;/P&gt;&lt;P&gt;Please could&amp;nbsp;someone give me an example config?:&lt;/P&gt;&lt;P&gt;Say I have the following configuration:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:rgb(26,188,156);"&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp AS-number 65432&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp routerid 100.100.100.100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp add network 111.111.111.0/24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;configure bgp add network 222.222.222.0/24&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:rgb(26,188,156);"&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;create bgp neighbor 123.123.123.123 remote-AS-number 123&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(0,0,0);"&gt;enable bgp neighbor 123.123.123.123&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would like to send the community string 123:1 for the 111.111.111.0/24 network, and 123:2 for the other network.&lt;/P&gt;&lt;P&gt;(I am using X460 G2s, EXOS 30.7)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 17:44:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75643#M19309</guid>
      <dc:creator>Jon_P</dc:creator>
      <dc:date>2020-10-01T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: BGP community attribute configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75644#M19310</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can edit the community string with BGP export policy.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would most likely look something like this below and be applied via a bgp export policy:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;entry ISPCommTest {&lt;BR /&gt;if match any {&lt;BR /&gt;nlri 111.111.111.0/24;&lt;BR /&gt;} then {&lt;BR /&gt;&lt;BR /&gt;community add "123:1";&lt;BR /&gt;permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;entry ISPCommTest2 {&lt;BR /&gt;if match any {&lt;BR /&gt;nlri 222.222.222.0/24;&lt;BR /&gt;} then {&lt;BR /&gt;&lt;BR /&gt;community add "123:2";&lt;BR /&gt;permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="77c1ef2afc6348a8939a2b694a99b494_4d3e31f7-e28b-4850-a896-6f4560727963.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3183i2E8B2E0A0E219470/image-size/large?v=v2&amp;amp;px=999" role="button" title="77c1ef2afc6348a8939a2b694a99b494_4d3e31f7-e28b-4850-a896-6f4560727963.png" alt="77c1ef2afc6348a8939a2b694a99b494_4d3e31f7-e28b-4850-a896-6f4560727963.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris Thompson&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:04:44 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75644#M19310</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2020-10-02T18:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: BGP community attribute configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75645#M19311</link>
      <description>&lt;P&gt;Thank you for this &lt;USER-MENTION data-id="9805957"&gt;@Christopher Thompson&lt;/USER-MENTION&gt;.&lt;/P&gt;&lt;P&gt;When you say ‘apply a bgp export policy’ - would the below command be correct in our example?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;configure bgp neighbor&amp;nbsp;123.123.123.123 route-policy out ISPCommTest&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 21:45:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75645#M19311</guid>
      <dc:creator>Jon_P</dc:creator>
      <dc:date>2020-10-02T21:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: BGP community attribute configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75646#M19312</link>
      <description>&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I haven’t had a chance to test but that is the correct syntax regarding the BGP policy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris Thompson&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 23:26:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-attribute-configuration/m-p/75646#M19312</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2020-10-02T23:26:03Z</dc:date>
    </item>
  </channel>
</rss>

