Sets an extended BGP community attribute in a route-map instance.
No extended BGP community attribute is set.
Route-map configuration mode.
Enter no set extcommunity to delete an extended community set statement from the configuration file.
The following example sets the route target to extended community attribute 1:1 for routes that are permitted by the route map.
device# configure terminal device(config)# route-map extComRmap permit 10 device(config-route-map-sendExtComRmap/permit/10)# set extcommunity rt 1:1
The following example sets the site of origin to extended community attribute 2:2 for routes that are permitted by the route map.
device# configure terminal device(config)# ip community-list extended 1 permit 123:2 device(config)# route-map extComRmap permit 10 device(config-route-map-sendExtComRmap/permit/10)# set extcommunity soo 2:2