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

Provides a brief description of a standard community list.

set policy route community-list [ standard | expanded ] { list-num | list-name } description desc
delete policy route community-list [ standard | expanded ] { list-num | list-name } description
show policy route community-list [ standard | expanded ] { list-num | list-name } description
list-num
The number of a defined community list.

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

list-name
A name, which is a character string, identifier for the community list.

The string is a set of characters.

desc
A brief text description of the community list.

Configuration mode


policy {
    route {
        community-list {
            standard [list-num | list-name] 
            expanded [list-num | list-name] 
                {
                    description desc
                }                        
           }
        }
}

Use the set form of this command to provide a brief description of a community list.

Use the delete form of this command to delete the description of a community list.

Use the show form of this command to display the description of a community list.

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