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 route-map <map-name> rule <rule-num> set delete-extcommunity <list-id-or-name>

Deletes a BGP extended community list from a route.

set policy route route-map map-name rule rule-num set delete-extcommunity { list-id | list-name }
delete policy route route-map map-name rule rule-num set delete-extcommunity [ list-id | list-name ]
show policy route route-map map-name rule rule-num set delete-extcommunity
map-name
The name of a defined route map.
rule-num
The number of a defined route map rule.
list-id
An extended community-list identifier, a number that ranges from 1 through 199.
list-name
A configured extended community-list name.

Configuration mode


policy {
       route {
               route-map map-name {
                       rule rule-num {
                               set {
                                       delete-extcommunity list-id
                                       delete-extcommunity pattern
                               }
                       }
               }
       }
}

This command deletes a BGP extended community list from a route. The extended community list must already be defined.

Use the set form of this command to delete a BGP extended community list from a route.

Use the delete form of this command to undelete a BGP extended community list from a route.

Use the show form of this command to display the deleted extended community lists.