cancel
Showing results for 
Search instead for 
Did you mean: 

BGP community not being sent

BGP community not being sent

joseph_peleg
New Contributor
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 ?

configure bgp add network 31.91.192.143 255.255.255.255
create access-profile blackholes type ipaddress

configure access-profile blackholes add 10 ipaddress 31.91.192.143 /32 exact

configure route-map xo-rm add 10 permit
configure route-map xo-rm 10 add match nlri-list blackholes
configure route-map xo-rm 10 add set community 2828 : 1650
configure route-map xo-rm add 20 permit
configure route-map xo-rm 20 add match nlri-list level3-net

conf bgp neighbor 202.112.52.105 route-map-filter out xo-rm
configure bgp neighbor 202.112.52.105 send-community

show transmitted routes show all the /24 but not the /32 with the set community whats missing here ?
15 REPLIES 15

joseph_peleg
New Contributor
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

Manoharan__Sent
Extreme Employee
Hi joseph,
As stephane mentioned the /32 prefix should be active in route table.
Then only BGP can transmits that prefix to its peer.
Exrtemeware is old version some of us are not familiar with it.
This route map functionality for /32 prefix with community may not be work in your version or
it might be a bug.(As drew mentioned)


Since this query is looping for a while we suggest you to check some older version command reference guide & Concepts guide.
This guides belongs to higher version than extremeware.
You may get a info about your query.


I pasted the link.

https://www.extremenetworks.com/wp-content/uploads/2014/03/EXOSReference_bookmap.pdf

https://www.extremenetworks.com/wp-content/uploads/2014/03/EXOS_Concepts_Guide_15_3_2.pdf

Meanwhile you may paste the entire config I will check.
since it is very older version not sure we can get a solution.
Any we will try to resolve or to have any work around for this issue.

Please attach or paste your version command reference guide.

-Senthil.M

joseph_peleg
New Contributor
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
thanks

Stephane_Grosj1
Extreme Employee
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.
GTM-P2G8KFN