hi senthil
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 ?
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
configure bgp add network 38.96.190.143 255.255.255.255 xo-rm
configure bgp neighbor 207.110.52.105 send-community
create access-profile "blackholes" type ipaddress
configure access-profile "blackholes" add 10 permit ipaddress 38.96.190.143/32 exact
configure access-profile "blackholes" add 15 permit ipaddress 66.246.45.6/32 exact
thank you