Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 5 Next »


The set routing large-community-list expanded command defines a new expanded large community list.

The delete routing large-community-list expanded command removes the expanded large community list configuration.


Command Syntax

set routing large-community-list expanded <large-community-list-name{deny|permit} <line>

delete routing large-community-list expanded <large-community-list-name{deny|permit} <line>


Parameter

Parameter

Description

<large-community-list-name>

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

{deny|permit}

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

<line>

Specifies a string matching expression, it will be compared to the entire Large Communities attribute as a string, with each large-community in order from
lowest to highest. line can also be a regular expression which matches this Large Community attribute.


Example

  • Define a new expanded large community list.
admin@Xorplus# set routing large-community-list expanded Largecom1 permit *20
admin@Xorplus# commit
  • No labels