ip extcommunity-list
Defines an extended-community (extcommunity) list to be referenced in a route map. The no version deletes the extcommunity.
ip extcommunity-list listName { permit | deny }
extendedCommunity [ extendedCommunity ]*no ip extcommunity-list listName [ { permit | deny }
extendedCommunity [ extendedCommunity ]* ]
- listNameName of the extended-community list
- permitPermits membership in the extended community for matching conditions
- denyDenies membership in the extended community for matching conditions
- extendedCommunityExtended community specified in the format:
{rt | soo } { ASN:nn | ipAddress:nn }
- rtSpecifies a route-target community; 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 community; consists of one or more routers that injects a set of routes into BGP that carry the extended-community attribute
- ASN:nnIdentifies the extended community by a 16-bit autonomous system number followed by a 32-bit integer
- ipAddress:nnIdentifies the extended community identified by an IP address followed by a 16-bit integer
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
Global Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.