Versions Compared

Key

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

...

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

delete routing extcommunity-list standard <community-list-name> {deny|permit} {rt|soo}  extcommunity <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 community value.

...

Code Block
admin@Xorplus# set routing extcommunity-list standard EXTcom1 permit rt extcommunity 20
admin@Xorplus# commit