My bgp neighbor requires that I send some of my prefixes using an extended community like 111111:100.
I can do it in mikrotik setting soo attribute (site of origin). I tested and it worked!
However I could not do this in cisco.
When I create an outbound route-map I get the following error message:
% "test" used as BGP outbound route-map, set extcommunity soo not supported
Follow my route map:
router bgp...
neighbor 192.168.0.1 route-map test out
route-map test permit 10
match ip address prefix-list MY_PREFIX
set extcommunity soo 111111:100
Is there a way I can make this to work?