cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
516
Views
5
Helpful
1
Replies

BGP Extended Community

thsinformatica
Level 1
Level 1

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?

1 Reply 1

Vinit Jain
Cisco Employee
Cisco Employee

I think this configuration for SOO is not supported. Please refer to the below CCO documentation for per-neighbor SOO configuration:

http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t11/htbgpsoo.html

Hope this helps.

Regards

Vinit

Thanks
--Vinit