set routing community-list standard
The set routing community-list standard command configures a standard community list to match a specific community number attribute. Community-list is a named list of regular expressions. They are used to match the community number attributes in the routes for inclusion in, or exclusion from route policies.
The delete routing community-list standard command removes the standard community list configuration.
Command Syntax
set routing community-list standard <community-list-name> {deny|permit} [local-as|no-advertise|no-export|internet|community <community>]
delete routing community-list standard <community-list-name>{deny|permit} [local-as|no-advertise|no-export|internet|community <community>]
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. |
{local-as|no-advertise|no-export|internet|community <community-numer>} | Optional. Specifies BGP community type, it can be one of following BGP communities:
|
Usage Guidelines
The BGP community list can be either standard or expanded. The standard BGP community list is a pair of values (such as 100:100) that can be tagged on a specific prefix and advertised to other neighbors or applied on route ingress.
Example
- Here is an example of a standard community list filter:
admin@Xorplus# set routing community-list standard COMMUNITY1 permit community 100:100 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.