<?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: BGP community not being sent in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22651#M1992</link>
    <description>ExtremeWare 7.2 is very old software.  This sounds like a limitation or bug.  Before attempting to do any troubleshooting, I would highly recommend upgrading to the latest 7.8.4 version.&lt;BR /&gt;
What switch model is this?&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Dec 2015 22:33:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2015-12-18T22:33:00Z</dc:date>
    <item>
      <title>BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22642#M1983</link>
      <description>not showing the /32 being advertise but the other /24 in seq 20 are being advertised whats missing for the /32 to be sent out ? &lt;BR /&gt;
&lt;BR /&gt;
configure bgp add network 31.91.192.143 255.255.255.255&lt;BR /&gt;
create access-profile blackholes  type ipaddress &lt;BR /&gt;
&lt;BR /&gt;
configure access-profile blackholes add 10 ipaddress 31.91.192.143 /32  exact &lt;BR /&gt;
&lt;BR /&gt;
configure route-map xo-rm add 10 permit &lt;BR /&gt;
configure route-map xo-rm 10 add match nlri-list blackholes&lt;BR /&gt;
configure route-map xo-rm 10 add set community  2828 : 1650&lt;BR /&gt;
configure route-map xo-rm add 20 permit &lt;BR /&gt;
configure route-map xo-rm 20 add match nlri-list level3-net&lt;BR /&gt;
&lt;BR /&gt;
conf bgp neighbor 202.112.52.105 route-map-filter out xo-rm&lt;BR /&gt;
configure bgp neighbor 202.112.52.105 send-community&lt;BR /&gt;
&lt;BR /&gt;
show transmitted routes show all the /24 but not the /32 with the set community whats missing here ?</description>
      <pubDate>Tue, 15 Dec 2015 23:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22642#M1983</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-15T23:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22643#M1984</link>
      <description>Hi Joseph,&lt;BR /&gt;
I think you pasted cisco config.&lt;BR /&gt;
&lt;BR /&gt;
I EXOS if you want add &amp;amp;  send blackhole route  through BGP you need to add the blackhole route&lt;BR /&gt;
through CLI .&lt;BR /&gt;
Please do the below mentioned steps.&lt;BR /&gt;
&lt;BR /&gt;
1.Add CLI "configure iproute add blackhole 10.0.0.1/32 .&lt;BR /&gt;
2.Create a policy then add set community "2828 : 1650".&lt;BR /&gt;
3.Mpa the policy through network command.&lt;BR /&gt;
4.configure bgp add network 10.0.0.1/32 network-policy ext2&lt;BR /&gt;
5.In BGP config you need to add configure bgp neighbor &lt;I&gt; send-community both.&lt;BR /&gt;
I think you missed this.&lt;BR /&gt;
For extended community we need to mention this command or we need to add send-community extended.&lt;BR /&gt;
By default EXOs will send standard communuity alone.&lt;BR /&gt;
&lt;BR /&gt;
* (Engineering) X670G2-72x.256 # sh bgp neighbor 50.0.0.2 transmitted-routes detail all&lt;BR /&gt;
Advertised Routes:&lt;BR /&gt;
Route: 10.0.0.1/32, Active&lt;BR /&gt;
Origin IGP, Next-Hop 50.0.0.1, MED 0     &lt;BR /&gt;
As-PATH: 1 &lt;BR /&gt;
&lt;B&gt;Community: 185337458 &lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
-Senthil.M&lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 16 Dec 2015 12:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22643#M1984</guid>
      <dc:creator>Manoharan__Sent</dc:creator>
      <dc:date>2015-12-16T12:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22644#M1985</link>
      <description>hi thank you for the answer this is extremeWare 7.2 configuration ,&lt;BR /&gt;
1 cant add blackhole on the /32 i get an error "IP" is directly attached to local subnet (255.255.255.255)its part of the vlan &lt;BR /&gt;
2 configure route-map xo-rm 10 add set community  2828 : 1650&lt;BR /&gt;
3 added  the policy via "conf bgp add network 31.91.192.143/32 xo-rm  "&lt;BR /&gt;
4&lt;BR /&gt;
5 no BOTH is avaiable on 7.2 we got " conf bgp neighbor 202.112.52.105  send-community  &lt;BR /&gt;
&lt;BR /&gt;
only change is the mapping on number 3 , and its still not seem to be sending the /32 after soft-reset out&lt;BR /&gt;
thanks in advanace for the help</description>
      <pubDate>Thu, 17 Dec 2015 08:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22644#M1985</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-17T08:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22645#M1986</link>
      <description>Hello Joseph,&lt;BR /&gt;
