Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

community 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.

...