set routing large-community-list standard
The set routing large-community-list standard command defines a new standard large community list.
The delete routing large-community-list standard command removes the standard large community list configuration.
Command Syntax
set routing large-community-list {standard <large-community-list-name>| seq-standard<integer>} {deny|permit} [large-community <large-community-number>]
delete routing large-community-list {standard <large-community-list-name>| seq-standard<integer>} {deny|permit} [large-community <large-community-number>]
Parameter
Parameter | Description |
standard <large-community-list-name> | Specifies the name of the large community list that matches a route. |
seq-standard<integer> | Specifies an standard large community list number from 1 to 99. |
{deny|permit} | Specifies whether the route is available for further processing when there is a match. |
large-community <large-community-number> | Specifies the large community value. The value should be in a aa:bb:cc format. A maximum of 99 large community value can be configured. |
Usage Guidelines
This command defines a new standard large-community-list. large-community is the Large Community value. We can add multiple large communities under same name. In that case the match will happen in the user defined order. Once the large-community-list matches the Large Communities attribute in BGP updates it will return permit or deny based upon the large-community-list definition. When there is no matched entry, a deny will be returned. When large-community is empty it matches any routes.
Example
- Define a new standard large community list.
admin@Xorplus# set routing large-community-list standard LargeCom deny large-community 6215:22:33 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.