BGP community not being sent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 03:15 PM
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 ?
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-25-2015 04:23 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-25-2015 03:46 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-24-2015 03:53 PM
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
thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-20-2015 07:47 AM
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.