&lt;BR /&gt;
Can you please try this config in CLI mode.&lt;BR /&gt;
Meanwhile I will try to get help for extreme ware configuration.&lt;BR /&gt;
&lt;BR /&gt;
-Senthil.M</description>
      <pubDate>Thu, 17 Dec 2015 12:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22645#M1986</guid>
      <dc:creator>Manoharan__Sent</dc:creator>
      <dc:date>2015-12-17T12:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22646#M1987</link>
      <description>whats cli mode ? and what config should i try ? what i pasted is what i have in</description>
      <pubDate>Thu, 17 Dec 2015 13:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22646#M1987</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-17T13:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22647#M1988</link>
      <description>Hello Joseph,&lt;BR /&gt;
&lt;BR /&gt;
Sorry for the confusion.&lt;BR /&gt;
CLI mode is the one which you are working now.&lt;BR /&gt;
I just confirmed these commands are older version &amp;amp; its updated now.&lt;BR /&gt;
Extremeware product also goes end of life.&lt;BR /&gt;
&lt;BR /&gt;
As per your command we need not to go for extended communities/both command.&lt;BR /&gt;
I guess extended communities is not available in extremeware 7.0.&lt;BR /&gt;
&lt;BR /&gt;
Can you please try with these command alone &amp;amp; check whether its working.&lt;BR /&gt;
&lt;BR /&gt;
configure route-map xo-rm 10 add set community  2828 : 1650&lt;BR /&gt;
conf bgp add network 31.91.192.143/32 xo-rm&lt;BR /&gt;
conf bgp neighbor 202.112.52.105  send-community &lt;BR /&gt;
&lt;BR /&gt;
-Senthil.M&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2015 14:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22647#M1988</guid>
      <dc:creator>Manoharan__Sent</dc:creator>
      <dc:date>2015-12-17T14:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22648#M1989</link>
      <description>hi senthil&lt;BR /&gt;
here is the config i have already in ,what i do see is the second route-map seq is being advertised all the /24 are there but seq 10 with the /32 and the set community is not , comparing this to cisco we do miss a NULL0 route on the /32 but when trying to add blackhole iproute on the /32 i get an error that its part of the vlan , so maybe the fix is adding another type of null route on the /32 ? &lt;BR /&gt;
&lt;BR /&gt;
configure route-map xo-rm add 10 permit &lt;BR /&gt;
configure route-map xo-rm 10 add match nlri-list blackholes&lt;BR /&gt;
configure route-map xo-rm 10 add set community  2828 : 1650&lt;BR /&gt;
configure route-map xo-rm add 20 permit &lt;BR /&gt;
configure route-map xo-rm 20 add match nlri-list level3-net&lt;BR /&gt;
&lt;BR /&gt;
configure bgp add network 38.96.190.143 255.255.255.255 xo-rm&lt;BR /&gt;
configure bgp neighbor 207.110.52.105 send-community&lt;BR /&gt;
&lt;BR /&gt;
create access-profile "blackholes" type ipaddress&lt;BR /&gt;
configure access-profile "blackholes" add 10 permit ipaddress 38.96.190.143/32 exact&lt;BR /&gt;
configure access-profile "blackholes" add 15 permit ipaddress 66.246.45.6/32 exact&lt;BR /&gt;
&lt;BR /&gt;
thank you</description>
      <pubDate>Thu, 17 Dec 2015 22:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22648#M1989</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-17T22:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22649#M1990</link>
      <description>Hi,&lt;BR /&gt;
