...
set routing extcommunity-list expanded <community-list-name> {deny|permit} <regular-expression>
delete routing extcommunity-list expanded<community-list-name> {deny|permit} <regular-expression>
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. |
<regular-expression> | Specifies a string expression of communities attribute. It can be a regular expression to match the communities attribute in BGP updates. The expanded community is only used to filter. |
...