set extcommunity
Sets the BGP extended communities attribute. The no version removes the set clause from a route map.
set extcommunity
{ rt extCommValue [ extCommValue ]* [ additive ] } | { soo extCommValue }
- rtSpecifies a route-target extended community, which consists of one or more routers that can receive a set of routes advertised by BGP that carry the extended-community attribute
- sooSpecifies a site-of-origin extended community, which consists of one or more routers that inject into BGP a set of routes that carry the extended-community attribute
- extCommValueNumber identifying the extended community in one of the following formats:
- AS:nnAutonomous system number, in the range 165535, followed by an integer in the range 14294967295; for example, 320:72358
- AS:nnAutonomous system number, in the range 14294967295 followed by an integer in the range 165535; for example, 84511:45
- ipAddress:nnDotted decimal IP address followed by an integer in the range 165535; for example, 10.10.21.5:1256
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
- additiveAdds the specified extended communities to any previously configured for the attribute; if omitted, the specified extended communities replace any previously configured for the attribute
Route Map Configuration
Command introduced before JUNOSe Release 7.1.0.