[Contents] [Prev] [Next] [Index] [Report an Error]

Examples: Configuring the Extended Communities Attribute

Configure a target community with an administrative field of 10458 and an assigned number of 20:

[edit]
policy-options {
community test-a members [ target:10458:20 ];
}

Configure a target community with an administrative field of 1.1.1.1 and an assigned number of 20:

[edit]
policy-options {
community test-a members [ target:1.1.1.1:20 ];
}

Configure an origin community with an administrative field of 1.1.1.1 and an assigned number of 20:

[edit]
policy-options {
community test-a members [ origin:1.1.1.1:20 ];
}

[Contents] [Prev] [Next] [Index] [Report an Error]