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> soo <site-of-origin>

Configures an extended community list with a site of origin.

set policy route extcommunity-list standard { list-num | list-name } rule rule-num soo site-of-origin-value
delete policy route extcommunity-list standard { list-num | list-name } rule rule-num soo site-of-origin-value
show policy route extcommunity-list standard { list-num | list-name } rule rule-num soo site-of-origin-value
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.

rule-num
The rule number of a defined extended-community list.
site-of-origin-value
A site-of-origin 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 {
                   soo site-of-origin-value
                 }
              }
           }
        }
    }

Use the set form of this command to configure an extended community list with site-of-origin.

Use the delete form of this command to delete an extended community list with site-of-origin.

Use the show form of this command to display an extended community list with a site-of-origin.

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