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> }

Creates a standard BGP community list.

set policy route community-list [ standard | expanded ] { list-num | list-name }
delete policy route community-list [ standard | expanded ] { list-num | list-name }
show policy route community-list [ standard | expanded ] { list-num | list-name }
list-num
Multinode. A numeric identifier for the standard BGP 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 string identifier for the community list.

The string is a set of characters.

Configuration mode


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

Use the set form of this command to create a standard BGP community list.

Note: You can create multiple community lists by creating multiple policy community-list configuration nodes.

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

Use the show form of this command to display standard BGP community list.

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