I'm not sure about this config.&lt;BR /&gt;
After adding "66.246.45.6/32" whether BGP send 38.96.190.143/32 with community to its peer.?&lt;BR /&gt;
&lt;BR /&gt;
-Senthil.M</description>
      <pubDate>Fri, 18 Dec 2015 12:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22649#M1990</guid>
      <dc:creator>Manoharan__Sent</dc:creator>
      <dc:date>2015-12-18T12:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22650#M1991</link>
      <description>no it doesnt ,transmitted routes shows only the /24 which are the seq 20 on the route map but not the /32 can i email the whole config for you to look at</description>
      <pubDate>Fri, 18 Dec 2015 22:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22650#M1991</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-18T22:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22651#M1992</link>
      <description>ExtremeWare 7.2 is very old software.  This sounds like a limitation or bug.  Before attempting to do any troubleshooting, I would highly recommend upgrading to the latest 7.8.4 version.&lt;BR /&gt;
What switch model is this?&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2015 22:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22651#M1992</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-12-18T22:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22652#M1993</link>
      <description>BD6808&lt;BR /&gt;
&lt;BR /&gt;
Image : Extremeware  Version 7.8.1.1 [ssh] [wlan] by Release_Master on 05/23/08 10:31:31&lt;BR /&gt;
&lt;BR /&gt;
BootROM : 8.2&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2015 23:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22652#M1993</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-18T23:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22653#M1994</link>
      <description>hi drew, now that we ruled out a bug since i am running 7.8.1.1 any other suggestion as far as config change ?&lt;BR /&gt;
will summery only kill any /32 advertisement ?&lt;BR /&gt;
configure bgp add aggregate-address 38.96.190.0 255.255.254.0 summary-only &lt;BR /&gt;
configure bgp add network 38.96.190.143 255.255.255.255 route-map xo-rm&lt;BR /&gt;
does those negate each other ?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Dec 2015 23:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22653#M1994</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-19T23:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22654#M1995</link>
      <description>I (really) don't know how ExtremeWare was working with BGP. If it was similar to current EXOS, then your aggregate-address would be the only one advertised for all matching routes. You need an active matching route in your RIB for it to work.&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Dec 2015 15:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22654#M1995</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-12-20T15:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22655#M1996</link>
      <description>can you show an example on the configuration i sent here on top please , want to try anything at this point ,nothing worked so far&lt;BR /&gt;
thanks</description>
      <pubDate>Thu, 24 Dec 2015 23:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22655#M1996</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-24T23:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22656#M1997</link>
      <description>Hi joseph,&lt;BR /&gt;
 As stephane mentioned the /32 prefix should be active in route table.&lt;BR /&gt;
 Then only  BGP can transmits that prefix to its peer.&lt;BR /&gt;
 Exrtemeware is old version some of us are not familiar with it.&lt;BR /&gt;
 This route map functionality for /32 prefix with community may not be work in your version or&lt;BR /&gt;
 it might be a bug.(As drew mentioned)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
Since this query is looping for a while we suggest you to check some older version command reference guide &amp;amp; Concepts guide.&lt;BR /&gt;
This guides belongs to  higher version than extremeware.&lt;BR /&gt;
You may get a info about your query.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
I pasted the link.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.extremenetworks.com/wp-content/uploads/2014/03/EXOSReference_bookmap.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.extremenetworks.com/wp-content/uploads/2014/03/EXOSReference_bookmap.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.extremenetworks.com/wp-content/uploads/2014/03/EXOS_Concepts_Guide_15_3_2.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.extremenetworks.com/wp-content/uploads/2014/03/EXOS_Concepts_Guide_15_3_2.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Meanwhile you may paste the entire config I will check.&lt;BR /&gt;
since it is very older version not sure we can get a solution.&lt;BR /&gt;
Any we will try to resolve or to have any work around for this issue.&lt;BR /&gt;
&lt;BR /&gt;
Please attach or paste your version command reference guide.&lt;BR /&gt;
&lt;BR /&gt;
-Senthil.M&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Dec 2015 11:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22656#M1997</guid>
      <dc:creator>Manoharan__Sent</dc:creator>
      <dc:date>2015-12-25T11:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: BGP community not being sent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22657#M1998</link>
      <description>Thank you for the reply I am sure there is something missing in the confirm that prevent it from being sent out I'll paste the whole thing shortly or you prefer me emailing it to you directly</description>
      <pubDate>Fri, 25 Dec 2015 12:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bgp-community-not-being-sent/m-p/22657#M1998</guid>
      <dc:creator>joseph_peleg</dc:creator>
      <dc:date>2015-12-25T12:23:00Z</dc:date>
    </item>
  </channel>
</rss>

