Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »


The set routing extcommunity-list standard command defines a new standard extcommunity-list.

The delete routing extcommunity-list standard command removes the standard community list configuration.


Command Syntax

set routing extcommunity-list standard <community-list-name> {deny|permit} {rt|soo} <extcommunity>

delete routing extcommunity-list standard <community-list-name> {deny|permit} {rt|soo} <extcommunity>


Parameter

Parameter

Description

<community-list-name>

Specifies the name of the community list that matches a route.

{deny|permit}

Specifies whether the route is available for further processing when there is a match.

{rt|soo}

rt: Indicates the Route Target value.

soo: Indicates the Site of Origin.

<extcommunity>

Specifies an extended communities value.


Usage Guidelines

We can define multiple extcommunity-list under same name. In that case match will happen user defined order. Once the extcommunity-list matches to extended communities attribute in BGP updates it return permit or deny based upon the extcommunity-list definition. When there is no matched entry, deny will be returned. When extcommunity is empty it matches to any routes.


Example

  • Define a new standard extcommunity-list.
admin@Xorplus# set routing extcommunity-list standard EXTcom1 permit 20
admin@Xorplus# commit
  • No labels