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 | expanded ] { <list-num> | <list-name> } rule <rule-num> description <desc>

Specifies a brief description of an extended community list rule.

set policy route extcommunity-list [ standard | expanded ] { list-num | list-name } rule rule-num description desc
delete policy extcommunity-list [ standard | expanded ] { list-num | list-name } rule rule-num description
show policy extcommunity-list [ standard | expanded ] { list-num | list-name } rule rule-num description
list-num
The number of a defined 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 community list.

The string is a set of characters.

rule-num
The rule number of a defined community list.
desc
A brief description for the community list rule.

Configuration mode


policy {
    extcommunity-list {
         standard [list-num | list-name ]
         expanded [list-num | list-name ] 
            {
                 rule rule-num {
                      description desc
                            }
                }
        }
}

Use the set form of this command to create a description of an extended community list rule.

Use the delete form of this command to remove the description of an extended community list.

Use the show form of this command to display the description of an extended community list rule.

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