home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

policy route extcommunity-list standard { <list-num> | <list-name> } rule <rule-num> rt <route-target>

Configures an extended community list with a route target.

set policy route extcommunity-list standard { list-num | list-name } rule rule-num rt route-target
delete policy route extcommunity-list standard { list-num | list-name } rule rule-num rt route-target
show policy route extcommunity-list standard { list-num | list-name } rule rule-num rt route-target
list-num
The number of a defined extended community list.

A standard community list number ranges from 1 through 99 and an expanded community list number ranges from 100 through 199.

list-name
A string identifier for the extended community list.

The string is a set of characters.

rule-num
The rule number of defined extended community list.
route-target
A route target for an extended community list in either the AA:NN or IPaddress:NN format.

Configuration mode


policy {
    route {
        extcommunity-list {
                standard [list-num | list-name] 
                 {
                    rule rule-num {
                        rt route-target
                           }
                 }
            }
        }
    }

Use the set form of this command to configure an extended community list with a route target.

Use the delete form of this command to delete an extended community list with a route target.

Use the show form of this command to display an extended community list with a route target.

Note: For more information about BGP community list, see the “BGP Communities” section in Ciena Vyatta Network OS BGP Configuration Guide.