Hi Joseph,
I think you pasted cisco config.
I EXOS if you want add & send blackhole route through BGP you need to add the blackhole route
through CLI .
Please do the below mentioned steps.
1.Add CLI "configure iproute add blackhole 10.0.0.1/32 .
2.Create a policy then add set community "2828 : 1650".
3.Mpa the policy through network command.
4.configure bgp add network 10.0.0.1/32 network-policy ext2
5.In BGP config you need to add configure bgp neighbor send-community both.
I think you missed this.
For extended community we need to mention this command or we need to add send-community extended.
By default EXOs will send standard communuity alone.
* (Engineering) X670G2-72x.256 # sh bgp neighbor 50.0.0.2 transmitted-routes detail all
Advertised Routes:
Route: 10.0.0.1/32, Active
Origin IGP, Next-Hop 50.0.0.1, MED 0
As-PATH: 1
Community: 185337458
Hope this helps.
-Senthil.M